summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9'Michael Niedermayer2014-03-171-2/+2
|\
| * png: Support rgb48 and rgba64 encodingCarl Eugen Hoyos2014-03-161-1/+9
* | Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer2014-03-171-71/+81
|\ \ | |/
| * png: K&R formatting cosmeticsVittorio Giovara2014-03-161-74/+84
* | avcodec/pngenc: fix invalid read in sub filter.Clément Bœsch2014-02-231-2/+17
* | Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2013-11-171-8/+15
|\ \ | |/
| * pngenc: use the AVFrame API properly.Anton Khirnov2013-11-161-8/+15
* | 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
| * png: allow encoding 16-bit grayscaleIan Taylor2013-08-131-0/+5
* | avcodec/png: remove obsolete commentsPaul B Mahol2013-09-081-4/+0
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* | pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin2013-05-131-3/+36
* | Remove two anonymous arrays.Carl Eugen Hoyos2013-04-171-1/+2
* | Fix bits_per_coded_sample when encoding png with frame-level multithreading.Carl Eugen Hoyos2013-02-201-5/+17
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | pngenc: write sample aspect ratioPaul B Mahol2012-10-131-0/+5
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-17/+17
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-9/+9
* | lavc/pngenc: Enable frame threading for PNG encodesBen Jackson2012-09-101-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Remove duplicated png and mng signatures.Paul B Mahol2012-06-151-1/+1
* | pngenc: use av_assertMichael Niedermayer2012-06-111-1/+3
* | Make png-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-06-111-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-7/+9
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | pngenc: make max_packet_size 64bit check check it.Michael Niedermayer2012-03-221-2/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-10/+14
|\ \ | |/
| * pngenc: better upper bound for encoded frame size.Anton Khirnov2012-03-221-13/+17
* | pngenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-4/+2
* | pngenc: Fix incorrect mask used for interlaced mode.Michael Niedermayer2012-03-201-1/+1
* | pngenc: allocate packets that have some chance of being large enough.Michael Niedermayer2012-03-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-1/+1
|\ \ | |/
| * png: make .long_name more descriptivePaul B Mahol2012-02-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-181-8/+21
|\ \ | |/
| * pngenc: switch to encode2().Anton Khirnov2012-02-171-8/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Support rgb48 and rgba64 png encoding.Carl Eugen Hoyos2012-01-151-1/+14
* | Simplify RGB32 png encoding.Carl Eugen Hoyos2012-01-151-36/+3
* | Support gray16 png encoding.Carl Eugen Hoyos2012-01-151-1/+5
* | Support gray8a png encoding.Carl Eugen Hoyos2012-01-151-1/+5
* | Do not ignore full transparency when writing png palette.Carl Eugen Hoyos2011-12-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+6
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+6
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
OpenPOWER on IntegriCloud