summaryrefslogtreecommitdiff
path: root/pngrutil.c
Commit message (Expand)AuthorAgeFilesLines
* Added initial code for PowerPC VSX optimisationVadim Barkov2017-01-141-1/+1
* [libpng16] Bump version to 1.6.29beta01Glenn Randers-Pehrson2017-01-051-1/+1
* [libpng16] Imported from libpng-1.6.28.tarv1.6.28Glenn Randers-Pehrson2017-01-051-1/+1
* [libpng16] Bump version to 1.6.28beta01Glenn Randers-Pehrson2016-12-301-1/+1
* [libpng16] Bump version to 1.6.27Glenn Randers-Pehrson2016-12-291-1/+1
* [libpng16] PNG_IGNORE_ALDLER32_SUPPORTED -> PNG_IGNORE_ADLER32 in pngtest.cGlenn Randers-Pehrson2016-12-261-3/+1
* [libpng16] Control ADLER32 checking with new PNG_IGNORE_ADLER32 option.Glenn Randers-Pehrson2016-12-261-7/+9
* [libpng16] Revert ADLER32 error handling in pngrutil.c and pngpread.c.Glenn Randers-Pehrson2016-11-081-9/+1
* [libpng16] Restrict the new ADLER32-skipping to IDAT chunks. It broke iCCPGlenn Randers-Pehrson2016-10-281-2/+3
* [libpng16] Bump version to 1.6.27beta01Glenn Randers-Pehrson2016-10-281-1/+1
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Cosmetic change "ptr != 0" to "ptr != NULL" in png.c and pngrutil.cGlenn Randers-Pehrson2016-10-161-1/+1
* [libpng16] Use zlib-1.2.8.1 inflateValidate() instead of inflateReset2() toGlenn Randers-Pehrson2016-10-071-2/+2
* [libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-46/+49
* [libpng16] If CRC handling of critical chunks has been set to PNG_CRC_QUIET_USE,Glenn Randers-Pehrson2016-09-251-13/+19
* [libpng16] Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h,Glenn Randers-Pehrson2016-09-191-5/+5
* [libpng16] Issue a png_benign_error instead of a png_error on ADLER32 mismatchGlenn Randers-Pehrson2016-09-111-1/+6
* [libpng16] Imported from libpng-1.6.25.tarv1.6.25libpng-1.6.25-signedGlenn Randers-Pehrson2016-08-311-1/+1
* [libpng16] Revert use of png_malloc_array in iCCP chunk readerGlenn Randers-Pehrson2016-08-121-4/+4
* [libng16] Conditionally compile png_inflate(). It's not needed for iCCPGlenn Randers-Pehrson2016-08-111-1/+1
* [libpng16] Return NULL from png_malloc_array() with a warning instead of callingGlenn Randers-Pehrson2016-08-101-5/+5
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Conditionally compile png_decompress_chunk().Glenn Randers-Pehrson2016-08-011-0/+2
* [libpng16] Imported from libpng-1.6.24beta06.tarv1.6.24beta06Glenn Randers-Pehrson2016-07-191-1/+1
* [libpng16] Eliminated unnecessary tests of boolean png_isaligned() vs 0.Glenn Randers-Pehrson2016-07-151-2/+2
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-59/+59
* [libpng16] Update "last changed" datesGlenn Randers-Pehrson2016-07-131-2/+2
* [libpng16] Fixed some indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-131-30/+30
* [libpng16] Don't call png_icc_set_sRGB() when it's not compiled.Glenn Randers-Pehrson2016-07-031-2/+2
* [libpng16] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Bump version to 1.6.21beta01Glenn Randers-Pehrson2015-12-081-1/+1
* [libpng16] Imported from libpng-1.6.20.tarlibpng-1.6.20-signedGlenn Randers-Pehrson2015-12-021-1/+1
* Fix inconsistent handling of invalid zlib dataJohn Bowler2015-11-271-3/+34
* [lbpng16] Revert 12 -> 12U change in pngrutil.cGlenn Randers-Pehrson2015-11-221-1/+1
* [libpng16] Use unsigned constants in buffer length comparisonsGlenn Randers-Pehrson2015-11-211-2/+2
* [libpng16] Another whack at png_handle_sPLT() pointer calculation.John Bowler2015-11-191-1/+1
* [libpng16] Removed new redundant check for libpng < 12 in pngrutil.cGlenn Randers-Pehrson2015-11-171-1/+1
* [libpng16] Remove newly-added useless typecasts.Glenn Randers-Pehrson2015-11-161-2/+2
* [libpng16] Changed size_t to png_uint_32 in new buffer checks (John Bowler)Glenn Randers-Pehrson2015-11-151-2/+2
* [libpng16] Revised recent pngrutil.c patch as suggested by pascalGlenn Randers-Pehrson2015-11-141-2/+2
* [libpng16] Avoid potential pointer overflow in png_handle_sPLT() andGlenn Randers-Pehrson2015-11-131-3/+3
* [libpng16] Imported from libpng-1.6.19.tarv1.6.19Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng16] Clean up coding style in png_handle_PLTE()Glenn Randers-Pehrson2015-11-051-7/+10
* [libpng16] Fixed new bug with CRC error after reading an over-length palette.Glenn Randers-Pehrson2015-11-041-1/+1
* [libpng16] Silently truncate over-length PLTE chunk while reading.Glenn Randers-Pehrson2015-10-301-4/+11
* [libpng16] Prevent reading over-length PLTE chunk (Cosmin Truta).Glenn Randers-Pehrson2015-10-301-0/+3
* [libpng16] Fixed the recently reported 1's complement security issue byJohn Bowler2015-08-191-1/+7
* [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson2015-08-171-8/+7
* [libpng16] Removed new unnecessary typecast in pngrutil.cGlenn Randers-Pehrson2015-08-171-1/+1