Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-24avcodec/mpeg4videodec: Fix GMC with videos of dimension 1Michael Niedermayer
2017-06-21avcodec/mpeg4videodec: Fix overflow in virtual_ref computationMichael Niedermayer
2017-06-15avcodec/mpeg4videodec: Check sprite delta upshift against overflowing.Michael Niedermayer
2017-06-15avcodec/mpeg4videodec: Fix integer overflow in num_sprite_warping_points=2 caseMichael Niedermayer
2017-06-06avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 53098 * 40...Michael Niedermayer
2017-05-21avcodec/mpeg4videodec: Check for multiple VOL headersMichael Niedermayer
2017-05-14avcodec/mpeg4videodec: Clear sprite wraping on unsupported cases in VOP decodeMichael Niedermayer
2017-05-04libavcodec/mpeg4videodec: Convert sprite_offset to 64bitMichael Niedermayer
2017-03-10avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: -135088512...Michael Niedermayer
2017-03-05avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 134527392 ...Michael Niedermayer
2017-03-04avcodec/mpeg4videodec: Improve the overflow checks in mpeg4_decode_sprite_tra...Michael Niedermayer
2017-02-28avcodec/mpeg4videodec: Fix runtime error: left shift of negative value -2650Michael Niedermayer
2017-02-24avcodec/mpeg4videodec: Check the other 3 sprite points for intermediate overf...Michael Niedermayer
2017-02-23avcodec/mpeg4videodec: Check sprite_offset in addition to shiftsMichael Niedermayer
2017-02-22avcodec/mpeg4video: Fix runtime error: left shift of negative valueMichael Niedermayer
2017-02-19avcodec/mpeg4videodec: Fix runtime error: shift exponent -2 is negativeMichael Niedermayer
2017-01-21avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer
2016-12-09avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()Michael Niedermayer
2016-11-17avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bugMichael Niedermayer
2016-06-22lavc/get_bits: add a logging context to check_marker()Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-05avcodec/mpeg4videodec: Fix default low_delay flag value if not codedMichael Niedermayer
2016-06-05avcodec/mpeg4videodec: Print low_delay value with -debug 1 in decode_vol_head...Michael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-16mpeg4videodec: silence ubsan warningAndreas Cadhalpun
2016-01-01Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes
2015-12-20avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-04avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-30avcodec/mpeg4videodec: Check available data before reading custom matrixMichael Niedermayer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-08-18lavc: move vdpau decoders under FF_API_VDPAU.wm4
2015-08-18mpeg4video: use ff_dlog instead of av_log under debug&FF_DEBUG_PTS.Ronald S. Bultje
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-15avcodec/mpeg4videodec: Clarify the mpeg4_unpack_bframes reference.Michael Niedermayer
2015-07-11avcodec/mpeg4videodec: Check P cbpyMichael Niedermayer
2015-06-11avcodec/mpeg4videodec: Mark static table as constMichael Niedermayer
2015-06-01Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer
2015-05-31mpegvideo: Move tables to a separate fileVittorio Giovara
2015-05-29avcodec/mpegvideo: Reset bitstream_buffer_size on allocation failureMichael Niedermayer
2015-05-28Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer
2015-05-28rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov
2015-05-22Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop err_recognitionVittorio Giovara