| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: remove FF_API_FLAG_TRUNCATED | James Almer | 2023-02-09 | 1 | -9/+0 |
* | avcodec/mpegvideo: Remove incorrect comment | Andreas Rheinhardt | 2022-10-29 | 1 | -1/+0 |
* | avcodec/mpegvideo: Remove always-false check | Andreas Rheinhardt | 2022-10-29 | 1 | -3/+0 |
* | avcodec/mpegvideo: Allocate map and score_map buffers jointly | Andreas Rheinhardt | 2022-10-29 | 1 | -3/+4 |
* | avcodec/mpegvideo: Don't overallocate buffer | Andreas Rheinhardt | 2022-10-29 | 1 | -1/+1 |
* | avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily | Andreas Rheinhardt | 2022-10-27 | 1 | -2/+0 |
* | avcodec/mpegvideo: Don't use ScanTable where unnecessary | Andreas Rheinhardt | 2022-10-24 | 1 | -2/+4 |
* | avcodec/idctdsp: Move ScanTable to mpegvideo | Andreas Rheinhardt | 2022-10-24 | 1 | -0/+21 |
* | avcodec/mpegvideodsp: Make MpegVideoDSP MPEG-4 only | Andreas Rheinhardt | 2022-10-20 | 1 | -1/+0 |
* | avcodec/mpegvideo: Split ff_mpv_reconstruct_mb() into de/encoder part | Andreas Rheinhardt | 2022-10-20 | 1 | -737/+0 |
* | avcodec/mpegvideo: Inline is_encoder in mpv_reconstruct_mb_internal() | Andreas Rheinhardt | 2022-10-20 | 1 | -18/+18 |
* | avcodec/mpegvideo: Make inlining is_mpeg12 more flexible | Andreas Rheinhardt | 2022-10-20 | 1 | -12/+20 |
* | avcodec/mpegvideo: Ignore skip_idct for encoders | Andreas Rheinhardt | 2022-10-20 | 1 | -1/+1 |
* | avcodec/mpegvideo: Reindent after the last commit | Andreas Rheinhardt | 2022-10-20 | 1 | -7/+7 |
* | avcodec/mpegvideo: Don't check for draw_horiz_band | Andreas Rheinhardt | 2022-10-20 | 1 | -4/+1 |
* | avcodec/mpegvideo: Fix undefined left shift of negative numbers | Andreas Rheinhardt | 2022-09-30 | 1 | -4/+4 |
* | avcodec/blockdsp: Remove unused AVCodecContext parameter | Andreas Rheinhardt | 2022-09-21 | 1 | -1/+1 |
* | avcodec/mpegvideo: Allocate encoder-only tables in mpegvideo_enc.c | Andreas Rheinhardt | 2022-08-21 | 1 | -111/+7 |
* | avcodec/mpegvideo: Don't zero unnecessarily | Andreas Rheinhardt | 2022-08-15 | 1 | -4/+4 |
* | avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frame | Andreas Rheinhardt | 2022-08-10 | 1 | -16/+16 |
* | avcodec/mpegvideo_motion: Constify ff_mpv_motion | Andreas Rheinhardt | 2022-08-05 | 1 | -12/+12 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -13/+15 |
* | avcodec/mpegvideo: Make new_picture an ordinary AVFrame | Andreas Rheinhardt | 2022-04-01 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | lavc/mpeg*: drop the XvMC hwaccel code | Anton Khirnov | 2022-02-15 | 1 | -6/+0 |
* | avcodec/mpegvideo: Constify src of ff_update_duplicate_context() | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/mpeg4video.h: Move decoder-only parts to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/wmv2.h: Move encoder- and decoder-only parts to new headers | Andreas Rheinhardt | 2022-02-13 | 1 | -1/+1 |
* | avcodec/thread: Move ff_thread_(await|report)_progress to new header | Andreas Rheinhardt | 2022-02-09 | 1 | -1/+1 |
* | avcodec/mpegpicture: Add function to completely free MPEG-Picture | Andreas Rheinhardt | 2022-01-29 | 1 | -19/+6 |
* | avcodec/mpegvideo: Move MPEG-4 Simple Studio Profile fields to mpeg4video | Andreas Rheinhardt | 2022-01-29 | 1 | -13/+0 |
* | avcodec/mpegvideo: Move handling Simple Studio Profile to mpeg4videodec | Andreas Rheinhardt | 2022-01-29 | 1 | -61/+5 |
* | avcodec/mpegvideo: Fix crash when using lowres with 10bit MPEG-4 | Andreas Rheinhardt | 2022-01-29 | 1 | -6/+14 |
* | avcodec/mpegvideo: Fix off-by-one error when decoding >8 bit MPEG-4 | Andreas Rheinhardt | 2022-01-29 | 1 | -2/+2 |
* | avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocations | Andreas Rheinhardt | 2022-01-09 | 1 | -5/+5 |
* | avcodec/mpegvideo: Don't unnecessarily allocate buffers | Andreas Rheinhardt | 2022-01-09 | 1 | -5/+5 |
* | configure: Add new mpegvideodec CONFIG_EXTRA | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Move decoding-only code into a new file | Andreas Rheinhardt | 2022-01-04 | 1 | -576/+6 |
* | avcodec/mpegvideo: Remove always-false check | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Don't initialize error resilience context for encoder | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Check for no_rounding at compile-time if possible | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Remove always-true branch | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+2 |
* | avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-time | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+3 |
* | avcodec/mpegvideo: Partially check for being encoder at compile-time | Andreas Rheinhardt | 2022-01-04 | 1 | -7/+8 |
* | avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2 | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Avoid needlessly calling function | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+1 |
* | avcodec/mpegvideo: Don't duplicate identical code | Andreas Rheinhardt | 2022-01-04 | 1 | -19/+18 |
* | avcodec/mpegvideo: Remove unnecessary headers | Andreas Rheinhardt | 2022-01-04 | 1 | -3/+0 |
* | avcodec/utils: Unavpriv avpriv_toupper4() | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avcodec/mpegvideo: Reindentation | Andreas Rheinhardt | 2021-12-17 | 1 | -8/+7 |