Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-08avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt
2021-04-08avcodec/mpegvideo: Factor common freeing code outAndreas Rheinhardt
2021-04-08avcodec/mpegvideo: Fix memleak upon allocation errorAndreas Rheinhardt
2021-04-08Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt
2021-04-01avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer
2021-01-01mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov
2021-01-01avcodec/mpegvideo: Don't zero-initialize unnecessarilyAndreas Rheinhardt
2020-12-31avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt
2020-06-14avcodec/mpegvideo: remove extra spaceLimin Wang
2020-06-13avcodec/mpegvideo: remove FF_ALLOCZ_ARRAY_OR_GOTO and gotos labelLimin Wang
2020-06-13avcodec/mpegvideo: simplify check for av_frame_allocLimin Wang
2020-06-13avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mpv_common...Limin Wang
2020-05-09avcodec/mpegvideo: return more specific error codes for init_duplicate_context()Limin Wang
2020-05-09avcodec/mpegvideo: return more specific error codes for ff_mpv_common_init()Limin Wang
2020-03-16mpegvideo: drop an unnecessary function parameterAnton Khirnov
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2018-12-14avcodec/mpeg: Initialize quarter_sample parameter from previous thread.Andriy Gelman
2018-08-25mpeg4video: Add Studio DPCM supportKieran Kunhya
2018-05-30avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer
2018-04-02mpeg4video: Add support for MPEG-4 Simple Studio Profile.Kieran Kunhya
2017-12-11libavcodec: Move ff_print_debug_info2 to mpegutils.cKieran Kunhya
2017-11-07libavcodec/mepgvideo : remove warning introduce by previous patchMartin Vignali
2017-11-07avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali
2017-10-23avcodec: drop deprecated vismv optionJames Almer
2017-10-22Merge commit '7b917041184874e7d7cba4450813de7e0bb28a33'James Almer
2017-10-04mpegdec: fix redundant dummy frames issue of interlaced clipsZhong Li
2017-08-25avcodec: add missing FF_API_DEBUG_MV wrappersJames Almer
2017-06-21avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c()Michael Niedermayer
2017-06-19avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer
2016-11-17avcodec/mpeg4videodec: Workaround interlaced mpeg4 edge MC bugMichael Niedermayer
2016-11-17avcodec/mpegvideo: Fix edge emu buffer overlap with interlaced mpeg4Michael Niedermayer
2016-11-01Fix build warnings due to misleading indentationAdriano Pallavicino
2016-07-31Fix instances of broken indentation found by gcc 6Anton Khirnov
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-20Merge commit '99c554efc8b09c3f1bb2fb41c3da5431085f7470'Clément Bœsch
2016-06-10avcodec/mpegvideo: Do not clear the parse context during initMichael Niedermayer
2016-06-05avcodec/mpegvideo: Deallocate last/next picture earlierMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-29fix some a/an typosLou Logan
2016-03-05mpegvideo: Fix undefined negative shifts in ff_init_block_indexLuca Barbato
2016-01-28Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis
2016-01-28Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-21lavc: Move noise_reduction to codec private optionsVittorio Giovara
2015-11-23avutil/motion_vector: export subpel motion informationClément Bœsch
2015-11-15mpegvideo: clear overread in clear_contextAndreas Cadhalpun
2015-11-14avcodec/mpegvideo: use predefined M_PIGanesh Ajjanagadde
2015-09-18avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer
2015-09-18avcodec/mpegvideo: Change mpeg2 unquant to work with higher precission qscaleMichael Niedermayer
2015-09-07Merge commit '5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17'Hendrik Leppkes