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
2022-10-20avcodec/ffv1: Move ffv1_template.c inclusion to dec/enc templatesAndreas Rheinhardt
2022-08-18avcodec/ffv1enc: Don't create and keep unnecessary referenceAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-12-19avcodec/ffv1, ffv1dec: Add const where appropriateAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2020-03-14libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt
2019-01-31avcodec/ffv1: Simplify update_vlc_state()Michael Niedermayer
2019-01-31avcodec/ffv1: Simplify fold()Michael Niedermayer
2017-06-26avcodec/ffv1: Increase the maximum number of slices to 1024Michael Niedermayer
2016-08-08avcodec/ffv1: add AV_PIX_FMT_GBRP16 supportMichael Niedermayer
2016-08-08avcodec/ffv1: template functions to allow data types different from int16_tMichael Niedermayer
2016-01-28Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'Derek Buitenhuis
2016-01-21lavc: Move context_model to codec private optionsVittorio Giovara
2015-12-18avcodec/ffv1enc: unbreak -coder optionMichael Niedermayer
2015-11-22Merge commit '4bb1070c154e49d35805fbcdac9c9e92f702ef96'Derek Buitenhuis
2015-11-16ffv1: Explicitly name the coder typeVittorio Giovara
2015-09-25avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer
2015-08-22ffv1: Add missing ff_ prefixesTimothy Gu
2015-07-20Merge commit '10a9149de242c7bbc4e130d3d7c593b89e20f80e'Michael Niedermayer
2015-07-20ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara
2015-05-01ffv1enc: Add const attribute to input frameVittorio Giovara
2015-04-22avcodec: use av_mod_uintp2() where usefulJames Almer
2014-03-14Merge commit 'cd832f032f945a57a1f1dd385942c2fadc7ce4e5'Michael Niedermayer
2014-03-13ffv1: Drop bogus dependency on dsputilDiego Biurrun
2014-03-10Define ff_log2_run[] in libavcodec/internal.h.Carl Eugen Hoyos
2013-12-10ffv1.4: use 2 coefficients for calculating the Y plane in the RCTMichael Niedermayer
2013-12-09avcodec/ffv1: support adjusting the g vs r + b coefficient in the RCTMichael Niedermayer
2013-11-16ffv1: use the AVFrame API properly.Anton Khirnov
2013-09-09avcodec/ffv1dec: Support decoding planes as raw PCM in 1.4Michael Niedermayer
2013-08-20ffv1: rename minor to micro versionMichael Niedermayer
2013-05-11ffv1dec: Support frame threading with gop > 1Michael Niedermayer
2013-05-11ffv1: Switch to ThreadFrameMichael Niedermayer
2013-04-27ffv1: Store a flag in the global header that indicates if all frames are keyf...Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-10-21Merge commit 'a7d2861d36756b913e85681b86ed3385274e8ced'Michael Niedermayer
2012-10-21Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'Michael Niedermayer
2012-10-21Merge commit '71f7b22dba60524b2285643ae0b49d8f64977129'Michael Niedermayer
2012-10-21ffv1: split decoder and encoderMichael Niedermayer
2012-10-20ffv1: Add missing #includes to header fileDiego Biurrun
2012-10-20ffv1: update to ffv1 version 3Luca Barbato
2012-10-20ffv1: split decoder and encoderLuca Barbato