1. 1c6e5f8 [libpng16] Imported from libpng-1.6.8beta01.tar by Glenn Randers-Pehrson · 11 years ago
  2. 27ae936 [libpng16] Added another "assert()" in pngfix.c by Glenn Randers-Pehrson · 11 years ago
  3. 88507b4 [libpng16] Avoid a clang scanner warning in pngfix.c by Glenn Randers-Pehrson · 11 years ago
  4. 0f63033 [libpng16] Fixed pngvalid 'fail' function declaration on the Intel C Compiler. by John Bowler · 11 years ago
  5. aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
  6. b559671 [libpng16] Update contrib/tools/pngfix.c by Glenn Randers-Pehrson · 11 years ago
  7. 503a494 [libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder. by Glenn Randers-Pehrson · 11 years ago
  8. c912050 [libpng16] Fixed 'minimal' builds. Various obviously useful minimal by Glenn Randers-Pehrson · 11 years ago
  9. 1132134 [libpng16] Conditionally compile some unused functions reported by -Wall by Glenn Randers-Pehrson · 11 years ago
  10. bd757ac [libpng16] Reverted change of ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED by Glenn Randers-Pehrson · 11 years ago
  11. a7f0bcb [libpng16] Added "-Wall" to CFLAGS in contrib/pngminim/*/makefile by Glenn Randers-Pehrson · 11 years ago
  12. 7976b3c [libpng16] Moved prototype for png_handle_unknown() in pngpriv.h outside of by Glenn Randers-Pehrson · 11 years ago
  13. 012d36f [libpng16] Changed ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED to by Glenn Randers-Pehrson · 11 years ago
  14. 68dfa9e [libpng16] Reduced scope of recently-added #ifdef block by Glenn Randers-Pehrson · 11 years ago
  15. 416bb93 [libpng16] Added #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED/#endif in pngpread.c by Glenn Randers-Pehrson · 11 years ago
  16. f2b8961 [libpng16] Bump version to 1.6.8beta01 by Glenn Randers-Pehrson · 11 years ago
  17. 6a3805c [libpng16] Update version number in manual and png.h by Glenn Randers-Pehrson · 11 years ago
  18. cf247eb [libpng16] Update version number in CHANGES file. by Glenn Randers-Pehrson · 11 years ago
  19. 0ea69cd [libpng16] Imported from libpng-1.6.7.tar by Glenn Randers-Pehrson · 11 years ago
  20. 8bf5439 [libpng16] Bump version to 1.6.7rc03 by Glenn Randers-Pehrson · 11 years ago
  21. 4da9d31 [libpng16] Imported from libpng-1.6.7rc02.tar by Glenn Randers-Pehrson · 11 years ago
  22. 08b0620 [libpng16] Fixed #include in filter_neon_intrinsics.c and ctype macros. The by John Bowler · 11 years ago
  23. dee5a91 [libpng16] Bump version to 1.6.7rc02 by Glenn Randers-Pehrson · 11 years ago
  24. d2d09e5 [libpng16] Imported from libpng-1.6.7rc01.tar by Glenn Randers-Pehrson · 11 years ago
  25. 03eafe2 [libpng16] Bump version to 1.6.7beta05 by Glenn Randers-Pehrson · 11 years ago
  26. e9a8fb8 [libpng16] Imported from libpng-1.6.7beta04.tar by Glenn Randers-Pehrson · 11 years ago
  27. fd8bba4 [libpng16] Changed NEON implementation selection mechanism to allow assembler by John Bowler · 11 years ago
  28. bb9adfd [libpng16] Allow clang derived from older GCC versions to use ARM intrinsics. by John Bowler · 11 years ago
  29. 393d3c8 [libpng16] Updated CHANGES comment about enabling ARMv8 code by Glenn Randers-Pehrson · 11 years ago
  30. 9450ffb [libpng16] Bump version to 1.6.7beta04 by Glenn Randers-Pehrson · 11 years ago
  31. ed04901 [libpng16] Imported from libpng-1.6.7beta03.tar by Glenn Randers-Pehrson · 11 years ago
  32. db9d968 [libpng16] Cleaned up ARM NEON compilation handling. The tests are now in by John Bowler · 11 years ago
  33. 9e9977e [libpng16] Revised pngvalid to generate size images with as many filters as by John Bowler · 11 years ago
  34. 681b731 [libpng16] Fixed loop end condition in filter_neon_intrinsics.c by John Bowler · 11 years ago
  35. 83a841a [libpng16] Fix compilation errors in filter_neon_intrinsics.c by John Bowler · 11 years ago
  36. 85c2ec9 [libpng16] Restored arm/arm_init.c to CSRCS in Makefile.am by Glenn Randers-Pehrson · 11 years ago
  37. cf644fa [libpng16] Update "last changed" dates in arm/filter_neon_intrinsics.c and by Glenn Randers-Pehrson · 11 years ago
  38. 17ad121 [libpng16] Work around problem with multiple-line "test" command missing by Glenn Randers-Pehrson · 11 years ago
  39. 19e4eda [libpng16] Conditionally compile arm/filter_neon_intrinsics.c by Glenn Randers-Pehrson · 11 years ago
  40. e1540e3 [libpng16] Updated configure.ac to handle new on-intrinsics, etc., options. by Glenn Randers-Pehrson · 11 years ago
  41. 063eb1b [libpng16] Added ARMv8 support (James Yu <james.yu at linaro.org>). Added file by Glenn Randers-Pehrson · 11 years ago
  42. fecdd46 [libpng16] Fix some typos in autogen.sh that don't affect its behavior by Glenn Randers-Pehrson · 11 years ago
  43. 0e03692 [libpng16] Bump version to 1.6.7beta03 by Glenn Randers-Pehrson · 11 years ago
  44. e827fa2 [libpng16] Imported from libpng-1.6.7beta02.tar by Glenn Randers-Pehrson · 11 years ago
  45. 34ac369 [libpng16] Make autogen.sh work with automake 1.13 as well as 1.14. Do this by John Bowler · 11 years ago
  46. 236e105 [libpng16] Simplified error message code in pngunknown. The simplification has by John Bowler · 11 years ago
  47. 5b1df53 [libpng16] Cleaned up (char*) casts of zlib messages. The latest version of by John Bowler · 11 years ago
  48. 940b37b [libpng16] Made changes for compatibility with automake 1.14: by John Bowler · 11 years ago
  49. 0441ff6 [libpng16] Remove spurious "#ifdef PNG_sRGB_SUPPORTED" from pngrutil.c by John Bowler · 11 years ago
  50. de72327 [libpng16] Bump version to 1.6.7beta02 by Glenn Randers-Pehrson · 11 years ago
  51. 2464dbf [libpng16] Imported from libpng-1.6.7beta01.tar by Glenn Randers-Pehrson · 11 years ago
  52. b372175 [libpng16] Catch up with some recent changes that did not get merged. by Glenn Randers-Pehrson · 11 years ago
  53. cc93d89 [libpng16] Updated pngunknown.c by John Bowler · 11 years ago
  54. 8f38190 [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment by John Bowler · 11 years ago
  55. 15a8044 [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configured by John Bowler · 11 years ago
  56. 6f8f004 [libpng16] Added #ifdef PNG_READ_SUPPORTED/endif around the by Glenn Randers-Pehrson · 11 years ago
  57. 873f16f [libpng16] Reverted the change to unknown handling #defines; the change by Glenn Randers-Pehrson · 11 years ago
  58. 7ae451f [libpng16] Bump version to 1.6.7beta01 by Glenn Randers-Pehrson · 11 years ago
  59. 3914594 [libpng16] Imported from libpng-1.6.6.tar by Glenn Randers-Pehrson · 11 years ago
  60. 53ae7dc [libpng16] Imported from libpng-1.6.5.tar by Glenn Randers-Pehrson · 11 years ago
  61. cd6a3ef [libpng16] Bump version to 1.6.5beta01 by Glenn Randers-Pehrson · 11 years ago
  62. 209d3eb [libpng16] Imported from libpng-1.6.4.tar by Glenn Randers-Pehrson · 11 years ago
  63. d42dc54 [libpng16] Imported from libpng-1.6.4rc01.tar by Glenn Randers-Pehrson · 11 years ago
  64. 877afaf [libpng16] Bump version to 1.6.4beta03 by Glenn Randers-Pehrson · 11 years ago
  65. 8c49ddc [libpng16] Imported from libpng-1.6.4beta02.tar by Glenn Randers-Pehrson · 11 years ago
  66. 5680f5d [libpng16] Bump version to 1.6.4beta02 by Glenn Randers-Pehrson · 11 years ago
  67. 3244020 [libpng16] Imported from libpng-1.6.4beta01.tar by Glenn Randers-Pehrson · 11 years ago
  68. 685d79e [libpng16] Delay calling png_init_filter_functions() until a row with nonzero by Glenn Randers-Pehrson · 11 years ago
  69. 52083f9 [libpng16] Mention png_set_option() in the documentation. by Glenn Randers-Pehrson · 11 years ago
  70. 7191f6e [libpng16] Use minus signs, not hyphens, in "--i". by Glenn Randers-Pehrson · 11 years ago
  71. 4dcbf24 [libpng16] Change some hyphens to minus signs and fix other typos in libpng.3 by Glenn Randers-Pehrson · 11 years ago
  72. 492e671 [libpng16] Exit loop over tRNS array when a transparent entry is by Glenn Randers-Pehrson · 11 years ago
  73. 5881b11 [libpng16] Bump version to 1.6.4beta01 by Glenn Randers-Pehrson · 11 years ago
  74. 847e9ef [libpng16] Imported from libpng-1.6.3.tar by Glenn Randers-Pehrson · 11 years ago
  75. db56fa1 [libpng16] Revised "/*SAFE*/" comment in pngrutil.c by Glenn Randers-Pehrson · 11 years ago
  76. bc8e40d [libpng16] Added "/* SAFE */" comments in pngrutil.c and pngrtran.c by Glenn Randers-Pehrson · 11 years ago
  77. 2b87a54 [libpng16] Updated manual to mention that warnings about iTXt language tag by Glenn Randers-Pehrson · 11 years ago
  78. b23afad [libpng16] Imported from libpng-1.6.3rc01.tar by Glenn Randers-Pehrson · 11 years ago
  79. f5d7f43 [libpng16] Imported from libpng-1.6.3beta10.tar by Glenn Randers-Pehrson · 11 years ago
  80. b4ec1f8 [libpng16] Unified pngfix.c source with libpng17. by John Bowler · 11 years ago
  81. f5f1206 [libpng16] Fixed undefined behavior in contrib/tools/pngfix.c and added new by John Bowler · 11 years ago
  82. 497e731 [libpng16] Only compile ARM code when PNG_READ_SUPPORTED is defined. by John Bowler · 11 years ago
  83. d5dd93f [libpng16] Updated documentation to show default behavior of benign errors by Glenn Randers-Pehrson · 11 years ago
  84. 7f9a49a [libpng16] Bump version to 1.6.3beta10 by Glenn Randers-Pehrson · 11 years ago
  85. 573c9d4 [libpng16] Change "png-fix-too-far-back" to "pngfix" inside pngfix.c by Glenn Randers-Pehrson · 11 years ago
  86. 56a1a66 [libpng16] Imported from libpng-1.6.3beta09.tar by Glenn Randers-Pehrson · 11 years ago
  87. d992e05 [libpng16] Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c by Glenn Randers-Pehrson · 11 years ago
  88. 870beb5 [libng16] Revised contrib/tools/png-fix-too-far-back.c to check all compressed by John Bowler · 11 years ago
  89. b0d9735 [libpng16] Revised example.c to illustrate use of PNG_DEFAULT_sRGB and by Glenn Randers-Pehrson · 11 years ago
  90. 04d4e38 [libpng16] Fix spelling of "doclifter" in CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 11 years ago
  91. 67a46d1 [libpng16] Bump version to 1.6.3beta09 by Glenn Randers-Pehrson · 11 years ago
  92. bbc29a8 [libpng16] Imported from libpng-1.6.3beta08.tar by Glenn Randers-Pehrson · 11 years ago
  93. 3948b94 [libpng16] Bump version to 1.6.3beta08 by Glenn Randers-Pehrson · 11 years ago
  94. 746bc7d [libpng16] Imported from libpng-1.6.3beta07.tar by Glenn Randers-Pehrson · 11 years ago
  95. f260f6d [libpng16] Protect symbol prefixing against CC/CPPFLAGS/CFLAGS useage. by John Bowler · 11 years ago
  96. 18dd07e [libpng16] Removed PNG_FILTER_OPTIMIZATIONS and PNG_ARM_NEON_SUPPORTED from by John Bowler · 11 years ago
  97. 0486b17 [libng16] Neglected to check in pngconf.h with previous commit. by Glenn Randers-Pehrson · 11 years ago
  98. aa22442 [libpng16] Make ARM NEON support work at compile time (not just configure time). by John Bowler · 11 years ago
  99. 4a43182 [libpng16] Enclose the prototypes for the simplified write API in by Glenn Randers-Pehrson · 11 years ago
  100. 810b6e5 [libpng16] Updated README (removed CompuServ reference, added simplesystems.org) by Glenn Randers-Pehrson · 11 years ago