summaryrefslogtreecommitdiffstats
path: root/libavcodec/v410enc.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-15/+0
* 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/v410enc: do not set AVFrame.reference.Anton Khirnov2013-01-291-1/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* v410enc: switch to encode2().Anton Khirnov2012-02-201-12/+13
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-121-1/+1
* v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-021-1/+1
* v410enc: fix output buffer size checkMans Rullgard2011-12-151-1/+1
* v410enc: include correct headersMans Rullgard2011-12-151-1/+1
* v410 encoder and decoderDerek Buitenhuis2011-12-131-0/+99
OpenPOWER on IntegriCloud