summaryrefslogtreecommitdiff
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAge
* avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt2022-01-09
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/h261dec: Initialize IDCT context during initAndreas Rheinhardt2021-04-08
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* avcodec/h261dec: Remove parse_context cruftAndreas Rheinhardt2021-03-08
* avcodec/h261dec: Make VLC smallerAndreas Rheinhardt2021-01-27
* avcodec/h261dec: ReindentationAndreas Rheinhardt2021-01-25
* avcodec/h261dec: Make decoder init-threadsafeAndreas Rheinhardt2021-01-25
* avcodec/h261dec: Don't initialize unused part of RLTableAndreas Rheinhardt2021-01-25
* avcodec/h261dec: Don't initialize unused VLCsAndreas Rheinhardt2021-01-25
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-31
* avcodec/h261dec: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2020-12-31
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-19
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-22
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
| * h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-18
* | avcodec/h261dec: Fix exported MVs for skipped MBsMichael Niedermayer2015-02-01
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-15
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* | avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer2014-09-05
* | h261dec, ituh263dec: Move condition.Reimar Döffinger2014-09-01
* | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.Reimar Döffinger2014-09-01
* | h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.Reimar Döffinger2014-09-01
* | h261dec: Optimize new RL_VLC based decoding.Reimar Döffinger2014-08-31
* | h261, h263 decoders: convert to RL_VLC.Reimar Döffinger2014-08-31
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-15
|\|
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* | avcodec/h261dec: Fix context initialization sequenceMichael Niedermayer2014-08-15
* | Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a'Michael Niedermayer2014-08-15
|\|
| * h261dec: Fix order of initializationJohn Stebbins2014-08-14
* | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer2014-08-15
|\|
| * idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-14
* | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer2014-06-23
|\|
| * mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
|\|
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-09
|\|
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* | avcodec/h261: move b_stride/b_xy under the if() where they are usedMichael Niedermayer2014-03-26
* | avcodec/h261dec: fix motion vector vissualizationMichael Niedermayer2014-03-26
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-17
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* | Merge commit '66499f34b56fc6a9fdef25543bd9d576fc787895'Michael Niedermayer2013-12-06
|\|