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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-08avcodec/h261dec: Initialize IDCT context during initAndreas Rheinhardt
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-03-08avcodec/h261dec: Remove parse_context cruftAndreas Rheinhardt
2021-01-27avcodec/h261dec: Make VLC smallerAndreas Rheinhardt
2021-01-25avcodec/h261dec: ReindentationAndreas Rheinhardt
2021-01-25avcodec/h261dec: Make decoder init-threadsafeAndreas Rheinhardt
2021-01-25avcodec/h261dec: Don't initialize unused part of RLTableAndreas Rheinhardt
2021-01-25avcodec/h261dec: Don't initialize unused VLCsAndreas Rheinhardt
2020-12-31avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt
2020-12-31avcodec/h261dec: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-01avcodec/h261dec: Fix exported MVs for skipped MBsMichael Niedermayer
2014-12-19h261dec: Fix context initialization sequenceMichael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-09-05avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer
2014-09-01h261dec, ituh263dec: Move condition.Reimar Döffinger
2014-09-01h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.Reimar Döffinger
2014-09-01h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.Reimar Döffinger
2014-08-31h261dec: Optimize new RL_VLC based decoding.Reimar Döffinger
2014-08-31h261, h263 decoders: convert to RL_VLC.Reimar Döffinger
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-15avcodec/h261dec: Fix context initialization sequenceMichael Niedermayer
2014-08-15Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a'Michael Niedermayer
2014-08-15Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer
2014-08-14h261dec: Fix order of initializationJohn Stebbins
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-06-23Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer
2014-06-23mpeg: Split error resilience bits off into a separate fileDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-26avcodec/h261: move b_stride/b_xy under the if() where they are usedMichael Niedermayer
2014-03-26avcodec/h261dec: fix motion vector vissualizationMichael Niedermayer
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2013-12-06Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895'Michael Niedermayer
2013-12-05mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov