aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-17/+17
* avcodec/mpeg(picture|video_dec): Move comment to more appropriate placeAndreas Rheinhardt2023-10-101-0/+2
* avcodec/mpegpicture: Move caller-specific parts of function to callersAndreas Rheinhardt2023-10-101-2/+28
* avcodec/mpegvideo_enc: Don't allocate buffers unnecessarilyAndreas Rheinhardt2023-10-101-1/+1
* avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during initAndreas Rheinhardt2023-10-051-1/+1
* avcodec/mpegvideo_dec: Don't zero context on init failureAndreas Rheinhardt2023-10-051-6/+3
* avcodec/mpegvideo_dec: Don't memset twiceAndreas Rheinhardt2023-10-031-23/+5
* avcodec/mpegvideo_dec: Check for existence of planes before accessesAndreas Rheinhardt2023-10-031-2/+4
* avcodec/mpegvideo_dec: Remove commented-out legacy cruftAndreas Rheinhardt2023-10-021-4/+0
* avcodec/threadframe: Move ff_thread_can_start_frame() to thread.hAndreas Rheinhardt2023-09-181-0/+1
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-041-0/+1
* avcodec/mpegvideo_dec: Use av_fast_padded_malloc where appropriateAndreas Rheinhardt2023-08-021-11/+6
* avcodec/mpegvideo_dec: properly set output frames as keyframesJames Almer2023-07-151-2/+2
* avcodec/mpegvideo_dec: Add NULL pointer checks to MPV_motion_lowres()Michael Niedermayer2023-06-181-5/+8
* avcodec/mpegvideo_dec: consider interlaced lowres 4:2:0 chroma in edge emulat...Michael Niedermayer2023-06-181-2/+2
* 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