summaryrefslogtreecommitdiff
path: root/pngset.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Happy 2016! Updated copyright year.Glenn Randers-Pehrson2016-01-021-1/+1
* [libpng15] Bump version to 1.5.27beta01Glenn Randers-Pehrson2015-12-171-1/+1
* [libpng15] Imported from libpng-1.5.26.tarv1.5.26libpng-1.5.26-signedGlenn Randers-Pehrson2015-12-171-1/+1
* [libpng15] Update some last-changed datesGlenn Randers-Pehrson2015-12-131-1/+1
* [libpng15] Do png_check_keyword in png_set_*()John Bowler2015-12-131-146/+103
* [libpng15] Move png_check_keyword() from pngwutil.c to pngset.cGlenn Randers-Pehrson2015-12-131-1/+133
* [libpng15] Fixed bug recently introduced in png_set_PLTE() that uses png_ptrGlenn Randers-Pehrson2015-11-221-2/+2
* [libpng15] Bump version to 1.5.25beta01Glenn Randers-Pehrson2015-11-131-1/+1
* [libpng15] Imported from libpng-1.5.24.tarv1.5.24Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng15] Fixed some inconsequential cut-and-paste typos inGlenn Randers-Pehrson2015-11-011-6/+6
* [libpng15] Silently truncate over-length PLTE chunk while reading.Glenn Randers-Pehrson2015-10-301-4/+9
* [libpng15] Imported from libpng-1.5.23.tarv1.5.23libpng-1.5.23-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng15] Replaced "unexpected" with an integer in pngset.c where a long wasGlenn Randers-Pehrson2015-04-291-2/+2
* [libpng15] Imported from libpng-1.5.22.tarv1.5.22libpng-1.5.22-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng15] Fix incorrect calculation of maximum number of unknown chunks orGlenn Randers-Pehrson2015-03-161-2/+2
* [libpng15] Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).Glenn Randers-Pehrson2015-02-181-0/+2
* [libpng15] Imported from libpng-1.5.22beta01.tarv1.5.22beta01Glenn Randers-Pehrson2015-01-281-1/+1
* [libpng15] Made the check for out-of-range values in png_set_tRNS() detectGlenn Randers-Pehrson2015-01-131-11/+14
* [libpng15] Imported from libpng-1.5.20.tarv1.5.20libpng-1.5.20-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng15] Imported from libpng-1.5.20rc01.tarv1.5.20rc01Glenn Randers-Pehrson2014-11-131-1/+1
* [libpng15] Bump version to 1.5.20beta02Glenn Randers-Pehrson2014-11-091-1/+1
* [libpng15] Quieted three "comparison is always false due to limited range"Glenn Randers-Pehrson2014-11-091-4/+10
* [libpng15] Update "last changed" dates.Glenn Randers-Pehrson2014-08-211-1/+1
* [libpng15] Bump version to 1.5.20beta01Glenn Randers-Pehrson2014-08-211-1/+1
* [libpng15] Imported from libpng-1.5.19.tarv1.5.19Glenn Randers-Pehrson2014-08-211-1/+1
* [libpng15] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-9/+9
* [libpng15] Imported from libpng-1.5.17.tarv1.5.17libpng-1.5.17-signed1.5.17Glenn Randers-Pehrson2013-06-261-1/+1
* [libpng15] Imported from libpng-1.5.17beta01.tarv1.5.17beta01Glenn Randers-Pehrson2013-06-081-1/+1
* [libpng15] Removed a redundant test from png_set_IHDR().Glenn Randers-Pehrson2013-06-041-10/+1
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15rc01.tarv1.5.15rc01Glenn Randers-Pehrson2013-03-211-1/+1
* [libpng15] Imported from libpng-1.5.15beta02.tarv1.5.15beta02Glenn Randers-Pehrson2013-02-051-1/+1
* [libpng15] Imported from libpng-1.5.14.tarv1.5.14Glenn Randers-Pehrson2013-01-231-1/+1
* [libpng15] Check validity of "nentries" parameter of png_set_sPLT().Glenn Randers-Pehrson2013-01-171-0/+11
* [libpng15] Check validity of "nentries" parameter of png_set_sPLT().Glenn Randers-Pehrson2013-01-171-3/+12
* [libpng15] Bump version to 1.5.14rc03Glenn Randers-Pehrson2013-01-171-3/+3
* [libpng15] Revised test for validity of "num_unknowns" to eliminate compilerJohn Bowler2013-01-171-3/+4
* [libpng15] Change info_ptr->unknown_chunks_num to type png_uint_32Glenn Randers-Pehrson2013-01-171-1/+1
* [libpng15] Check validity of "num_unknowns" parameterGlenn Randers-Pehrson2013-01-101-3/+10
* [libpng15] Update copyright year to 2013 in newly-changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng15] Updated "last changed" comments in recently-changed files.Glenn Randers-Pehrson2012-12-101-1/+1
* [libpng16] Ignore, with a warning, out-of-range value of num_trans inGlenn Randers-Pehrson2012-12-091-0/+6
* [libpng15] Imported from libpng-1.5.11.tarv1.5.11Glenn Randers-Pehrson2012-06-141-1/+1
* [libpng15] Updated some "Last changed" datesGlenn Randers-Pehrson2012-06-061-1/+1
* [libpng15] Bump version to 1.5.11rc02Glenn Randers-Pehrson2012-05-231-1/+1
* [libpng15] Enable png_set_check_for_invalid_index() for both read and write.Glenn Randers-Pehrson2012-04-131-2/+4
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-4/+13
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-041-2/+18
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1