summaryrefslogtreecommitdiffstats
path: root/libavcodec/sunrastenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2013-11-171-0/+7
|\
| * sunrastenc: use the AVFrame API properly.Anton Khirnov2013-11-161-2/+11
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | sunrastenc: do not set avctx->coded_framePaul B Mahol2013-07-311-4/+0
* | 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