summaryrefslogtreecommitdiffstats
path: root/libavcodec/sunrastenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-9/+9
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-9/+9
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
| * sunrast: Add support for negative linesize.Aneesh Dogra2012-03-241-4/+7
* | sunrastenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-1/+1
* | sunrastenc: remove dead storePaul B Mahol2012-03-221-1/+0
* | lavc/sunrastenc: consider cases with linesize < 0Stefano Sabatini2012-03-191-9/+8
|/
* sunrastenc: set keyframe flag for the output packet.Aneesh Dogra2012-02-191-0/+1
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-171-0/+225
OpenPOWER on IntegriCloud