summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpxenc.c
Commit message (Expand)AuthorAgeFilesLines
* dpx: Replace avpicture functions with imgutilsVittorio Giovara2015-10-211-6/+9
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
* dpx: always write the image offsetZoltan Kovacs2014-12-081-0/+1
* dpxenc: mention missing breakVittorio Giovara2014-11-131-0/+1
* dpxenc: use the AVFrame API properly.Anton Khirnov2013-11-161-2/+11
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-10/+10
* 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
* dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö2012-02-291-1/+2
* dpxenc: switch to encode2().Anton Khirnov2012-02-171-13/+23
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-211-1/+1
* dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-021-1/+1
* DPX image encoderPeter Ross2011-05-011-0/+178
OpenPOWER on IntegriCloud