summaryrefslogtreecommitdiff
path: root/libavcodec/dpxenc.c
Commit message (Expand)AuthorAge
* dpx: Replace avpicture functions with imgutilsVittorio Giovara2015-10-21
* lavc: AV-prefix all codec flagsVittorio 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
* dpx: always write the image offsetZoltan Kovacs2014-12-08
* dpxenc: mention missing breakVittorio Giovara2014-11-13
* dpxenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* 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
* dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-29
* dpxenc: switch to encode2().Anton Khirnov2012-02-17
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-21
* dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
* DPX image encoderPeter Ross2011-05-01