summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Imported from libpng-1.6.3beta07.tarv1.6.3beta07Glenn Randers-Pehrson2013-06-0815-30/+30
* [libpng16] Protect symbol prefixing against CC/CPPFLAGS/CFLAGS useage.John Bowler2013-06-084-11/+43
* [libpng16] Removed PNG_FILTER_OPTIMIZATIONS and PNG_ARM_NEON_SUPPORTED fromJohn Bowler2013-06-089-58/+90
* [libng16] Neglected to check in pngconf.h with previous commit.Glenn Randers-Pehrson2013-06-061-1/+25
* [libpng16] Make ARM NEON support work at compile time (not just configure time).John Bowler2013-06-064-8/+12
* [libpng16] Enclose the prototypes for the simplified write API inGlenn Randers-Pehrson2013-06-053-8/+14
* [libpng16] Updated README (removed CompuServ reference, added simplesystems.org)Glenn Randers-Pehrson2013-06-051-10/+8
* [libpng16] Fix compiler warning in png-fix-itxt.cJohn Bowler2013-06-051-4/+4
* [libpng16] Deleted set(CMAKE_BUILD_TYPE) block from CMakeLists.txtJohn Bowler2013-06-053-22/+3
* [libpng16] Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txtGlenn Randers-Pehrson2013-06-053-3/+7
* [libpng16] Removed a redundant test in png_set_IHDR().Glenn Randers-Pehrson2013-06-043-13/+6
* [libpng16] Updated README with current arm, contrib, and projects directoryGlenn Randers-Pehrson2013-06-031-9/+11
* [libpng16] Bump version to 1.6.3beta07Glenn Randers-Pehrson2013-05-1224-54/+58
* [libpng16] Imported from libpng-1.6.3beta06.tarv1.6.3beta06Glenn Randers-Pehrson2013-05-1218-115/+204
* [libpng16] Revised contrib/pngminim/*/makefile to generate pnglibconf.hGlenn Randers-Pehrson2013-05-095-15/+28
* [libpng16] Removed obsolete reference to "pnginflate" from ANNOUNCEGlenn Randers-Pehrson2013-05-091-2/+0
* [libng16] Fixed typo in png-fix-too-far-back "usage" outputGlenn Randers-Pehrson2013-05-091-2/+2
* [libpng16] Cleaned up CHANGES and ANNOUNCE files.Glenn Randers-Pehrson2013-05-092-38/+24
* [libpng16] Bump version to 1.6.3beta06Glenn Randers-Pehrson2013-05-0924-54/+58
* [libpng16] Imported from libpng-1.6.3beta05.tarv1.6.3beta05Glenn Randers-Pehrson2013-05-0913-23/+25
* [libpng16] Renamed pnginflate to png-fix-too-far-back in contrib/tools.Glenn Randers-Pehrson2013-05-084-11/+14
* [libpng16] Renamed contrib/tools/fixitxt to contrib/tools/png-fix-itxt.Glenn Randers-Pehrson2013-05-087-23/+63
* [libpng16]Check ZLIB_VERNUM for mismatches, enclose #error in quotesJohn Bowler2013-05-084-2/+22
* [libpng16] Attempt to detect configuration issues with pngdeflate,John Bowler2013-05-087-14/+30
* [libpng16] Updated Makefile.amJohn Bowler2013-05-081-3/+2
* libpng16] Updated contrib/pngminus/pnm2png.c (Paul Stewart):Glenn Randers-Pehrson2013-05-084-40/+75
* [libpng16] Detect wrong libpng versions linked to pngdeflate, which currentlyJohn Bowler2013-05-085-8/+53
* [libpng16] Check that PNG_MAXIMUM_INFLATE_WINDOW is defined before using it.Glenn Randers-Pehrson2013-05-071-1/+2
* [libpng16] Added an option to force maximum window size for inflating.John Bowler2013-05-079-143/+1225
* [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).Glenn Randers-Pehrson2013-05-074-21/+64
* [libpng16] Bump version to 1.6.3beta05Glenn Randers-Pehrson2013-05-0624-54/+58
* [libpng16] Imported from libpng-1.6.3beta04.tarv1.6.3beta04Glenn Randers-Pehrson2013-05-0613-26/+31
* [libpng16] Committed new pnglibconf.dfa and prebuilt.Glenn Randers-Pehrson2013-05-052-1/+5
* [libpng16] Calculate our own zlib windowBits when decoding rather thanGlenn Randers-Pehrson2013-05-053-10/+88