summaryrefslogtreecommitdiff
path: root/libavcodec/utvideoenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
* utvideoenc: Enable support for multiple slices and use themJan Ekström2014-02-14
* utvideoenc: Add support for the new BT.709 FourCCs for YCbCrJan Ekström2014-02-04
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* utvideoenc: use av_image_copy_plane()Paul B Mahol2013-07-28
* utvideoenc/v410enc: do not set AVFrame.reference.Anton Khirnov2013-01-29
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun2012-09-11
* utvideoenc: Switch to dsputils' median predictionMichael Niedermayer2012-08-30
* utvideoenc: Avoid writing into the input pictureMichael Niedermayer2012-08-30
* utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer2012-08-28
* lavc: add Ut Video encoderJan Ekström2012-08-20