summaryrefslogtreecommitdiff
path: root/pngrutil.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng12] Imported from libpng-1.2.54.tarv1.2.54Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng12] Clean up coding style in png_handle_PLTE().Glenn Randers-Pehrson2015-11-051-7/+10
* [libpng12] Fixed new bug with CRC error after reading an over-length palette.Glenn Randers-Pehrson2015-11-041-2/+2
* [libpng12] Bump version to 1.2.54rc03Glenn Randers-Pehrson2015-11-031-1/+1
* [libpng12] Prevent writing over-length PLTE chunk (Cosmin Truta) andGlenn Randers-Pehrson2015-10-311-2/+13
* [libpng12] Imported from libpng-1.2.53.tarv1.2.53libpng-1.2.53-signedGlenn Randers-Pehrson2015-02-261-1/+1
* [libpng12] Rebuilt configure scripts with automake-1.15 and libtool-2.4.6Glenn Randers-Pehrson2015-02-211-1/+1
* [libpng12] Imported from libpng-1.2.53rc01.tarv1.2.53rc01Glenn Randers-Pehrson2015-02-121-1/+1
* [libpng12] Imported from libpng-1.2.53beta02.tarv1.2.53beta02Glenn Randers-Pehrson2015-02-061-1/+1
* [libpng12] Quieted some Coverity-scan warningsGlenn Randers-Pehrson2015-02-051-15/+15
* [libpng12] Quieted some harmless warnings from Coverity-scan.Glenn Randers-Pehrson2015-01-311-7/+16
* [libpng12] Imported from libpng-1.2.51.tarv1.2.51libpng-1.2.51-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng12] Update "last changed" info in source files.Glenn Randers-Pehrson2014-02-031-2/+2
* [libpng12] Quiet unused variable warnings from clang by porting PNG_UNUSED()Glenn Randers-Pehrson2014-02-031-3/+3
* [libpng12] Imported from libpng-1.2.50.tarv1.2.50libpng-1.2.50-signedGlenn Randers-Pehrson2012-07-101-1/+1
* [libpng12] Imported from libpng-1.2.49.tarv1.2.49Glenn Randers-Pehrson2012-03-291-1/+1
* [libpng12] Imported from libpng-1.2.48.tarv1.2.48Glenn Randers-Pehrson2012-03-081-1/+1
* [libpng12] Imported from libpng-1.2.48rc02.tarv1.2.48rc02Glenn Randers-Pehrson2012-03-021-1/+1
* [libpng12] Fixed off-by-one bug in png_handle_sCAL() when using fixed pointGlenn Randers-Pehrson2012-02-261-6/+6
* [libpng12] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code fromGlenn Randers-Pehrson2012-02-221-4/+5
* [libpng12] Removed two useless #ifdef directives from pngread.c andGlenn Randers-Pehrson2012-02-191-7/+2
* [libpng12] Imported from libpng-1.2.47.tarv1.2.47Glenn Randers-Pehrson2012-02-181-1/+1
* [libpng12] Imported from libpng-1.2.47rc01.tarv1.2.47rc01Glenn Randers-Pehrson2012-02-181-10/+10
* [legacy] Imported from libpng-1.2.45.tarv1.2.45Glenn Randers-Pehrson2011-07-071-1/+1
* [legacy] Imported from libpng-1.2.45rc01.tarv1.2.45rc01Glenn Randers-Pehrson2011-06-301-2/+2
* [legacy] Check for sCAL chunk too short.Glenn Randers-Pehrson2011-06-181-0/+8
* [legacy] Imported from libpng-1.2.44.tarv1.2.44Glenn Randers-Pehrson2010-06-251-1/+1
* [legacy] Imported from libpng-1.2.44rc03.tarv1.2.44rc03Glenn Randers-Pehrson2010-06-251-1/+1
* [legacy] Imported from libpng-1.2.44rc02.tarv1.2.44rc02Glenn Randers-Pehrson2010-06-251-62/+81
* [legacy] Imported from libpng-1.2.44rc01.tarv1.2.44rc01Glenn Randers-Pehrson2010-06-251-1/+1
* [legacy] Imported from libpng-1.2.44beta03.tarv1.2.44beta03Glenn Randers-Pehrson2010-06-251-1/+1
* [legacy] Imported from libpng-1.2.44beta02.tarv1.2.44beta02Glenn Randers-Pehrson2010-06-251-1/+1
* [legacy] Imported from libpng-1.2.44beta01.tarv1.2.44beta01Glenn Randers-Pehrson2010-06-251-3/+9
* [legacy] Imported from libpng-1.2.43.tarv1.2.43Glenn Randers-Pehrson2010-02-251-1/+1
* [legacy] Imported from libpng-1.2.43rc02.tarv1.2.43rc02Glenn Randers-Pehrson2010-02-191-1/+1
* [legacy] Imported from libpng-1.2.43rc01.tarv1.2.43rc01Glenn Randers-Pehrson2010-02-181-1/+1
* [legacy] Ported png_decompress_chunk() from libpng-1.4.1Glenn Randers-Pehrson2010-02-121-189/+152
* [legacy] Imported from libpng-1.2.43beta04.tarGlenn Randers-Pehrson2010-02-081-1/+1
* [legacy] Imported from libpng-1.2.43beta04.tarv1.2.43beta04Glenn Randers-Pehrson2010-02-071-1/+1
* [legacy] Imported from libpng-1.2.43beta03.tarv1.2.43beta03Glenn Randers-Pehrson2010-02-071-16/+104
* [legacy] Backported new png_decompress_chunk() algorithm from libpng-1.4.1Glenn Randers-Pehrson2010-02-011-48/+106
* [master] Updated copyright year to 2010 and made some trivial cosmetic changesGlenn Randers-Pehrson2010-01-011-2/+7
* [master] Imported from libpng-1.2.42rc03.tarv1.2.42rc03Glenn Randers-Pehrson2009-12-251-1/+1
* [master] Imported from libpng-1.2.42rc02.tarv1.2.42rc02Glenn Randers-Pehrson2009-12-231-1/+1
* [master] Bump to version libpng-1.2.42rc02Glenn Randers-Pehrson2009-12-221-1/+1
* [master] Imported from libpng-1.2.42rc01.tarv1.2.42rc01Glenn Randers-Pehrson2009-12-171-1/+1
* [master] Bump to version 1.2.42rc01Glenn Randers-Pehrson2009-12-131-1/+1
* [master] Bump to version 1.2.42beta02Glenn Randers-Pehrson2009-12-111-1/+1
* [master] Bump to version 1.2.42beta01Glenn Randers-Pehrson2009-12-041-1/+1
* [master] Imported from libpng-1.2.41.tarv1.2.41Glenn Randers-Pehrson2009-12-021-1/+1