summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg4videodec.c
Commit message (Expand)AuthorAgeFilesLines
...
* | libavcodec/mpeg4videodec: Convert sprite_offset to 64bitMichael Niedermayer2017-05-041-52/+50
* | avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: -135088512...Michael Niedermayer2017-03-091-1/+11
* | avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 134527392 ...Michael Niedermayer2017-03-051-1/+4
* | avcodec/mpeg4videodec: Improve the overflow checks in mpeg4_decode_sprite_tra...Michael Niedermayer2017-03-041-5/+11
* | avcodec/mpeg4videodec: Fix runtime error: left shift of negative value -2650Michael Niedermayer2017-02-281-2/+2
* | avcodec/mpeg4videodec: Check the other 3 sprite points for intermediate overf...Michael Niedermayer2017-02-241-0/+7
* | avcodec/mpeg4videodec: Check sprite_offset in addition to shiftsMichael Niedermayer2017-02-221-2/+7
* | avcodec/mpeg4video: Fix runtime error: left shift of negative valueMichael Niedermayer2017-02-221-1/+1
* | avcodec/mpeg4videodec: Fix runtime error: shift exponent -2 is negativeMichael Niedermayer2017-02-191-0/+6
* | avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer2017-01-211-0/+1
* | avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()Michael Niedermayer2016-12-091-6/+6
* | avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bugMichael Niedermayer2016-11-171-0/+7
* | lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-221-27/+28
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-12/+12
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-15/+15
* | avcodec/mpeg4videodec: Fix default low_delay flag value if not codedMichael Niedermayer2016-06-051-2/+10
* | avcodec/mpeg4videodec: Print low_delay value with -debug 1 in decode_vol_head...Michael Niedermayer2016-06-051-1/+2
* | mpeg4videodec: silence ubsan warningAndreas Cadhalpun2016-01-151-1/+1
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-21/+2
|\ \ | |/
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-20/+2
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer2015-12-191-1/+1
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* | avcodec/mpeg4videodec: Check available data before reading custom matrixMichael Niedermayer2015-11-291-0/+8
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* | lavc: move vdpau decoders under FF_API_VDPAU.wm42015-08-181-1/+1
* | mpeg4video: use ff_dlog instead of av_log under debug&FF_DEBUG_PTS.Ronald S. Bultje2015-08-181-3/+2
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-5/+5
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-3/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* | avcodec/mpeg4videodec: Clarify the mpeg4_unpack_bframes reference.Michael Niedermayer2015-07-151-1/+1
* | avcodec/mpeg4videodec: Check P cbpyMichael Niedermayer2015-07-111-0/+5
* | avcodec/mpeg4videodec: Mark static table as constMichael Niedermayer2015-06-111-1/+1
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* | avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failureMichael Niedermayer2015-05-291-1/+3
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-3/+3
|\ \ | |/
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-3/+3
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-221-4/+4
|\ \ | |/
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-2/+2
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-2/+2
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-2/+2
* | mpeg4videodec: only allow a positive lengthAndreas Cadhalpun2015-04-221-2/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * mpeg4videodec: Remove useless messageswm42015-04-141-6/+1
* | avcodec/mpeg4videodec: Use check_marker()Michael Niedermayer2015-04-191-15/+15
* | avcodec/mpeg4videodec: Improve wording of the missing header warning messagesMichael Niedermayer2015-04-141-2/+2
* | avcodec/mpeg4videodec: change log level to waning for incomplete header messagesMichael Niedermayer2015-04-141-2/+2
OpenPOWER on IntegriCloud