summaryrefslogtreecommitdiffstats
path: root/libavcodec/dpxenc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* 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
| | | | | | This avoids breaking fate every time the lavc version is bumped. Signed-off-by: Martin Storsjö <martin@martin.st>
* 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
| | | | 10l to the one who hasn't checked this.
* DPX image encoderPeter Ross2011-05-011-0/+178
OpenPOWER on IntegriCloud