summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocationsAndreas Rheinhardt2022-01-09
* avcodec/mpegvideo: Don't unnecessarily allocate buffersAndreas Rheinhardt2022-01-09
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Don't initialize error resilience context for encoderAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Check for no_rounding at compile-time if possibleAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Remove always-true branchAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-timeAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Partially check for being encoder at compile-timeAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2Andreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Avoid needlessly calling functionAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Don't duplicate identical codeAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Remove unnecessary headersAndreas Rheinhardt2022-01-04
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-04
* avcodec/mpegvideo: ReindentationAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Allocate several buffers jointlyAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Don't allocate encoder-only buffers when decodingAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Don't update encoder-only fields for decodersAndreas Rheinhardt2021-12-17
* avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt2021-12-17
* avcodec: remove the unused low_delayLimin Wang2021-09-29
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-20
* avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Factor common freeing code outAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer2021-03-31
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* avcodec/mpegvideo: Don't zero-initialize unnecessarilyAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: remove extra spaceLimin Wang2020-06-14
* avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-13
* avcodec/mpegvideo: simplify check for av_frame_allocLimin Wang2020-06-13
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-13
* avcodec/mpegvideo: return more specific error codes for init_duplicate_context()Limin Wang2020-05-09
* avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init()Limin Wang2020-05-09
* mpegvideo: drop an unnecessary function parameterAnton Khirnov2020-03-16
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* avcodec/mpeg: Initialize quarter_sample parameter from previous thread.Andriy Gelman2018-12-14
* mpeg4video: Add Studio DPCM supportKieran Kunhya2018-08-25
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-30
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-02
* libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-11
* libavcodec/mepgvideo : remove warning introduce by previous patchMartin Vignali2017-11-06
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-06
* avcodec: drop deprecated vismv optionJames Almer2017-10-23
* Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-21
|\
| * Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-31
* | mpegdec: fix redundant dummy frames issue of interlaced clipsZhong Li2017-10-04
* | avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer2017-08-25