aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h261dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h261dec: Don't set framerate multiple timesAndreas Rheinhardt2024-06-201-2/+2
* avcodec/h261dec: Simplify decoding motion vectorsAndreas Rheinhardt2024-06-201-7/+1
* avcodec/h261dec: Unquantize coefficients while parsing themAndreas Rheinhardt2024-06-201-2/+9
* avcodec/h261dec: Simplify decoding GOB headerAndreas Rheinhardt2024-06-201-26/+1
* avcodec/h261dec: Fix UB NULL + 0, remove broken resync codeAndreas Rheinhardt2024-06-201-17/+1
* avcodec/h261dec: Don't reset gob_start_code_skipped in h261_decode_init()Andreas Rheinhardt2024-06-201-2/+0
* avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideoAndreas Rheinhardt2024-06-201-2/+2
* avcodec/h261dec: Remove nonsense information from error messageAndreas Rheinhardt2024-06-201-2/+1
* avcodec/h261dec: Use VLC symbol tableAndreas Rheinhardt2024-06-201-5/+4
* avcodec/mpegpicture: Make MPVPicture refcountedAndreas Rheinhardt2024-06-121-1/+4
* avcodec/mpegvideo_dec: Add close function for mpegvideo-decodersAndreas Rheinhardt2024-06-121-10/+1
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-121-4/+3
* avcodec/mpegvideo: Add const where appropriateAndreas Rheinhardt2024-06-121-1/+1
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-13/+13
* 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
|\