aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h261dec: Avoid superfluous VLC structuresAndreas Rheinhardt2023-10-311-20/+20
* avcodec/h261dec: Don't set write-only macroblock dimensionsAndreas Rheinhardt2023-10-141-6/+0
* avcodec/h261dec: Discard whole packet when discardingAndreas Rheinhardt2023-10-111-1/+1
* avcodec/h261dec: Don't set write-only picture_numberAndreas Rheinhardt2023-10-111-4/+1
* avcodec/h261dec: Remove pointless gotoAndreas Rheinhardt2023-10-091-3/+0
* avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flagsAndreas Rheinhardt2023-10-051-7/+0
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-051-1/+0
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-111-4/+4
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-1/+1
* avcodec/h261dec: Don't update block_index unnecessarilyAndreas Rheinhardt2022-11-111-4/+11
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/mpegvideo: Inline values in ff_update_block_index()Andreas Rheinhardt2022-07-311-2/+2
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/h261: Separate decode and encode contextsAndreas Rheinhardt2022-02-131-22/+37
* avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt2022-01-091-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/h261dec: Initialize IDCT context during initAndreas Rheinhardt2021-04-081-4/+1
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-081-1/+1
* avcodec/h261dec: Remove parse_context cruftAndreas Rheinhardt2021-03-081-3/+0
* avcodec/h261dec: Make VLC smallerAndreas Rheinhardt2021-01-271-2/+2
* avcodec/h261dec: ReindentationAndreas Rheinhardt2021-01-251-13/+13
* avcodec/h261dec: Make decoder init-threadsafeAndreas Rheinhardt2021-01-251-9/+6
* avcodec/h261dec: Don't initialize unused part of RLTableAndreas Rheinhardt2021-01-251-1/+0
* avcodec/h261dec: Don't initialize unused VLCsAndreas Rheinhardt2021-01-251-1/+1
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-311-1/+0
* avcodec/h261dec: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2020-12-311-1/+1
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-0/+1
* avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-191-2/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-2/+0
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-2/+0
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-2/+2
| * h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-181-2/+1
* | avcodec/h261dec: Fix exported MVs for skipped MBsMichael Niedermayer2015-02-011-0/+7
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-1/+1
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* | avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer2014-09-051-5/+2
* | h261dec, ituh263dec: Move condition.Reimar Döffinger2014-09-011-6/+6
* | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.Reimar Döffinger2014-09-011-0/+2