summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta19.tarv1.6.0beta19Glenn Randers-Pehrson2012-03-1914-29/+31
* [libpng16] Avoid the double gamma correction warning in the simplified API.John Bowler2012-03-185-11/+70
* [ibpng16] Added application error reporting and added chunk names to readJohn Bowler2012-03-188-18/+100
* [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added moreJohn Bowler2012-03-185-104/+98
* [libpng16] Work around for duplicate row start calls; added warning messages.John Bowler2012-03-185-9/+78
* [libpng16] Never mind, undid previous change.Glenn Randers-Pehrson2012-03-173-15/+4
* [libpng16] Revised png_set_text_2() to avoid possible memory corruptionGlenn Randers-Pehrson2012-03-163-4/+15
* [libpng16] Reverted png_set_itxt(); it would not compile without warnings.Glenn Randers-Pehrson2012-03-167-97/+10
* [libpng16] Added png_set_itxt() (work in progress)Glenn Randers-Pehrson2012-03-166-1/+88
* [libpng16] Fixed ANNOUNCE and CHANGES re simplified API and benign errors.Glenn Randers-Pehrson2012-03-162-2/+2
* [libpng16] Bump version to 1.6.0beta19Glenn Randers-Pehrson2012-03-1623-55/+59
* [libpng16] Imported from libpng-1.6.0beta18.tarv1.6.0beta18Glenn Randers-Pehrson2012-03-1613-26/+32
* [libpng16] Added configuration support for benign errors and changed the readJohn Bowler2012-03-167-30/+102
* [libpng16] Added output flushing to aid debugging under Visual Studio.John Bowler2012-03-163-3/+16
* [libpng16] Revised example.c to put text strings in a temporary character arrayGlenn Randers-Pehrson2012-03-154-23/+64
* [libpng16] Fixed a compiler warning under Cygwin (Windows-7, 32-bit system)John Bowler2012-03-103-4/+6
* [libpng16] Fix an off-by-one error in the palette index checking function.John Bowler2012-03-105-18/+50
* [libpng16] In pngtest, treat benign errors as errors if "-strict" is present.Glenn Randers-Pehrson2012-03-103-3/+16
* [libpng16] Issue a png_benign_error() instead of png_warning() about badGlenn Randers-Pehrson2012-03-107-5/+9
* [libpng16] Bump version to 1.6.0beta18Glenn Randers-Pehrson2012-03-0923-53/+57
* [libpng16] Imported from libpng-1.6.0beta17.tarv1.6.0beta17Glenn Randers-Pehrson2012-03-0913-29/+29
* [libpng16] If benign errors are disabled use maximum window on ancillaryJohn Bowler2012-03-093-15/+41
* [libpng] Committed new contrib/libtests/makepng.c that was overlookedJohn Bowler2012-03-091-19/+53
* [libpng16] Fixed manual assertion that all of our public macros begin with PNG_Glenn Randers-Pehrson2012-03-092-12/+12
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-0915-1425/+1529
* [libpng16] Reject iCCP chunk after the first, even if the first one is invalid.Glenn Randers-Pehrson2012-03-084-5/+13
* [libpng16] Bump version to 1.6.0beta17Glenn Randers-Pehrson2012-03-0523-53/+57
* [libpng16] Imported from libpng-1.6.0beta16.tarv1.6.0beta16Glenn Randers-Pehrson2012-03-0513-45/+43
* [libpng16] Added code to validate the windowBits value passed to deflateInit2().John Bowler2012-03-055-21/+39
* [libpng16] Correct pngvalid error messageJohn Bowler2012-03-051-1/+1
* [libpng16] Validate the zTXt strings in pngvalid.John Bowler2012-03-053-0/+159
* [libpng16] Made read 'inflate' handling like write 'deflate' handling. TheJohn Bowler2012-03-0510-329/+349
* [libpng16] Fix tarith argument parsingJohn Bowler2012-03-051-2/+2
* [libpng16] Added a print out of the maximum observed error to 'tarith ascii'John Bowler2012-03-051-16/+21
* [libpng16] Added contrib/libtests/tarith.c to test internal arithmeticJohn Bowler2012-03-043-0/+1000
* [libpng16] Changed png_inflate() and calling routines to avoid overflowJohn Bowler2012-03-036-441/+452
* [libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with defaultJohn Bowler2012-03-033-31/+47
* [libpng16] Bump version to 1.6.0beta16Glenn Randers-Pehrson2012-03-0213-22/+44
* [libpng16] Revised scripts/pnglibconf.dfaGlenn Randers-Pehrson2012-03-021-1/+2
* [libng16] Added palette-index checking while writing.Glenn Randers-Pehrson2012-03-0210-115/+156
* [libpng16] Bump version to 1.6.0beta16Glenn Randers-Pehrson2012-03-0222-53/+57
* [libpng16] Imported from libpng-1.6.0beta15.tarv1.6.0beta15Glenn Randers-Pehrson2012-03-024-14/+535
* [libpng16] Remove whitespace at end of linesJohn Bowler2012-03-0263-1069/+558
* [libpng16] Minor update to pngstest.c, chmod 755 gentests.shJohn Bowler2012-03-022-3/+3
* [libpng16] Relocated declarations of index and padding in new index-checkingGlenn Randers-Pehrson2012-03-011-6/+5
* [libpng16] Fixed some bugs in ICC profile writing. The code should now acceptJohn Bowler2012-03-017-69/+94
* [libpng16] Added tests for invalid palette index while reading and writingGlenn Randers-Pehrson2012-03-017-37/+126
* [libpng16] Improved pngstest fine tuning of error numbers, new test fileJohn Bowler2012-03-015-75/+1423
* [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications thatJohn Bowler2012-03-015-11/+61
* [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removedJohn Bowler2012-02-294-18/+27