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