Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -10/+10 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | dpxenc: Don't include the libavcodec ident if bitexact mode is enabled | Martin Storsjö | 2012-02-29 | 1 | -1/+2 |
* | dpxenc: switch to encode2(). | Anton Khirnov | 2012-02-17 | 1 | -13/+23 |
* | lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Anton Khirnov | 2011-09-21 | 1 | -1/+1 |
* | dpx: Do not use DPX encoder for decoding. | Kostya Shishkov | 2011-05-02 | 1 | -1/+1 |
* | DPX image encoder | Peter Ross | 2011-05-01 | 1 | -0/+178 |