summaryrefslogtreecommitdiff
path: root/libavcodec/sunrastenc.c
Commit message (Collapse)AuthorAge
* 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
|
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* sunrast: Add support for negative linesize.Aneesh Dogra2012-03-24
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* sunrastenc: set keyframe flag for the output packet.Aneesh Dogra2012-02-19
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-17
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>