summaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAge
* avcodec/pngenc: don't return a value in a void functionJames Almer2015-04-02
* png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-02
* apng: Add a basic APNG encoderDonny Yang2015-04-02
* avcodec/png: Clearly separate encoding header and framesDonny Yang2015-04-01
* png: Clear up the calculation of max packet sizeDonny Yang2015-03-31
* png: Only init zlib onceDonny Yang2015-03-29
* png: Calculate pixel format information only onceDonny Yang2015-03-29
* png: Return slightly more meaningful error codesDonny Yang2015-03-29
* png: Minor whitespace change and added missing commentDonny Yang2015-03-28
* png: Use av_freep() instead of av_free()Donny Yang2015-03-28
* avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley2015-03-05
* avcodec/pngenc: Remove outer () from macroMichael Niedermayer2015-03-04
* avcodec/pngenc: replace round by lrint()Michael Niedermayer2015-03-02
* lavc/pngenc: Support writing colorspace tags.Niklas Haas2015-02-28
* lavc/pngenc: Support encoding ya16be.Carl Eugen Hoyos2015-01-22
* Merge commit '5735552f1f17ea01dcbc99b08f54b5bf52176a8f'Michael Niedermayer2014-08-01
|\
| * pngenc: Drop pointless pointer cast in png_write_row()Diego Biurrun2014-08-01
* | Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c'Michael Niedermayer2014-05-28
|\|
| * dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
* | Merge commit 'cccac7654f3f6b82967bc6ae08b35ae8b4fbe1a9'Michael Niedermayer2014-03-17
|\|
| * png: Support rgb48 and rgba64 encodingCarl Eugen Hoyos2014-03-16
* | Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer2014-03-17
|\|
| * png: K&R formatting cosmeticsVittorio Giovara2014-03-16
* | avcodec/pngenc: fix invalid read in sub filter.Clément Bœsch2014-02-23
* | Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7'Michael Niedermayer2013-11-17
|\|
| * pngenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * png: allow encoding 16-bit grayscaleIan Taylor2013-08-13
* | avcodec/png: remove obsolete commentsPaul B Mahol2013-09-08
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin2013-05-13
* | Remove two anonymous arrays.Carl Eugen Hoyos2013-04-17
* | Fix bits_per_coded_sample when encoding png with frame-level multithreading.Carl Eugen Hoyos2013-02-20
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | pngenc: write sample aspect ratioPaul B Mahol2012-10-13
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | lavc/pngenc: Enable frame threading for PNG encodesBen Jackson2012-09-10
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Remove duplicated png and mng signatures.Paul B Mahol2012-06-15
* | pngenc: use av_assertMichael Niedermayer2012-06-11
* | Make png-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos2012-06-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | pngenc: make max_packet_size 64bit check check it.Michael Niedermayer2012-03-22