summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo_dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-3/+6
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-5/+5
* avutil/frame: deprecate AVFrame.coded_picture_number and display_picture_numberMarton Balint2023-02-131-0/+4
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-8/+0
* avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarilyAndreas Rheinhardt2022-10-271-0/+3
* avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder partAndreas Rheinhardt2022-10-201-0/+467
* avcodec/mpegvideo_dec: Fix UB NULL + 0Andreas Rheinhardt2022-10-041-2/+2
* avcodec/mpegvideo_dec: Combine two loopsAndreas Rheinhardt2022-08-211-11/+5
* avcodec/mpegvideo_dec: Don't sync AVCodecContext fields manuallyAndreas Rheinhardt2022-08-181-5/+0
* avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt2022-08-181-2/+0
* avcodec/mpegvideodec: Constify some functionsAndreas Rheinhardt2022-08-151-2/+2
* avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frameAndreas Rheinhardt2022-08-101-6/+0
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-231-1/+1
* avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt2022-02-131-2/+0
* avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt2022-02-131-0/+1
* avcodec/mpegvideo: Enable private contextsAndreas Rheinhardt2022-02-131-0/+3
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt2022-01-131-1/+0
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-041-0/+583