summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/mpegvideo: Allocate several buffers jointlyAndreas Rheinhardt2021-12-171-17/+29
* avcodec/mpegvideo: Don't allocate encoder-only buffers when decodingAndreas Rheinhardt2021-12-171-5/+15
* avcodec/mpegvideo: Don't update encoder-only fields for decodersAndreas Rheinhardt2021-12-171-6/+0
* avcodec/mpegvideo: Move closed_gop to Mpeg1ContextAndreas Rheinhardt2021-12-171-1/+0
* avcodec: remove the unused low_delayLimin Wang2021-09-291-1/+1
* lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATEDAnton Khirnov2021-09-201-0/+6
* avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt2021-04-081-2/+4
* avcodec/mpegvideo: Factor common freeing code outAndreas Rheinhardt2021-04-081-21/+15
* avcodec/mpegvideo: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-081-53/+36
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-081-12/+21
* avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer2021-03-311-0/+7
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-011-7/+28
* avcodec/mpegvideo: Don't zero-initialize unnecessarilyAndreas Rheinhardt2020-12-311-1/+1
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-311-5/+2
* avcodec/mpegvideo: remove extra spaceLimin Wang2020-06-141-1/+1
* avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang2020-06-131-72/+60
* avcodec/mpegvideo: simplify check for av_frame_allocLimin Wang2020-06-131-11/+4
* avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang2020-06-131-2/+3
* avcodec/mpegvideo: return more specific error codes for init_duplicate_context()Limin Wang2020-05-091-1/+1
* avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init()Limin Wang2020-05-091-14/+16
* mpegvideo: drop an unnecessary function parameterAnton Khirnov2020-03-161-5/+5
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-141-4/+0
* avcodec/mpeg: Initialize quarter_sample parameter from previous thread.Andriy Gelman2018-12-141-0/+2
* mpeg4video: Add Studio DPCM supportKieran Kunhya2018-08-251-17/+56
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-301-0/+2
* mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya2018-04-021-11/+41
* libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya2017-12-111-314/+0
* libavcodec/mepgvideo : remove warning introduce by previous patchMartin Vignali2017-11-061-2/+1
* avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali2017-11-061-6/+10
* avcodec: drop deprecated vismv optionJames Almer2017-10-231-218/+0
* Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer2017-10-211-10/+2
|\
| * Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-311-9/+9
* | mpegdec: fix redundant dummy frames issue of interlaced clipsZhong Li2017-10-041-5/+1
* | avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer2017-08-251-0/+2
* | avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c()Michael Niedermayer2017-06-211-1/+1
* | avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-191-6/+6
* | avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bugMichael Niedermayer2016-11-171-0/+2
* | avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4Michael Niedermayer2016-11-171-1/+1
* | Fix build warnings due to misleading indentationAdriano Pallavicino2016-11-011-27/+27
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-9/+10
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-10/+10
* | Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch2016-06-201-1/+2
|\ \ | |/
| * mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato2016-03-051-3/+3
* | avcodec/mpegvideo: Do not clear the parse context during initMichael Niedermayer2016-06-101-3/+1
* | avcodec/mpegvideo: Deallocate last/next picture earlierMichael Niedermayer2016-06-051-2/+2
* | fix some a/an typosLou Logan2016-03-281-4/+4
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-1/+1
|\ \ | |/
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-1/+1
* | Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'Derek Buitenhuis2016-01-281-1/+1
|\ \ | |/
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6