summaryrefslogtreecommitdiff
path: root/pngpread.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.23.tarv1.6.23libpng-1.6.23-signedGlenn Randers-Pehrson2016-06-091-1/+1
* [libpng16] Fixed undefined behavior in png_push_save_buffer(). Do not callGlenn Randers-Pehrson2016-06-031-1/+4
* [libpng16] Fixed the progressive reader to handle empty first IDAT chunkTimothy Nikkel2016-05-291-6/+8
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* Fix inconsistent handling of invalid zlib dataJohn Bowler2015-11-271-1/+1
* [libpng16] Imported from libpng-1.6.20beta03.tarv1.6.20beta03Glenn Randers-Pehrson2015-11-241-1/+1
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-1/+1
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Fix some indentation.Glenn Randers-Pehrson2015-06-111-6/+7
* [libpng16] Removed non-working progressive reader 'skip' function. ThisJohn Bowler2015-06-031-96/+8
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-011-3/+1
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-1/+1
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-1/+1
* [libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01Glenn Randers-Pehrson2015-01-281-3/+9
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-1/+1
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-011-1/+1
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-20/+21
* [libpng16] Added missing "ptr = NULL" after some instances of png_free().Glenn Randers-Pehrson2014-10-291-1/+3
* [libpng16] Imported from libpng-1.6.14.tarv1.6.14libpng-1.6.14-signedGlenn Randers-Pehrson2014-10-221-1/+1
* [libpng16] Imported from libpng-1.6.14beta07.tarv1.6.14beta07Glenn Randers-Pehrson2014-10-071-5/+5
* [libpng16] Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"Glenn Randers-Pehrson2014-10-041-1/+1
* [libpng16] Replaced repeated code with PNG_PUSH_SAVE_BUFFER_IF_FULLGlenn Randers-Pehrson2014-10-041-158/+37
* [libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Imported from libpng-1.6.12.tarv1.6.12libpng-1.6.12-signedGlenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson2014-06-061-1/+1
* [libpng16] Imported from libpng-1.6.11.tarv1.6.11libpng-1.6.11-signedGlenn Randers-Pehrson2014-06-051-1/+1
* [libpng16] Made progressive reading of interlaced images consistent with theGlenn Randers-Pehrson2014-04-131-7/+1
* [libpng16] Imported from libpng-1.6.11beta02.tarv1.6.11beta02Glenn Randers-Pehrson2014-04-061-3/+3
* [libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-2/+2
* [libpng16] Bump version to 1.6.11beta01Glenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Imported from libpng-1.6.10.tarv1.6.10libpng-1.6.10-signedGlenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Added png_ptr->process_mode = PNG_READ_IDAT_MODE inGlenn Randers-Pehrson2014-02-221-2/+3
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-191-1/+1
* [libpng16] Reverted change of ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTEDGlenn Randers-Pehrson2013-11-181-2/+2
* [libpng16] Moved prototype for png_handle_unknown() in pngpriv.h outside ofGlenn Randers-Pehrson2013-11-181-2/+0
* [libpng16] Changed ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED toGlenn Randers-Pehrson2013-11-171-3/+3
* [libpng16] Reduced scope of recently-added #ifdef blockGlenn Randers-Pehrson2013-11-171-2/+2
* [libpng16] Added #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED/#endif in pngpread.cGlenn Randers-Pehrson2013-11-171-2/+4
* [libpng16] Added "/* SAFE */" comments in pngrutil.c and pngrtran.cGlenn Randers-Pehrson2013-07-151-1/+1
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-607/+52
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-52/+607
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-1/+1
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-151-45/+27
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-6/+6
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-091-3/+3
* [libpng16] Made read 'inflate' handling like write 'deflate' handling. TheJohn Bowler2012-03-051-8/+12