summaryrefslogtreecommitdiff
path: root/libavcodec/png.c
Commit message (Expand)AuthorAge
* png: K&R formatting cosmeticsVittorio Giovara2014-03-16
* png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles2013-03-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-25
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* decode mng color decorrelationLoren Merritt2008-02-26
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-15
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-15
* spellingDiego Biurrun2007-06-04
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Remove duplicate bytestream functionsRamiro Polla2007-05-23
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-12
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-21
* PNG 16-bit gray decoding supportKostya Shishkov2006-10-24
* Make PNG produce correct 8-bit picturesKostya Shishkov2006-10-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-10
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* When bswap_32 is a macro, png images fail to decode properly, patch by (Milan...Milan Cutka2004-11-12
* porting png support from -f image to -f image2Michael Niedermayer2004-11-09