aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpegvideo: remove redundant workaround to recalculate last nonzero co...Ramiro Polla2024-09-031-6/+3
* avcodec/mpegvideo: Join loops when initializing ScanTableAndreas Rheinhardt2024-06-201-10/+3
* avcodec/mpegvideo: Set dct_unquantize earlierAndreas Rheinhardt2024-06-201-25/+25
* avcodec/mpegvideo: Don't pretend dct_init can failAndreas Rheinhardt2024-06-201-3/+1
* libavcodec/alpha: remove DSP & support codeSean McGovern2024-06-131-3/+1
* avcodec/mpegvideo: Use enum for msmpeg4_versionAndreas Rheinhardt2024-06-121-3/+3
* avcodec/mpegvideo: Remove pblocksAndreas Rheinhardt2024-06-121-20/+2
* avcodec/mpegvideo_dec: Don't sync encoder-only coded_picture_numberAndreas Rheinhardt2024-06-121-1/+0
* avcodec/mpegvideo_enc: Unify initializing PutBitContextsAndreas Rheinhardt2024-06-121-1/+0
* avcodec/mpegpicture: Avoid MotionEstContext in ff_mpeg_framesize_alloc()Andreas Rheinhardt2024-06-121-7/+3
* avcodec/mpegpicture: Use union for b_scratchpad and rd_scratchpadAndreas Rheinhardt2024-06-121-1/+0
* avcodec/mpegpicture: Make MPVPicture refcountedAndreas Rheinhardt2024-06-121-17/+4
* avcodec/mpegpicture: Split MPVPicture into WorkPicture and ordinary PicAndreas Rheinhardt2024-06-121-11/+0
* avcodec/mpegpicture: Cache AVFrame.data and linesize valuesAndreas Rheinhardt2024-06-121-5/+5
* avcodec/mpegvideo: Shorten variable namesAndreas Rheinhardt2024-06-121-17/+17
* avcodec/mpegvideo: Restrict resetting mbskip_table to MPEG-4 decoderAndreas Rheinhardt2024-06-121-1/+1
* avcodec/mpegvideo: Reindent after the previous commitAndreas Rheinhardt2024-06-121-6/+6
* avcodec/h263, mpeg(picture|video): Only allocate mbskip_table for MPEG-4Andreas Rheinhardt2024-06-121-8/+11
* avcodec/mpegpicture: Use RefStruct-pool APIAndreas Rheinhardt2024-06-121-12/+16
* avcodec/mpegvideo, mpegpicture: Add buffer poolAndreas Rheinhardt2024-06-121-0/+37
* avcodec/mpegvideo: Redo aligning mb_height for VC-1Andreas Rheinhardt2024-06-121-14/+17
* avcodec/mpegvideo: Only allocate cbp_table, pred_dir_table when neededAndreas Rheinhardt2024-06-121-7/+6
* avcodec/mpegvideo: Don't reset coded_block unnecessarilyAndreas Rheinhardt2024-06-121-7/+1
* avcodec/mpegvideo: Only allocate coded_block when neededAndreas Rheinhardt2024-06-121-3/+8
* avcodec/mpegpicture: Store linesize in ScratchpadContextAndreas Rheinhardt2024-06-121-12/+7
* avcodec/mpegvideo: Remove pointless checkAndreas Rheinhardt2024-04-081-3/+0
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-221-4/+4
* avcodec/mpegvideo: Move allocating new_picture to the encoderAndreas Rheinhardt2023-10-061-4/+1
* avcodec: remove FF_API_FLAG_TRUNCATEDJames Almer2023-02-091-9/+0
* avcodec/mpegvideo: Remove incorrect commentAndreas Rheinhardt2022-10-291-1/+0
* avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt2022-10-291-3/+0
* avcodec/mpegvideo: Allocate map and score_map buffers jointlyAndreas Rheinhardt2022-10-291-3/+4
* avcodec/mpegvideo: Don't overallocate bufferAndreas Rheinhardt2022-10-291-1/+1
* avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarilyAndreas Rheinhardt2022-10-271-2/+0
* avcodec/mpegvideo: Don't use ScanTable where unnecessaryAndreas Rheinhardt2022-10-241-2/+4
* avcodec/idctdsp: Move ScanTable to mpegvideoAndreas Rheinhardt2022-10-241-0/+21
* avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 onlyAndreas Rheinhardt2022-10-201-1/+0
* avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder partAndreas Rheinhardt2022-10-201-737/+0
* avcodec/mpegvideo: Inline is_encoder in mpv_reconstruct_mb_internal()Andreas Rheinhardt2022-10-201-18/+18
* avcodec/mpegvideo: Make inlining is_mpeg12 more flexibleAndreas Rheinhardt2022-10-201-12/+20
* avcodec/mpegvideo: Ignore skip_idct for encodersAndreas Rheinhardt2022-10-201-1/+1
* avcodec/mpegvideo: Reindent after the last commitAndreas Rheinhardt2022-10-201-7/+7
* avcodec/mpegvideo: Don't check for draw_horiz_bandAndreas Rheinhardt2022-10-201-4/+1
* avcodec/mpegvideo: Fix undefined left shift of negative numbersAndreas Rheinhardt2022-09-301-4/+4
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.cAndreas Rheinhardt2022-08-211-111/+7
* avcodec/mpegvideo: Don't zero unnecessarilyAndreas Rheinhardt2022-08-151-4/+4
* avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frameAndreas Rheinhardt2022-08-101-16/+16
* avcodec/mpegvideo_motion: Constify ff_mpv_motionAndreas Rheinhardt2022-08-051-12/+12