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
2016-09-08utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-01-21lavc: Move prediction_method to codec private optionsVittorio Giovara
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2014-06-23dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-02-14utvideoenc: Enable support for multiple slices and use themJan Ekström
2014-02-04utvideoenc: Add support for the new BT.709 FourCCs for YCbCrJan Ekström
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-28utvideoenc: use av_image_copy_plane()Paul B Mahol
2013-01-29utvideoenc/v410enc: do not set AVFrame.reference.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-11utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun
2012-08-30utvideoenc: Switch to dsputils' median predictionMichael Niedermayer
2012-08-30utvideoenc: Avoid writing into the input pictureMichael Niedermayer
2012-08-28utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer
2012-08-20lavc: add Ut Video encoderJan Ekström