summaryrefslogtreecommitdiff
path: root/pngpread.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-1/+1
* API reduction, PNG compression levelJohn Bowler2016-06-071-9/+9
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng17] Updated CHANGES and ANNOUNCE, removed trailing blanks from *.c *.hGlenn Randers-Pehrson2015-11-241-2/+2
* Back out READ/WRITE_INTERLACING changesJohn Bowler2015-11-221-7/+7
* Squashed commit of the following:John Bowler2015-11-221-37/+25
* [libpng17] Imported from libpng-1.7.0beta68.tarv1.7.0beta68Glenn Randers-Pehrson2015-11-121-8/+12
* chunk handling and transform rewriteJohn Bowler2015-09-141-824/+613
* [libpng17] Revise comment about deprecated skip function in pngpread.c.Glenn Randers-Pehrson2015-06-111-4/+4
* [libpng17] Removed non-working progressive reader 'skip' function. ThisJohn Bowler2015-06-061-96/+8
* [libpng17] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-041-2/+0
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-6/+5
* [libpng16] Renamed "assert" to "affirm", not affected by NDEBUG.Glenn Randers-Pehrson2015-03-211-1/+1
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-2/+2
* [libpng17] Work in progress, merging with libpng-1.6.17rc01.Glenn Randers-Pehrson2015-03-041-1/+1
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-3/+3
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-22/+25
* [libpng17] Imported from libpng-1.7.0beta38.tarv1.7.0beta38Glenn Randers-Pehrson2014-10-171-5/+5
* [libpng17] Merge recent changes from libpng-1.6.14beta06:Glenn Randers-Pehrson2014-10-041-158/+37
* [libpng17] Imported from libpng-1.7.0beta35.tarv1.7.0beta35Glenn Randers-Pehrson2014-08-061-4/+4
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-1/+1
* [libpng17] Added png_ptr->process_mode = PNG_READ_IDAT_MODE inGlenn Randers-Pehrson2014-02-231-0/+1
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng17] Moved prototype for png_handle_unknown() in pngpriv.h outside ofGlenn Randers-Pehrson2013-11-181-6/+4
* [libpng17] Added #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED/#endif in pngpread.cGlenn Randers-Pehrson2013-11-171-0/+2
* [libpng17] Catch up with recent libpng16 changes; unknown handling and spellingJohn Bowler2013-09-301-1/+1
* [libpng17] Port recent /*SAFE*/ comments and manual changes from libpng16Glenn Randers-Pehrson2013-07-151-1/+1
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-2/+2
* [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
* [libpng16] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code fromGlenn Randers-Pehrson2012-02-211-547/+4
* [libpng16] Removed some unused arrays from png_read_push_finish_row().Glenn Randers-Pehrson2012-02-101-0/+2
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-27/+27
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-1/+1
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-5/+5
* [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-041-1/+1
* [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-031-1/+1
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] #ifdef out png_progressive_combine_row() when interlacing isGlenn Randers-Pehrson2011-10-061-5/+16
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-123/+102
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-171-0/+2
* [devel] Added some whitespace in comments.Glenn Randers-Pehrson2011-04-161-3/+3