summaryrefslogtreecommitdiffstats
path: root/libavcodec/png.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer2014-03-171-1/+1
|\
| * png: K&R formatting cosmeticsVittorio Giovara2014-03-161-3/+3
* | Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer2013-03-121-3/+1
|\ \ | |/
| * png: use av_mallocz_array() for the zlib zalloc functionJustin Ruggles2013-03-081-3/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-251-2/+2
* | Remove duplicated png and mng signatures.Paul B Mahol2012-06-151-3/+0
* | png: make ff_png_pass_mask local to pngdec.Clément Bœsch2012-03-221-5/+0
* | pngdec: Fix masks for interlaced decodingMichael Niedermayer2012-01-221-1/+1
* | lavc: remove unused headersPaul B Mahol2012-01-171-1/+0
* | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-261-2/+2
|/
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* decode mng color decorrelationLoren Merritt2008-02-261-0/+1
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-151-10/+0
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-151-859/+13
* spellingDiego Biurrun2007-06-041-1/+1
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-8/+2
* Remove duplicate bytestream functionsRamiro Polla2007-05-231-37/+15
* consistency renaming: rgba32 --> rgb32Diego Biurrun2007-02-121-6/+6
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-3/+3
* remove useless #ifdef CONFIG_ZLIBMåns Rullgård2007-01-211-2/+0
* PNG 16-bit gray decoding supportKostya Shishkov2006-10-241-0/+3
* Make PNG produce correct 8-bit picturesKostya Shishkov2006-10-141-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+14
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-1/+1
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-3/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-37/+37
* a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source...Roine Gustafsson2005-05-101-0/+2
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-2/+9
* When bswap_32 is a macro, png images fail to decode properly, patch by (Milan...Milan Cutka2004-11-121-1/+3
* porting png support from -f image to -f image2Michael Niedermayer2004-11-091-0/+943
OpenPOWER on IntegriCloud