summaryrefslogtreecommitdiffstats
path: root/libavcodec/utvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud