summaryrefslogtreecommitdiff
path: root/libavcodec/utvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-081-6/+7
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-3/+3
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-1/+28
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-9/+0
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-5/+5
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-271-1/+3
* utvideoenc: Enable support for multiple slices and use themJan Ekström2014-02-141-3/+33
* utvideoenc: Add support for the new BT.709 FourCCs for YCbCrJan Ekström2014-02-041-2/+8
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* utvideoenc: use av_image_copy_plane()Paul B Mahol2013-07-281-16/+4
* utvideoenc/v410enc: do not set AVFrame.reference.Anton Khirnov2013-01-291-1/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-12/+12
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-111-1/+1
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-301-40/+28
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-301-25/+41
* utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-281-116/+4
* lavc: add Ut Video encoderJan Ekström2012-08-201-0/+735