Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-16sunrastenc: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-24sunrast: Add support for negative linesize.Aneesh Dogra
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
2012-02-19sunrastenc: set keyframe flag for the output packet.Aneesh Dogra
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-02-17avcodec: add a Sun Rasterfile encoderAneesh Dogra
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>