summaryrefslogtreecommitdiff
path: root/libavcodec/png.c
Commit message (Expand)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer2014-03-17
|\
| * png: K&R formatting cosmeticsVittorio Giovara2014-03-16
* | Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51'Michael Niedermayer2013-03-12
|\|
| * 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
* | Remove duplicated png and mng signatures.Paul B Mahol2012-06-15
* | png: make ff_png_pass_mask local to pngdec.Clément Bœsch2012-03-22
* | pngdec: Fix masks for interlaced decodingMichael Niedermayer2012-01-22
* | lavc: remove unused headersPaul B Mahol2012-01-17
* | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.Diego Elio Pettenò2011-01-26
|/
* 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