| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec/mpegvideo: Allocate several buffers jointly | Andreas Rheinhardt | 2021-12-17 | 1 | -17/+29 |
* | avcodec/mpegvideo: Don't allocate encoder-only buffers when decoding | Andreas Rheinhardt | 2021-12-17 | 1 | -5/+15 |
* | avcodec/mpegvideo: Don't update encoder-only fields for decoders | Andreas Rheinhardt | 2021-12-17 | 1 | -6/+0 |
* | avcodec/mpegvideo: Move closed_gop to Mpeg1Context | Andreas Rheinhardt | 2021-12-17 | 1 | -1/+0 |
* | avcodec: remove the unused low_delay | Limin Wang | 2021-09-29 | 1 | -1/+1 |
* | lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED | Anton Khirnov | 2021-09-20 | 1 | -0/+6 |
* | avcodec/rv34, mpegvideo: Fix segfault upon frame size change error | Andreas Rheinhardt | 2021-04-08 | 1 | -2/+4 |
* | avcodec/mpegvideo: Factor common freeing code out | Andreas Rheinhardt | 2021-04-08 | 1 | -21/+15 |
* | avcodec/mpegvideo: Fix memleak upon allocation error | Andreas Rheinhardt | 2021-04-08 | 1 | -53/+36 |
* | Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp... | Andreas Rheinhardt | 2021-04-08 | 1 | -12/+21 |
* | avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change() | Michael Niedermayer | 2021-03-31 | 1 | -0/+7 |
* | mpegvideo: use the AVVideoEncParams API for exporting QP tables | Anton Khirnov | 2021-01-01 | 1 | -7/+28 |
* | avcodec/mpegvideo: Don't zero-initialize unnecessarily | Andreas Rheinhardt | 2020-12-31 | 1 | -1/+1 |
* | avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init | Andreas Rheinhardt | 2020-12-31 | 1 | -5/+2 |
* | avcodec/mpegvideo: remove extra space | Limin Wang | 2020-06-14 | 1 | -1/+1 |
* | avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos label | Limin Wang | 2020-06-13 | 1 | -72/+60 |
* | avcodec/mpegvideo: simplify check for av_frame_alloc | Limin Wang | 2020-06-13 | 1 | -11/+4 |
* | avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common... | Limin Wang | 2020-06-13 | 1 | -2/+3 |
* | avcodec/mpegvideo: return more specific error codes for init_duplicate_context() | Limin Wang | 2020-05-09 | 1 | -1/+1 |
* | avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init() | Limin Wang | 2020-05-09 | 1 | -14/+16 |
* | mpegvideo: drop an unnecessary function parameter | Anton Khirnov | 2020-03-16 | 1 | -5/+5 |
* | libavcodec, libpostproc: Remove outcommented START/STOP_TIMER | Andreas Rheinhardt | 2020-03-14 | 1 | -4/+0 |
* | avcodec/mpeg: Initialize quarter_sample parameter from previous thread. | Andriy Gelman | 2018-12-14 | 1 | -0/+2 |