summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta25.tarv1.6.0beta25Glenn Randers-Pehrson2012-06-1613-36/+36
* [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 meansGlenn Randers-Pehrson2012-06-168-95/+146
* [libpng16] Document deprecation of png_convert_to_rfc1123() and itsGlenn Randers-Pehrson2012-06-127-29/+39
* [libpng16] Fixed some typos and grammar in manual and commentsGlenn Randers-Pehrson2012-06-094-32/+32
* [libpng16] Bump version to 1.6.0beta25Glenn Randers-Pehrson2012-06-0723-53/+57
* [libpng16] Imported from libpng-1.6.0beta24.tarv1.6.0beta24Glenn Randers-Pehrson2012-06-0713-27/+27
* [libpng16] Don't check palette indexes if num_palette is 0 (as it can be inGlenn Randers-Pehrson2012-06-073-4/+7
* [libpng16] Bump version to 1.6.0beta24Glenn Randers-Pehrson2012-06-0623-65/+592
* [libpng16] Imported from libpng-1.6.0beta23.tarv1.6.0beta23Glenn Randers-Pehrson2012-06-0613-564/+41
* [libpng16] Improved performance of new do_check_palette_indexes() functionGlenn Randers-Pehrson2012-06-065-8/+15
* [libpng16] Do not depend upon a GCC feature macro being available for use inGlenn Randers-Pehrson2012-06-033-3/+7
* [libpng16] Made fixes for new optimization warnings from gcc 4.7.0.Glenn Randers-Pehrson2012-06-033-19/+23
* [libpng16] Revised CMakeLists.txt to not attempt to make a symlink under mingw.Glenn Randers-Pehrson2012-05-293-6/+8
* [libpng16] Bump version to 1.6.0beta23Glenn Randers-Pehrson2012-05-2323-53/+57
* [libpng16] Imported from libpng-1.6.0beta22.tarv1.6.0beta22Glenn Randers-Pehrson2012-05-2318-44/+46
* [libpng16] checked in contrib/libtests/pngstest.c which was omittedJohn Bowler2012-04-301-2/+5
* [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warnsJohn Bowler2012-04-308-44/+80
* [libpng16] Bump version to 1.6.0beta22Glenn Randers-Pehrson2012-04-2824-61/+65
* [libpng16] Imported from libpng-1.6.0beta21.tarv1.6.0beta21Glenn Randers-Pehrson2012-04-2813-29/+47
* [libpng16] Changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE inGlenn Randers-Pehrson2012-04-283-6/+10
* [libpng16] Added -lssp_nonshared in a comment in scripts/makefile.freebsdGlenn Randers-Pehrson2012-04-261-0/+3
* [libpng16] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h aroundGlenn Randers-Pehrson2012-04-233-5/+7
* [libpng16] Revised scripts/makefile.darwin: use system zlib; remove quotesGlenn Randers-Pehrson2012-04-133-9/+15
* [libpng16] Enable png_set_check_for_invalid_index() for both read and write.Glenn Randers-Pehrson2012-04-133-4/+6
* [libpng16] Edited new commentary in png.cGlenn Randers-Pehrson2012-03-291-12/+12
* [libpng16] Bump version to 1.6.0beta21Glenn Randers-Pehrson2012-03-2923-53/+57
* [libpng16] Imported from libpng-1.6.0beta20.tarGlenn Randers-Pehrson2012-03-2917-43/+54
* [libpng16] Revised png_set_text_2() to avoid potential memory corruption.Glenn Randers-Pehrson2012-03-281-1/+1
* [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing theJohn Bowler2012-03-2810-156/+343
* [libpng16] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.John Bowler2012-03-283-0/+5
* [libpng16] Recognize known sRGB ICC profiles while reading and issue a warningGlenn Randers-Pehrson2012-03-285-44/+81
* [libpng16] Fixed ICC profile parsing and sRGB profile recognitionJohn Bowler2012-03-284-8/+6
* [libpng16] Write the profile MD5s from checksum-icc (and the date)John Bowler2012-03-221-3/+18
* [libng16] Added checksum-icc.c to contrib/libtestsJohn Bowler2012-03-223-3/+94
* [libpng16] Use uLong 64 bits for crc32 return in profile checkJohn Bowler2012-03-211-1/+1
* [libpng16] Recognize known sRGB ICC profiles while reading and handle them asGlenn Randers-Pehrson2012-03-213-1/+53
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-2120-1058/+1907
* [libpng16] Bump version to 1.6.0beta20Glenn Randers-Pehrson2012-03-1923-55/+59
* [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