- 79b7e4e [libpng16] Changed file permissions of contrib/tools/intgamma.sh from by Glenn Randers-Pehrson · 10 years ago
- ee6050e [libpng16] Imported from libpng-1.6.11rc02.tar by Glenn Randers-Pehrson · 10 years ago
- 7a0ca96 [libpng16] Bump version to 1.6.11beta04 by Glenn Randers-Pehrson · 11 years ago
- 478062d [libpng16] Imported from libpng-1.6.11beta03.tar by Glenn Randers-Pehrson · 11 years ago
- 86b8016 [libpng16] Fix some permissions by Glenn Randers-Pehrson · 11 years ago
- 6b570f1 [libpng16] Imported from libpng-1.6.11beta02.tar by Glenn Randers-Pehrson · 11 years ago
- d74d821 [libpng16] Cosmetic revision of previous change by Glenn Randers-Pehrson · 11 years ago
- a518abd [libpng16] Removed #if/#else/#endif from inside two pow() calls in pngvalid.c by Glenn Randers-Pehrson · 11 years ago
- 4df37bf [libpng16] Imported from libpng-1.6.10.tar by Glenn Randers-Pehrson · 11 years ago
- 079a724 [libpng16] Fixed some nits in contrib/arm-neon/README and comments in by Glenn Randers-Pehrson · 11 years ago
- f5df058 [libpng16] Use a user warning handler in contrib/gregbook/readpng2.c by Glenn Randers-Pehrson · 11 years ago
- 37b7299 [libpng16] Deleted a now-redundant #define png_error from pngvalid.c by John Bowler · 11 years ago
- 0b61d10 [libpng16] Fixed /proc/cpuinfo ARM NEON __linux__ parsing by John Bowler · 11 years ago
- dba54b8 [libpng16] Moved OS dependent code from arm/arm_init.c, to allow the included by John Bowler · 11 years ago
- 38ef9c9 [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/* by Glenn Randers-Pehrson · 11 years ago
- 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 11 years ago
- 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 11 years ago
- 8a227ff [libpng16] Bump version to 1.6.10beta01 by Glenn Randers-Pehrson · 11 years ago
- 3e753eb [libpng16] Imported from libpng-1.6.9.tar by Glenn Randers-Pehrson · 11 years ago
- 4250328 [libpng16] Updated scripts/makefile.* to use CPPFLAGS (Cosmin) by Glenn Randers-Pehrson · 11 years ago
- 95a1973 [libpng16] Updated copyright year in recently-changed files. by Glenn Randers-Pehrson · 11 years ago
- 1fc0171 [libpng16] Revised pngvalid.c to support libpng 1.5, which does not support the by John Bowler · 11 years ago
- a847247 [libpng16] Merged libpng-1.7.0 changes to make no-interlace configurations work by John Bowler · 11 years ago
- e51ba2e [libpng16] Removed #error macro from contrib/tools/pngfix.c (Thomas Klausner). by Glenn Randers-Pehrson · 11 years ago
- a80e864 [libpng16] Merged with pngvalid.c from libpng-1.7 changes to create a single by John Bowler · 11 years ago
- 1d3c990 [libpng16] Added checks for libpng 1.5 to pngvalid.c. This supports the use of by John Bowler · 11 years ago
- be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
- 81dfd00 [libpng16] Tidied up pngfix inits and fixed non-write pngtest. by John Bowler · 11 years ago
- 1c6e5f8 [libpng16] Imported from libpng-1.6.8beta01.tar by Glenn Randers-Pehrson · 11 years ago
- 27ae936 [libpng16] Added another "assert()" in pngfix.c by Glenn Randers-Pehrson · 11 years ago
- 88507b4 [libpng16] Avoid a clang scanner warning in pngfix.c by Glenn Randers-Pehrson · 11 years ago
- 0f63033 [libpng16] Fixed pngvalid 'fail' function declaration on the Intel C Compiler. by John Bowler · 11 years ago
- aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
- b559671 [libpng16] Update contrib/tools/pngfix.c by Glenn Randers-Pehrson · 11 years ago
- 503a494 [libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder. by Glenn Randers-Pehrson · 11 years ago
- c912050 [libpng16] Fixed 'minimal' builds. Various obviously useful minimal by Glenn Randers-Pehrson · 11 years ago
- a7f0bcb [libpng16] Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile by Glenn Randers-Pehrson · 11 years ago
- 08b0620 [libpng16] Fixed #include in filter_neon_intrinsics.c and ctype macros. The by John Bowler · 11 years ago
- 9e9977e [libpng16] Revised pngvalid to generate size images with as many filters as by John Bowler · 11 years ago
- 236e105 [libpng16] Simplified error message code in pngunknown. The simplification has by John Bowler · 11 years ago
- 5b1df53 [libpng16] Cleaned up (char*) casts of zlib messages. The latest version of by John Bowler · 11 years ago
- cc93d89 [libpng16] Updated pngunknown.c by John Bowler · 11 years ago
- 8f38190 [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment by John Bowler · 11 years ago
- 15a8044 [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configured by John Bowler · 11 years ago
- 847e9ef [libpng16] Imported from libpng-1.6.3.tar by Glenn Randers-Pehrson · 11 years ago
- b4ec1f8 [libpng16] Unified pngfix.c source with libpng17. by John Bowler · 11 years ago
- f5f1206 [libpng16] Fixed undefined behavior in contrib/tools/pngfix.c and added new by John Bowler · 11 years ago
- 573c9d4 [libpng16] Change "png-fix-too-far-back" to "pngfix" inside pngfix.c by Glenn Randers-Pehrson · 11 years ago
- d992e05 [libpng16] Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c by Glenn Randers-Pehrson · 11 years ago
- 870beb5 [libng16] Revised contrib/tools/png-fix-too-far-back.c to check all compressed by John Bowler · 11 years ago
- 8861099 [libpng16] Fix compiler warning in png-fix-itxt.c by John Bowler · 11 years ago
- afd6cec [libpng16] Imported from libpng-1.6.3beta06.tar by Glenn Randers-Pehrson · 11 years ago
- 61dbc4c [libpng16] Revised contrib/pngminim/*/makefile to generate pnglibconf.h by Glenn Randers-Pehrson · 11 years ago
- 7fc85a3 [libng16] Fixed typo in png-fix-too-far-back "usage" output by Glenn Randers-Pehrson · 11 years ago
- 4ea93e6 [libpng16] Renamed pnginflate to png-fix-too-far-back in contrib/tools. by Glenn Randers-Pehrson · 11 years ago
- ff141eb [libpng16] Renamed contrib/tools/fixitxt to contrib/tools/png-fix-itxt. by Glenn Randers-Pehrson · 11 years ago
- 122bec1 [libpng16]Check ZLIB_VERNUM for mismatches, enclose #error in quotes by John Bowler · 11 years ago
- 9afb90f [libpng16] Attempt to detect configuration issues with pngdeflate, by John Bowler · 11 years ago
- 3f2b5a6 libpng16] Updated contrib/pngminus/pnm2png.c (Paul Stewart): by Glenn Randers-Pehrson · 11 years ago
- 294d0b8 [libpng16] Detect wrong libpng versions linked to pngdeflate, which currently by John Bowler · 11 years ago
- 0c7ac06 [libpng16] Added an option to force maximum window size for inflating. by John Bowler · 11 years ago
- db67cba [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart). by Glenn Randers-Pehrson · 11 years ago
- 7a69bed [libpng16] in fixitxt.c define MAX_LENGTH, largest iTXT chunk that it by Glenn Randers-Pehrson · 12 years ago
- e4413a7 [libpng16] Disallow storing sRGB information when the sRGB is not supported. by John Bowler · 12 years ago
- f1736a6 [libpng16] Added contrib/tools/fixitxt.c, to repair the erroneous iTXt by Glenn Randers-Pehrson · 12 years ago
- 364acf4 [libpng16] Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c by Glenn Randers-Pehrson · 12 years ago
- 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 12 years ago
- 59ae389 [libpng16] Corrected simplified API default gamma for color-mapped output, added by John Bowler · 12 years ago
- 1f24cb7 [libpng16] Update "last changed" dates and fix one comment typo. by Glenn Randers-Pehrson · 12 years ago
- 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
- f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
- 1118d6d [libpng16] Avoid a possible memory leak in contrib/gregbook/readpng.c by Glenn Randers-Pehrson · 12 years ago
- b4ef7c4 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
- b724c81 [libpng16] Enabled parallel tests - back ported from libpng-1.7. by John Bowler · 12 years ago
- 681de8c [libpng16] Bump version to 1.6.1beta01 by Glenn Randers-Pehrson · 12 years ago
- c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
- 2414bd9 [libpng16] Use consistent handling of overflows in text, sPLT and unknown by John Bowler · 12 years ago
- 1c6e22a [libpng16] Fixed conceivable but difficult to repro overflow. Also added by John Bowler · 12 years ago
- a70216a [libpng16] Imported from libpng-1.6.0beta36.tar by Glenn Randers-Pehrson · 12 years ago
- 350cbf1 [libpng16] Fixed typo in contrib/pngminim/encoder/README by Glenn Randers-Pehrson · 12 years ago
- 9d1ddbb [libpng16] Fixed several typos and expanded TAB characters. by Glenn Randers-Pehrson · 12 years ago
- f2aacef [libpng16] Added the ability for contrib/libtests/makepng.c to make a PNG with just one by John Bowler · 12 years ago
- 4314d63 [libpng16] Fixed an intermittent SEGV in pngstest. by John Bowler · 12 years ago
- bb39dc5 [libpng16] Imported from libpng-1.6.0beta31.tar by Glenn Randers-Pehrson · 12 years ago
- ab1477d [libpng16] Made PNG_NO_READ_GAMMA switch off interfaces that depend on by John Bowler · 12 years ago
- f0fb174 [libpng16] Make builds -DPNG_NO_READ_GAMMA compile (the unit tests still fail). by John Bowler · 12 years ago
- e6b710c [libpng16] Made pngvalid so that it will build outside the libpng source tree. by John Bowler · 12 years ago
- 75fde9e [libpng16] Imported from libpng-1.6.0beta30.tar by Glenn Randers-Pehrson · 12 years ago
- e15b1e8 [libpng16] Added pngunknown files that were omitted from previous checkin by John Bowler · 12 years ago
- 6ae3479 [libpng16] Added -DZ_SOLO to contrib/pngminim/*/makefile so they will work by Glenn Randers-Pehrson · 12 years ago
- 53f7051 [libpng] Fixed contrib/examples/png2png.c by John Bowler · 12 years ago
- d099973 [libpng16] Made makepng and pngtest produce identical PNGs, add "--relaxed" by John Bowler · 12 years ago
- 14d0ca6 [libpng16] Cleaned up and corrected ICC profile handling. by John Bowler · 12 years ago
- 702053d [libpng16] Bump version to 1.6.0beta28 by Glenn Randers-Pehrson · 12 years ago
- d0eef28 [libpng16] Added "tunknown" test and corrected a logic error in by John Bowler · 12 years ago
- 810c995 [libpng16] Fixed some spelling errors. by Glenn Randers-Pehrson · 12 years ago
- e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
- 0f08665 [libpng16] Imported from libpng-1.6.0beta27.tar by Glenn Randers-Pehrson · 12 years ago
- e2098ba [libpng16] Make all three "make check" test programs work without READ or WRITE by John Bowler · 12 years ago
- 134c576 [libpng16] Fix new leak when text compression is disabled. by John Bowler · 12 years ago