summaryrefslogtreecommitdiff
path: root/pngerror.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-14/+14
* png_app_warning fixJohn Bowler2016-06-081-2/+2
* API reduction, PNG compression levelJohn Bowler2016-06-071-166/+48
* [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-1/+1
* Coverity related changesJohn Bowler2015-09-171-27/+28
* chunk handling and transform rewriteJohn Bowler2015-09-141-21/+44
* [libpng17] Mention dropping support for 16-bit platforms in libpng16.Glenn Randers-Pehrson2015-08-181-4/+4
* [libpng17] Committed pngvalid.c omitted from previous commit; fix trivial typosGlenn Randers-Pehrson2015-03-221-1/+1
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-45/+16
* [libpng17] Improved some overflow handling. PNG_RELEASE_BUILD replaces testsJohn Bowler2015-03-221-85/+133
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-1/+53
* [libpng16] Renamed "assert" to "affirm", not affected by NDEBUG.Glenn Randers-Pehrson2015-03-211-27/+27
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-2/+175
* [libpng17] Restore missing ")" in pngerror.cGlenn Randers-Pehrson2015-03-181-1/+1
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng17] Merged clang no-warning fix from libpng-1.6.13: png_digit was definedGlenn Randers-Pehrson2014-11-171-6/+6
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-9/+9
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-21/+23
* [libpng17] Port recent changes from libpng16 branch:Cosmin Truta2014-03-221-0/+3
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-3/+3
* [libpng17] Fixed a large number of instances where PNGCBAPI was omitted fromGlenn Randers-Pehrson2014-01-311-3/+3
* [libpng17] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng17] Merged files with version 1.6.8 that have not changed since then.Glenn Randers-Pehrson2013-12-191-2/+2
* [libpng17] Ported recent changes from libpng16 to libpng17John Bowler2013-11-221-1/+22
* [libpng17] Use parentheses consistently with #if defined()Glenn Randers-Pehrson2013-02-171-4/+4
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Fixed previous support for Z_PREFIX in configure builds, correctedJohn Bowler2012-12-171-6/+4
* [libpng17] Document new PNG_ABORT behavior in libpng-1.7.xGlenn Randers-Pehrson2012-12-171-4/+4
* [libpng17] Cleaned up and enhanced the configure option; libpng now correctlyJohn Bowler2012-12-171-3/+20
* [libpng17] Removed more functions that were deprecated in libpng-1.6.0:John Bowler2012-12-151-1/+1
* [libpng17]Rearranged png_struct, remove unused members, change png_set_filterJohn Bowler2012-12-141-2/+2
* [libpng16] Use "FALL THROUGH" comment consistently in switch statements.Glenn Randers-Pehrson2012-12-091-2/+2
* [libpng16] Changed ICC profile support to allow use of an external colorJohn Bowler2012-10-251-0/+35
* [libpng16] Cleaned up and corrected ICC profile handling.John Bowler2012-08-251-1/+1
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-171-2/+2
* [libpng16] Folded long lines and fixed some grammar.Glenn Randers-Pehrson2012-08-161-2/+4
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-1/+1
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-091-6/+7
* [ibpng16] Added application error reporting and added chunk names to readJohn Bowler2012-03-181-2/+37
* [libpng16] Increased warning buffer in pngerror.c from 128 to 192.Glenn Randers-Pehrson2012-01-231-3/+5
* [libpng16] Add palette support to the simplified APIs. This commitJohn Bowler2012-01-161-2/+2
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.0beta05Glenn Randers-Pehrson2012-01-141-3/+3
* [libpng16] Fix bug in pngerror.c: some long warnings were being improperlyJohn Bowler2012-01-141-25/+32
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Update png_err() to use new typecast.Glenn Randers-Pehrson2011-12-291-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-24/+24
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-19/+23
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-211-5/+102