summaryrefslogtreecommitdiff
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAge
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-31
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-13
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-13
* 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
|\|