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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02-01Mark some arrays that never change as const.Anton Khirnov
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-16mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of...Alexandra Hájková
2016-05-16Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková
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
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-22mpeg4videodec: only allow a positive lengthAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19avcodec/mpeg4videodec: Use check_marker()Michael Niedermayer
2015-04-14avcodec/mpeg4videodec: Improve wording of the missing header warning messagesMichael Niedermayer
2015-04-14avcodec/mpeg4videodec: change log level to waning for incomplete header messagesMichael Niedermayer
2015-04-14mpeg4videodec: Remove useless messageswm4
2015-04-05mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDubAndreas Cadhalpun
2015-04-03mpeg4: only show the divx_packed warning, when a packed frame is presentAndreas Cadhalpun