1. b4ef945 [libpng16] Bump version to 1.6.14beta04 by Glenn Randers-Pehrson · 10 years ago
  2. af557d9 [libpng16] Imported from libpng-1.6.14beta03.tar by Glenn Randers-Pehrson · 10 years ago
  3. 551019b [libpng16] Revert recent pngvalid.c changes and define FE_DIVBYZERO, etc., by Glenn Randers-Pehrson · 10 years ago
  4. 77145bf [libpng16] Bump version to 1.6.14beta03 by Glenn Randers-Pehrson · 10 years ago
  5. 9168556 [libpng16] Imported from libpng-1.6.14beta02.tar by Glenn Randers-Pehrson · 10 years ago
  6. 44bda93 [libpng16] Updated INSTALL info about pnglibconf.h by Glenn Randers-Pehrson · 10 years ago
  7. baa95a2 [libpng16] Do not include <fenv.h> when FLOATING_ARITHMETIC is not supported. by Glenn Randers-Pehrson · 10 years ago
  8. 996046a [libpng16] Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c by Glenn Randers-Pehrson · 10 years ago
  9. e4489f1 [libpng16] Only define usleep() in gregbook/rpng2-x.c if not already defined. by Glenn Randers-Pehrson · 10 years ago
  10. 3fe1616 [libpng16] Bump version to 1.6.14beta02 by Glenn Randers-Pehrson · 10 years ago
  11. 0df3198 [libpng16] Imported from libpng-1.6.14beta01.tar by Glenn Randers-Pehrson · 10 years ago
  12. 3a05d2d [libpng16] Add "#include <setjmp.h>" to contrib/tools/pngfix.c (John Bowler) by Glenn Randers-Pehrson · 10 years ago
  13. de5e34f [libpng16] Add #include <setjmp.h> to contrib/tools/pngfix.c to allow "make" to by Glenn Randers-Pehrson · 10 years ago
  14. 0a3c788 [libpng16] Don't build contrib/tools/pngfix.c without setjmp support. by Glenn Randers-Pehrson · 10 years ago
  15. 664bd63 [libpng16] Fixed some indentation in pngrutil.c by Glenn Randers-Pehrson · 10 years ago
  16. 3669467 [libpng16] Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED. by Glenn Randers-Pehrson · 10 years ago
  17. bcd3209 [libpng16] Update last-changed date by Glenn Randers-Pehrson · 10 years ago
  18. 17fba0f [libpng16] Bump version to 1.6.14beta01 by Glenn Randers-Pehrson · 10 years ago
  19. 259fb77 [libpng16] Imported from libpng-1.6.13.tar by Glenn Randers-Pehrson · 10 years ago
  20. 3ac4179 [libpng16] Bump version to 1.6.13rc02 by Glenn Randers-Pehrson · 10 years ago
  21. 26a94ab [libpng16] Imported from libpng-1.6.13rc01.tar by Glenn Randers-Pehrson · 10 years ago
  22. 83fb26e [libpng16] Bump version to 1.6.13beta05 by Glenn Randers-Pehrson · 10 years ago
  23. 9782cce [libpng16] Imported from libpng-1.6.13beta04.tar by Glenn Randers-Pehrson · 10 years ago
  24. ff649a0 [libpng16] Eliminated use of "$<" when copying $PNGLIBCONF_H_PREBUILT in by Glenn Randers-Pehrson · 10 years ago
  25. 389e5cb [libpng16] Removed mention of makefile.elf from scripts/README.txt by Glenn Randers-Pehrson · 10 years ago
  26. 72e25f9 [libpng16] Bump version to 1.6.13beta04 by Glenn Randers-Pehrson · 10 years ago
  27. a243ec0 [libpng16] Imported from libpng-1.6.13beta03.tar by Glenn Randers-Pehrson · 10 years ago
  28. 37c3b08 [libpng16] Ensure that CMakeLists.txt makes the target "lib" directory before by Glenn Randers-Pehrson · 10 years ago
  29. 5e6931e [libpng16] Removed makefile.elf; it has not worked since libpng-1.5.0beta14. by Glenn Randers-Pehrson · 10 years ago
  30. 0ece631 [libpng16] Bump version to 1.6.13beta03 by Glenn Randers-Pehrson · 10 years ago
  31. 3efbeca [libpng16] Imported from libpng-1.6.13beta02.tar by Glenn Randers-Pehrson · 10 years ago
  32. ae99177 [libpng16] Updated a comment in revised makefiles. by Glenn Randers-Pehrson · 10 years ago
  33. 071a17f [libpng16] Fixed an incorrect separator ("/" should be "\") in by Glenn Randers-Pehrson · 10 years ago
  34. 398b007 [libpng16] Bump version to 1.6.13beta02 by Glenn Randers-Pehrson · 10 years ago
  35. 8661906 [libpng16] Fix typo in INSTALL. by Glenn Randers-Pehrson · 10 years ago
  36. 91319c6 [libpng16] Imported from libpng-1.6.13beta01.tar by Glenn Randers-Pehrson · 10 years ago
  37. c45f122 [libpng16] Fixed misplaced brackets in earlier patch to pngpriv.h by John Bowler · 10 years ago
  38. 910aaad [libpng16] Fixed clang no-warning builds: png_digit was defined but never used. by John Bowler · 10 years ago
  39. fc932f7 [libpng16] Changed "if defined(__ARM_NEON__)" to by Glenn Randers-Pehrson · 10 years ago
  40. 83ae6fc [libpng16] Added "PNG_SET_OPTION" requirement for sRGB chunk support to by John Bowler · 10 years ago
  41. 33ebeec [libpng16] Split a long output string in contrib/gregbook/rpng2-x.c. by Glenn Randers-Pehrson · 10 years ago
  42. 225af8f [libpng16] Removed "PNG_UNUSED()" inadvertently left in contrib/gregbook by Glenn Randers-Pehrson · 10 years ago
  43. 151eb95 [libpng16] Added "(void) png_ptr;" where needed in contrib/gregbook to quiet by Glenn Randers-Pehrson · 10 years ago
  44. f36a942 [libpng16] Quieted -Wsign-compare and -Wclobber compiler warnings in by Glenn Randers-Pehrson · 10 years ago
  45. 212fd57 [libpng16] Bump version to 1.6.13beta01 by Glenn Randers-Pehrson · 10 years ago
  46. e429c66 [libpng16] Imported from libpng-1.6.12.tar by Glenn Randers-Pehrson · 10 years ago
  47. 1a4c014 [libpng16] Bump version to 1.6.12rc04 by Glenn Randers-Pehrson · 10 years ago
  48. db1a0e7 [libpng16] Imported from libpng-1.6.12rc03.tar by Glenn Randers-Pehrson · 10 years ago
  49. 41694dc [libpng16] Ensure "__has_attribute()" macro exists before trying to use it with by Glenn Randers-Pehrson · 10 years ago
  50. ff3fb08 [libpng16] Imported from libpng-1.6.12rc02.tar by Glenn Randers-Pehrson · 10 years ago
  51. 79b7e4e [libpng16] Changed file permissions of contrib/tools/intgamma.sh from by Glenn Randers-Pehrson · 10 years ago
  52. b41a37d [libpng16] Imported from libpng-1.6.12rc01.tar by Glenn Randers-Pehrson · 10 years ago
  53. b7afba6 [libpng16] Relocated new code from 1.6.11beta06 in png.c to a point after the by Glenn Randers-Pehrson · 10 years ago
  54. da7b692 [libpng16] Bump version to 1.6.12beta01 by Glenn Randers-Pehrson · 10 years ago
  55. c4e0f3d [libpng16] Imported from libpng-1.6.11.tar by Glenn Randers-Pehrson · 10 years ago
  56. ee6050e [libpng16] Imported from libpng-1.6.11rc02.tar by Glenn Randers-Pehrson · 10 years ago
  57. 165f072 [libpng16] Imported from libpng-1.6.11rc01.tar by Glenn Randers-Pehrson · 10 years ago
  58. 7acfe50 [libpng16] Bump version to 1.6.11beta07 by Glenn Randers-Pehrson · 10 years ago
  59. 5808e7b [libpng16] Imported from libpng-1.6.11beta06.tar by Glenn Randers-Pehrson · 10 years ago
  60. f85092b [libpng16] Fix cut-and-paste error in scripts/symbols.dfn, from 1.6.11beta02. by Glenn Randers-Pehrson · 10 years ago
  61. d1c5f48 [libpng16] Minor update to documentation and CHANGES/ANNOUNCE files. by Glenn Randers-Pehrson · 10 years ago
  62. e95ce2c [libpng16] Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option(). by Glenn Randers-Pehrson · 10 years ago
  63. 0d5ac5d [libpng16] Bump version to 1.6.11beta06 by Glenn Randers-Pehrson · 10 years ago
  64. f30aa7e [libpng16] Imported from libpng-1.6.11beta05.tar by Glenn Randers-Pehrson · 10 years ago
  65. ab9736a [libpng16] Allow writing ICC V2 profiles that lack padding (Kai-Uwe Behrmann). by Glenn Randers-Pehrson · 10 years ago
  66. 5a1d1b5 [libpng16] Do not reject ICC V2 profiles that lack padding (Kai-Uwe Behrmann). by Glenn Randers-Pehrson · 10 years ago
  67. d5201df [libpng16] Bump version to 1.6.11beta05 by Glenn Randers-Pehrson · 10 years ago
  68. be19c07 [libpng16] Imported from libpng-1.6.11beta04.tar by Glenn Randers-Pehrson · 10 years ago
  69. 0ace9f5 [libpng16] PNG_sRGB_PROFILE_CHECKING = (-1) now means no sRGB profile checking. by Glenn Randers-Pehrson · 10 years ago
  70. 72855fb [libpng16] Made progressive reading of interlaced images consistent with the by Glenn Randers-Pehrson · 10 years ago
  71. 9f1aa18 [libpng16] Added two CVE numbers to the January 2013 entry in the CHANGES file. by Glenn Randers-Pehrson · 10 years ago
  72. 7a0ca96 [libpng16] Bump version to 1.6.11beta04 by Glenn Randers-Pehrson · 10 years ago
  73. 478062d [libpng16] Imported from libpng-1.6.11beta03.tar by Glenn Randers-Pehrson · 10 years ago
  74. 86b8016 [libpng16] Fix some permissions by Glenn Randers-Pehrson · 10 years ago
  75. f169806 [libpng16] Bump version to 1.6.11beta03 by Glenn Randers-Pehrson · 10 years ago
  76. c4b3718 [libpng16] Imported from libpng-1.6.11beta02.tar by Glenn Randers-Pehrson · 10 years ago
  77. fa26eb1 [libpng16] Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that by Glenn Randers-Pehrson · 10 years ago
  78. d17313e [libpng16] Bump version to 1.6.11beta03 by Glenn Randers-Pehrson · 10 years ago
  79. 6b570f1 [libpng16] Imported from libpng-1.6.11beta02.tar by Glenn Randers-Pehrson · 10 years ago
  80. 804c76b [libpng16] Fixed syntax of Copy command in makefile.amiga by Glenn Randers-Pehrson · 10 years ago
  81. 247d262 [libpng16] Complete the update of scripts/makefile.ne12bsd by Glenn Randers-Pehrson · 10 years ago
  82. 9ab7b4c [libpng16] Allow an easy replacement of the default pre-built configuration by Cosmin Truta · 10 years ago
  83. ae6eaa8 [libpng16] Don't warn about invalid dimensions exceeding user limits. by Cosmin Truta · 10 years ago
  84. 82200da [libpng16] $(CP) is now used alongside $(RM_F). Also, use 'copy' instead by Cosmin Truta · 10 years ago
  85. 6572c7d [libpng16] Silence 'unused parameter' build warnings (Cosmin). by Cosmin Truta · 10 years ago
  86. 372cad0 [libpng16] Committed wrong version of INSTALL. by Glenn Randers-Pehrson · 10 years ago
  87. 010222c [libpng16] Mention scripts/pnglibconf.h.prebuilt in INSTALL. by Glenn Randers-Pehrson · 10 years ago
  88. d74d821 [libpng16] Cosmetic revision of previous change by Glenn Randers-Pehrson · 10 years ago
  89. a518abd [libpng16] Removed #if/#else/#endif from inside two pow() calls in pngvalid.c by Glenn Randers-Pehrson · 10 years ago
  90. 2364631 [libpng16] Bump version to 1.6.11beta02 by Glenn Randers-Pehrson · 10 years ago
  91. 149eea2 [libpng16] Imported from libpng-1.6.11beta01.tar by Glenn Randers-Pehrson · 10 years ago
  92. 2ca2a0b [libpng16] Move more parts of INSTALL to libpng-manual.txt and vice versa. by Glenn Randers-Pehrson · 10 years ago
  93. 7017c40 [libpng16] Revised INSTALL and libpng-manual.txt by Glenn Randers-Pehrson · 10 years ago
  94. c2a15d0 [libpng16] Moved part of INSTALL back to manual; added table of contents. by Glenn Randers-Pehrson · 10 years ago
  95. 0464b43 [libpng16] Added information about configuring for multiprocessing to INSTALL. by Glenn Randers-Pehrson · 10 years ago
  96. 2f5fb84 [libpng16] Updated the manual and moved part of it to the INSTALL file. by Glenn Randers-Pehrson · 10 years ago
  97. 33e2bd9 [libpng16] Changed ZlibSrcDir from 1.2.5 to 1.2.8 in projects/vstudio. by Glenn Randers-Pehrson · 10 years ago
  98. 0567015 [libpng16] Use "if (value != 0)" instead of "if (value)" consistently. by Glenn Randers-Pehrson · 10 years ago
  99. b65b341 [libpng16] Remove CALLOC from pnglibconf.dfa and pnglibconf.h.prebuilt by Glenn Randers-Pehrson · 10 years ago
  100. 71d23c4 [libpng16] Bump version to 1.6.11beta01 by Glenn Randers-Pehrson · 10 years ago