1. 28a1cdf Fix inconsistent handling of invalid zlib data by John Bowler · 9 years ago
  2. 87049cb [libpng16] Update CHANGES, ANNOUNCE, minor editing of contrib/*/*.c by Glenn Randers-Pehrson · 9 years ago
  3. 19ffb62 [libpng16] Update CHANGES and ANNOUNCE about pngfix.c by Glenn Randers-Pehrson · 9 years ago
  4. f5778c8 Fix error in handling of bad zlib CMINFO field by John Bowler · 9 years ago
  5. 92ec30a [libpng16] Imported from libpng-1.6.20beta03.tar by Glenn Randers-Pehrson · 9 years ago
  6. 8a08b64 Test backport by John Bowler · 9 years ago
  7. 9a2065c [libpng16] Imported from libpng-1.6.20beta02.tar by Glenn Randers-Pehrson · 9 years ago
  8. 27f08ac [lbpng16] Revert 12 -> 12U change in pngrutil.c by Glenn Randers-Pehrson · 9 years ago
  9. 0a9afc1 [libpng16] Fixed bug recently introduced in png_set_PLTE() that uses png_ptr by Glenn Randers-Pehrson · 9 years ago
  10. a1a2ae2 [libpng16] Bump version to 1.6.20beta02 by Glenn Randers-Pehrson · 9 years ago
  11. 26942c8 [libpng16] Imported from libpng-1.6.20beta01.tar by Glenn Randers-Pehrson · 9 years ago
  12. 8ba160b [libpng16] Use unsigned constants in buffer length comparisons by Glenn Randers-Pehrson · 9 years ago
  13. 1ceedd0 [libpng16] Another whack at png_handle_sPLT() pointer calculation. by John Bowler · 9 years ago
  14. 4db6127 pngread: avoid clang warning for unreachable code by Viktor Szakats · 9 years ago
  15. c4b2282 [libpng16] Removed new redundant check for length < 12 in pngrutil.c by Glenn Randers-Pehrson · 9 years ago
  16. 001513c [libpng16] Removed new redundant check for libpng < 12 in pngrutil.c by Glenn Randers-Pehrson · 9 years ago
  17. 162f9f8 [libpng16] Remove newly-added useless typecasts. by Glenn Randers-Pehrson · 9 years ago
  18. 9965f63 [libpng16] Changed size_t to png_uint_32 in new buffer checks (John Bowler) by Glenn Randers-Pehrson · 9 years ago
  19. 070a0eb [libpng16] Revised recent pngrutil.c patch as suggested by pascal by Glenn Randers-Pehrson · 9 years ago
  20. 0b4e7de [libpng16] Avoid potential pointer overflow in png_handle_sPLT() and by Glenn Randers-Pehrson · 9 years ago
  21. f1cdf4e [libpng16] Bump version to 1.6.20beta01 by Glenn Randers-Pehrson · 9 years ago
  22. 415d268 [libpng16] Imported from libpng-1.6.19.tar by Glenn Randers-Pehrson · 9 years ago
  23. 83f4c73 [libpng16] Clean up coding style in png_handle_PLTE() by Glenn Randers-Pehrson · 9 years ago
  24. 64fef09 [libpng16] Imported from libpng-1.6.19rc04.tar by Glenn Randers-Pehrson · 9 years ago
  25. 9f2ad49 [libpng16] Fixed new bug with CRC error after reading an over-length palette. by Glenn Randers-Pehrson · 9 years ago
  26. 0e30044 [libpng16] Imported from libpng-1.6.19rc03.tar by Glenn Randers-Pehrson · 9 years ago
  27. fc84508 [libpng16] Clarified COPYRIGHT information to state explicitly that versions by Glenn Randers-Pehrson · 9 years ago
  28. 6761aac [libpng16] Bump version to 1.6.19rc03 by Glenn Randers-Pehrson · 9 years ago
  29. 408dbac [libpng16] Fixed some inconsequential cut-and-paste typos by Glenn Randers-Pehrson · 9 years ago
  30. b00d986 [libpng16] Imported from libpng-1.6.19rc02.tar by Glenn Randers-Pehrson · 9 years ago
  31. 305ada6 Merge branch 'libpng16' of https://github.com/jbowler/libpng-1 into libpng16 by Glenn Randers-Pehrson · 9 years ago
  32. 1bef8e9 [libpng16] Silently truncate over-length PLTE chunk while reading. by Glenn Randers-Pehrson · 9 years ago
  33. a901eb3 [libpng16] Prevent reading over-length PLTE chunk (Cosmin Truta). by Glenn Randers-Pehrson · 9 years ago
  34. 896c3cf rowbytes check correction by John Bowler · 9 years ago
  35. 06509be [libpng16] Bump version to 1.6.19rc02 by Glenn Randers-Pehrson · 9 years ago
  36. 81f4466 [libpng16] Reject attempt to write over-length PLTE chunk by Glenn Randers-Pehrson · 9 years ago
  37. 9c7ed35 [libpng16] Imported from libpng-1.6.19rc01.tar by Glenn Randers-Pehrson · 9 years ago
  38. 05e81e1 [libpng16] Bump version to 1.6.19beta05 by Glenn Randers-Pehrson · 9 years ago
  39. 6ca8ee1 [libpng16] Imported from libpng-1.6.19beta04.tar by Glenn Randers-Pehrson · 9 years ago
  40. 59e655b [libpng16] Added sPLT support to pngtest.c by Glenn Randers-Pehrson · 9 years ago
  41. 5bd9d66 [libpng16] Updated CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 9 years ago
  42. 2163c93 pow and sbit fixes backported to pngvalid from 1.7 by John Bowler · 9 years ago
  43. 18f0bd1 Merge remote-tracking branch 'local/libpng16' into libpng16 by John Bowler · 9 years ago
  44. 5b9c044 Revert "[libpng16] Fix bad merge of contrib/libtests/pngvalid.c" by Glenn Randers-Pehrson · 9 years ago
  45. dc3069b Merge branch 'libpng16' into libpng16-pngvalid-rgb-to-gray-digitize-issues by John Bowler · 9 years ago
  46. 9517f7b [libpng16] Fix bad merge of contrib/libtests/pngvalid.c by Glenn Randers-Pehrson · 9 years ago
  47. b77d929 [libpng16] Restored Makefile.am and configure.ac (they had been by Glenn Randers-Pehrson · 9 years ago
  48. b939ce0 [libpng17] Makefile.am and configure.ac were out of date. by Glenn Randers-Pehrson · 9 years ago
  49. f9e37f5 [libpng16] Worked around rgb-to-gray issues in libpng 1.6. The previous by Glenn Randers-Pehrson · 9 years ago
  50. 04402a9 Fix (work round) rgb-to-gray issues in libpng 1.6 by John Bowler · 9 years ago
  51. 068cb3a [libpng16] Bump version to 1.6.19beta04 by Glenn Randers-Pehrson · 9 years ago
  52. f4302a7 [libpng16] Imported from libpng-1.6.19beta03.tar by Glenn Randers-Pehrson · 9 years ago
  53. 23ddeb5 pngvalid tests: add --strict, fix test names by John Bowler · 9 years ago
  54. 956f295 Merge remote-tracking branch 'local/libpng16' into libpng16 by John Bowler · 9 years ago
  55. 61257bc [libpng16] Update CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 9 years ago
  56. 6297297 Enable low-bit-depth gray tests in pngvalid by John Bowler · 9 years ago
  57. fd42ef9 pngstest 1.6 error limit and warning revisions by John Bowler · 9 years ago
  58. a2671a7 test PNG files (contrib/testpngs) by John Bowler · 9 years ago
  59. fa5ba2e New test PNG files incorporated into make check by John Bowler · 9 years ago
  60. 01a0e80 [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16() by Glenn Randers-Pehrson · 9 years ago
  61. 5b038f8 [libpng16] Fix typo in manual by Glenn Randers-Pehrson · 9 years ago
  62. efe4e5d [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bit by Glenn Randers-Pehrson · 9 years ago
  63. d6eb4b7 Updated pngstest-errors.h by John Bowler · 9 years ago
  64. 4c9c43d [libpng16] Added license info to pngstest-errors.h and its generator. by Glenn Randers-Pehrson · 9 years ago
  65. 0cc11b8 [libpng16] Update ANNOUNCE and CHANGES with recent pngstest updates. by Glenn Randers-Pehrson · 9 years ago
  66. 93b4568 pngstest: make error limits version specific by John Bowler · 9 years ago
  67. f6cd8f2 [libpng16] Updated description of filler-byte bugfix in CHANGES. by Glenn Randers-Pehrson · 9 years ago
  68. 8bfcb4c [libpng16] Copied contrib/libtests/pngvalid.c from libpng17. by Glenn Randers-Pehrson · 9 years ago
  69. eb0bf4f [libpng16] Updated pngvalid.c with recent changes from libpng17 by Glenn Randers-Pehrson · 9 years ago
  70. e8c5546 Back-port pngvalid corrections and enhancements by John Bowler · 9 years ago
  71. c3e7e7d [libpng16] tests backported from libpng 1.7 by John Bowler · 9 years ago
  72. 1e16e88 [libpng16] Fix typo (extra "*/") in contrib/libtests/fakepng.c by Glenn Randers-Pehrson · 9 years ago
  73. 33a97c5 [libpng16] Fixed png_save_int_32 when int is not 2's complement (John Bowler). by John Bowler · 9 years ago
  74. 39be3b8 [libpng16] Bump version to 1.6.19beta03 by Glenn Randers-Pehrson · 9 years ago
  75. 4c02a59 [libpng16] Imported from libpng-1.6.19beta02.tar by Glenn Randers-Pehrson · 9 years ago
  76. 2d62f74 [libpng16] Fixed the recently reported 1's complement security issue by by John Bowler · 9 years ago
  77. 6530e38 [libpng16] Restored previous handling of negative input to png_set_sig_bytes(). by Glenn Randers-Pehrson · 9 years ago
  78. 5a26171 [libpng16] Mention the change in png_set_sig_bytes() behavior in the man page. by Glenn Randers-Pehrson · 9 years ago
  79. 167b5e4 [libpng16] Safely convert num_bytes to a png_byte in png_set_sig_bytes() by Robert C. Seacord · 9 years ago
  80. a8242fe [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnUL by Glenn Randers-Pehrson · 9 years ago
  81. 15e6974 [libpng16] Removed new unnecessary typecast in pngrutil.c by Glenn Randers-Pehrson · 9 years ago
  82. 268c7bf [libpng16] Use unsigned hex constants in "reciprocal" computations by Glenn Randers-Pehrson · 9 years ago
  83. d8b93c2 [libpng16] Appended more "UL" to hex constants. by Glenn Randers-Pehrson · 9 years ago
  84. b9ba8d6 [libpng16] Mention in manual that 16-bit platform support has been dropped. by Glenn Randers-Pehrson · 9 years ago
  85. 751cee5 [libpng16] Added signed/unsigned 16-bit safety net. This removes the dubious by John Bowler · 9 years ago
  86. 8ba4b13 [libpng16] Changed 0xnnnn constants to 0xnnnnUL. by Glenn Randers-Pehrson · 9 years ago
  87. 8b83ff3 [libpng16] Change "n bit" to "n-bit" in comments. by Glenn Randers-Pehrson · 9 years ago
  88. a472858 [libpng16] Fix links in man page by Glenn Randers-Pehrson · 9 years ago
  89. 682f4ba [libpng16] Fix links in man page by Glenn Randers-Pehrson · 9 years ago
  90. 656720f [libpng16] Fixed dead link in man page by Glenn Randers-Pehrson · 9 years ago
  91. fd8ef4c [libpng16] Add #ifdef PNG_DEBUG/#endif around normally unreachable code by Glenn Randers-Pehrson · 9 years ago
  92. 4e1d299 [libpng16] Removed unreachable "break" statements in png.c, pngread.c, and by Victor Szakats · 9 years ago
  93. 0e9cd91 [libpng16] Moved config.h.in~ from the "libpng_autotools_files" list to the by Glenn Randers-Pehrson · 9 years ago
  94. 52d159a [libpng16] Bump version to 1.6.19beta02 by Glenn Randers-Pehrson · 9 years ago
  95. 67806d4 [libpng16] Imported from libpng-1.6.19beta01.tar by Glenn Randers-Pehrson · 9 years ago
  96. 8510247 [libpng16] Fixed uninitialized variable in contrib/gregbook/rpng2-x.c and by Glenn Randers-Pehrson · 9 years ago
  97. 77becc5 [libpng16] Suppressed warnings from the Borland C++ 5.5.1/5.82 compiler in png.c by Glenn Randers-Pehrson · 9 years ago
  98. e1b505c [libpng16]Suppressed a warning from the Borland C++ 5.5.1/5.82 compiler by Glenn Randers-Pehrson · 9 years ago
  99. e485a09 [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler by Glenn Randers-Pehrson · 9 years ago
  100. 1fa62ae [libpng16] Rearranged png.h to put the major sections in the same order as by Glenn Randers-Pehrson · 9 years ago