summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-13/+15
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-011-2/+2
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* lavc/mpeg*: drop the XvMC hwaccel codeAnton Khirnov2022-02-151-6/+0
* avcodec/mpegvideo: Constify src of ff_update_duplicate_context()Andreas Rheinhardt2022-02-131-1/+1
* avcodec/mpeg4video.h: Move decoder-only parts to a new headerAndreas Rheinhardt2022-02-131-1/+1
* avcodec/wmv2.h: Move encoder- and decoder-only parts to new headersAndreas Rheinhardt2022-02-131-1/+1
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-091-1/+1
* avcodec/mpegpicture: Add function to completely free MPEG-PictureAndreas Rheinhardt2022-01-291-19/+6
* avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4videoAndreas Rheinhardt2022-01-291-13/+0
* avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodecAndreas Rheinhardt2022-01-291-61/+5
* avcodec/mpegvideo: Fix crash when using lowres with 10bit MPEG-4Andreas Rheinhardt2022-01-291-6/+14
* avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4Andreas Rheinhardt2022-01-291-2/+2
* avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocationsAndreas Rheinhardt2022-01-091-5/+5
* avcodec/mpegvideo: Don't unnecessarily allocate buffersAndreas Rheinhardt2022-01-091-5/+5
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-041-576/+6
* avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Don't initialize error resilience context for encoderAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Check for no_rounding at compile-time if possibleAndreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Remove always-true branchAndreas Rheinhardt2022-01-041-1/+2
* avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-timeAndreas Rheinhardt2022-01-041-2/+3
* avcodec/mpegvideo: Partially check for being encoder at compile-timeAndreas Rheinhardt2022-01-041-7/+8
* avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2Andreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: Avoid needlessly calling functionAndreas Rheinhardt2022-01-041-2/+1
* avcodec/mpegvideo: Don't duplicate identical codeAndreas Rheinhardt2022-01-041-19/+18
* avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt2022-01-041-3/+0
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-041-1/+1
* avcodec/mpegvideo: ReindentationAndreas Rheinhardt2021-12-171-8/+7