summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.7beta02.tarv1.6.7beta02Glenn Randers-Pehrson2013-10-1315-30/+30
* [libpng16] Make autogen.sh work with automake 1.13 as well as 1.14. Do thisJohn Bowler2013-10-063-5/+13
* [libpng16] Simplified error message code in pngunknown. The simplification hasJohn Bowler2013-10-043-8/+10
* [libpng16] Cleaned up (char*) casts of zlib messages. The latest version ofJohn Bowler2013-10-043-2/+31
* [libpng16] Made changes for compatibility with automake 1.14:John Bowler2013-10-045-8/+61
* [libpng16] Remove spurious "#ifdef PNG_sRGB_SUPPORTED" from pngrutil.cJohn Bowler2013-10-041-2/+0
* [libpng16] Bump version to 1.6.7beta02Glenn Randers-Pehrson2013-10-0225-64/+68
* [libpng16] Imported from libpng-1.6.7beta01.tarv1.6.7beta01Glenn Randers-Pehrson2013-09-3012-22/+22
* [libpng16] Catch up with some recent changes that did not get merged.Glenn Randers-Pehrson2013-09-304-16/+27
* [libpng16] Updated pngunknown.cJohn Bowler2013-09-301-45/+62
* [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignmentJohn Bowler2013-09-306-76/+348
* [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configuredJohn Bowler2013-09-218-25/+33
* [libpng16] Added #ifdef PNG_READ_SUPPORTED/endif around theGlenn Randers-Pehrson2013-09-205-15/+13
* [libpng16] Reverted the change to unknown handling #defines; the changeGlenn Randers-Pehrson2013-09-205-14/+22
* [libpng16] Bump version to 1.6.7beta01Glenn Randers-Pehrson2013-09-1630-67/+72
* [libpng16] Imported from libpng-1.6.6.tarv1.6.6Glenn Randers-Pehrson2013-09-1631-73/+76
* [libpng16] Imported from libpng-1.6.5.tarv1.6.5Glenn Randers-Pehrson2013-09-1428-67/+69
* [libpng16] Bump version to 1.6.5beta01Glenn Randers-Pehrson2013-09-1229-70/+69
* [libpng16] Imported from libpng-1.6.4.tarv1.6.4libpng-1.6.4-signedGlenn Randers-Pehrson2013-09-1227-72/+69
* [libpng16] Imported from libpng-1.6.4rc01.tarv1.6.4rc01Glenn Randers-Pehrson2013-09-0525-65/+69
* [libpng16] Bump version to 1.6.4beta03Glenn Randers-Pehrson2013-08-2924-54/+58
* [libpng16] Imported from libpng-1.6.4beta02.tarv1.6.4beta02Glenn Randers-Pehrson2013-08-2917-42/+44
* [libpng16] Bump version to 1.6.4beta02Glenn Randers-Pehrson2013-08-2124-54/+58
* [libpng16] Imported from libpng-1.6.4beta01.tarGlenn Randers-Pehrson2013-08-2119-49/+57
* [libpng16] Delay calling png_init_filter_functions() until a row with nonzeroGlenn Randers-Pehrson2013-08-203-6/+13
* [libpng16] Mention png_set_option() in the documentation.Glenn Randers-Pehrson2013-08-172-16/+30
* [libpng16] Use minus signs, not hyphens, in "--i".Glenn Randers-Pehrson2013-08-131-1/+1
* [libpng16] Change some hyphens to minus signs and fix other typos in libpng.3Glenn Randers-Pehrson2013-08-062-30/+30
* [libpng16] Exit loop over tRNS array when a transparent entry isGlenn Randers-Pehrson2013-08-041-1/+7
* [libpng16] Bump version to 1.6.4beta01Glenn Randers-Pehrson2013-07-2028-154/+77
* [libpng16] Imported from libpng-1.6.3.tarv1.6.3libpng-1.6.3-signedGlenn Randers-Pehrson2013-07-1733-94/+73
* [libpng16] Revised "/*SAFE*/" comment in pngrutil.cGlenn Randers-Pehrson2013-07-151-1/+1
* [libpng16] Added "/* SAFE */" comments in pngrutil.c and pngrtran.cGlenn Randers-Pehrson2013-07-154-10/+22
* [libpng16] Updated manual to mention that warnings about iTXt language tagGlenn Randers-Pehrson2013-07-142-13/+21
* [libpng16] Imported from libpng-1.6.3rc01.tarv1.6.3rc01Glenn Randers-Pehrson2013-07-1025-65/+73
* [libpng16] Imported from libpng-1.6.3beta10.tarv1.6.3beta10Glenn Randers-Pehrson2013-07-0415-31/+31
* [libpng16] Unified pngfix.c source with libpng17.John Bowler2013-07-023-5/+6
* [libpng16] Fixed undefined behavior in contrib/tools/pngfix.c and added newJohn Bowler2013-07-024-100/+238
* [libpng16] Only compile ARM code when PNG_READ_SUPPORTED is defined.John Bowler2013-07-024-3/+9
* [libpng16] Updated documentation to show default behavior of benign errorsGlenn Randers-Pehrson2013-07-024-15/+29
* [libpng16] Bump version to 1.6.3beta10Glenn Randers-Pehrson2013-06-2725-62/+66
* [libpng16] Change "png-fix-too-far-back" to "pngfix" inside pngfix.cGlenn Randers-Pehrson2013-06-271-8/+8
* [libpng16] Imported from libpng-1.6.3beta09.tarv1.6.3beta09Glenn Randers-Pehrson2013-06-2715-29/+28
* [libpng16] Renamed contrib/tools/png-fix-too-far-back.c to pngfix.cGlenn Randers-Pehrson2013-06-274-8/+8
* [libng16] Revised contrib/tools/png-fix-too-far-back.c to check all compressedJohn Bowler2013-06-273-824/+3481
* [libpng16] Revised example.c to illustrate use of PNG_DEFAULT_sRGB andGlenn Randers-Pehrson2013-06-253-8/+14
* [libpng16] Fix spelling of "doclifter" in CHANGES and ANNOUNCEGlenn Randers-Pehrson2013-06-182-2/+2
* [libpng16] Bump version to 1.6.3beta09Glenn Randers-Pehrson2013-06-1824-54/+58
* [libpng16] Imported from libpng-1.6.3beta08.tarv1.6.3beta08Glenn Randers-Pehrson2013-06-1816-34/+36
* [libpng16] Bump version to 1.6.3beta08Glenn Randers-Pehrson2013-06-0824-54/+58