summaryrefslogtreecommitdiff
path: root/libavcodec/dpxenc.c
Commit message (Expand)AuthorAge
* 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