1. da7b692 [libpng16] Bump version to 1.6.12beta01 by Glenn Randers-Pehrson · 10 years ago
  2. c4e0f3d [libpng16] Imported from libpng-1.6.11.tar by Glenn Randers-Pehrson · 10 years ago
  3. 72855fb [libpng16] Made progressive reading of interlaced images consistent with the by Glenn Randers-Pehrson · 10 years ago
  4. fa26eb1 [libpng16] Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that by Glenn Randers-Pehrson · 10 years ago
  5. 0567015 [libpng16] Use "if (value != 0)" instead of "if (value)" consistently. by Glenn Randers-Pehrson · 11 years ago
  6. 71d23c4 [libpng16] Bump version to 1.6.11beta01 by Glenn Randers-Pehrson · 11 years ago
  7. 4df37bf [libpng16] Imported from libpng-1.6.10.tar by Glenn Randers-Pehrson · 11 years ago
  8. b8f4334 [libpng16] Removed unreachable return statement after png_chunk_error() by Glenn Randers-Pehrson · 11 years ago
  9. 45625ec [libpng16] Don't recognize known sRGB profiles as sRGB if they have been hacked, by Glenn Randers-Pehrson · 11 years ago
  10. eb657ae [libpng16] Added png_ptr->process_mode = PNG_READ_IDAT_MODE in by Glenn Randers-Pehrson · 11 years ago
  11. 9c5a1ba [libpng16] Check for info_ptr == NULL early in png_read_end() so we don't need by Glenn Randers-Pehrson · 11 years ago
  12. 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 11 years ago
  13. 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 11 years ago
  14. be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
  15. 3f8a2ed [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments" by Glenn Randers-Pehrson · 11 years ago
  16. aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
  17. 1132134 [libpng16] Conditionally compile some unused functions reported by -Wall by Glenn Randers-Pehrson · 11 years ago
  18. 0ea69cd [libpng16] Imported from libpng-1.6.7.tar by Glenn Randers-Pehrson · 11 years ago
  19. 0441ff6 [libpng16] Remove spurious "#ifdef PNG_sRGB_SUPPORTED" from pngrutil.c by John Bowler · 11 years ago
  20. b372175 [libpng16] Catch up with some recent changes that did not get merged. by Glenn Randers-Pehrson · 11 years ago
  21. 8f38190 [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment by John Bowler · 11 years ago
  22. 15a8044 [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configured by John Bowler · 11 years ago
  23. 6f8f004 [libpng16] Added #ifdef PNG_READ_SUPPORTED/endif around the by Glenn Randers-Pehrson · 11 years ago
  24. 873f16f [libpng16] Reverted the change to unknown handling #defines; the change by Glenn Randers-Pehrson · 11 years ago
  25. 7ae451f [libpng16] Bump version to 1.6.7beta01 by Glenn Randers-Pehrson · 11 years ago
  26. 3914594 [libpng16] Imported from libpng-1.6.6.tar by Glenn Randers-Pehrson · 11 years ago
  27. 53ae7dc [libpng16] Imported from libpng-1.6.5.tar by Glenn Randers-Pehrson · 11 years ago
  28. cd6a3ef [libpng16] Bump version to 1.6.5beta01 by Glenn Randers-Pehrson · 11 years ago
  29. 209d3eb [libpng16] Imported from libpng-1.6.4.tar by Glenn Randers-Pehrson · 11 years ago
  30. 8c49ddc [libpng16] Imported from libpng-1.6.4beta02.tar by Glenn Randers-Pehrson · 11 years ago
  31. 3244020 [libpng16] Imported from libpng-1.6.4beta01.tar by Glenn Randers-Pehrson · 11 years ago
  32. 685d79e [libpng16] Delay calling png_init_filter_functions() until a row with nonzero by Glenn Randers-Pehrson · 11 years ago
  33. 847e9ef [libpng16] Imported from libpng-1.6.3.tar by Glenn Randers-Pehrson · 11 years ago
  34. db56fa1 [libpng16] Revised "/*SAFE*/" comment in pngrutil.c by Glenn Randers-Pehrson · 11 years ago
  35. bc8e40d [libpng16] Added "/* SAFE */" comments in pngrutil.c and pngrtran.c by Glenn Randers-Pehrson · 11 years ago
  36. 56a1a66 [libpng16] Imported from libpng-1.6.3beta09.tar by Glenn Randers-Pehrson · 11 years ago
  37. 9afb90f [libpng16] Attempt to detect configuration issues with pngdeflate, by John Bowler · 11 years ago
  38. 294d0b8 [libpng16] Detect wrong libpng versions linked to pngdeflate, which currently by John Bowler · 11 years ago
  39. 62c6fbb [libpng16] Check that PNG_MAXIMUM_INFLATE_WINDOW is defined before using it. by Glenn Randers-Pehrson · 11 years ago
  40. 0c7ac06 [libpng16] Added an option to force maximum window size for inflating. by John Bowler · 11 years ago
  41. db67cba [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart). by Glenn Randers-Pehrson · 11 years ago
  42. 2fd3434 [libpng16] Imported from libpng-1.6.3beta04.tar by Glenn Randers-Pehrson · 11 years ago
  43. 127b08a [libpng16] Calculate our own zlib windowBits when decoding rather than by Glenn Randers-Pehrson · 11 years ago
  44. 399430d [libpng16] Update "last changed" comments. by Glenn Randers-Pehrson · 11 years ago
  45. 3f677d1 [libpng16] Bump version to 1.6.3beta01 by Glenn Randers-Pehrson · 11 years ago
  46. 809355b [libpng16] Imported from libpng-1.6.2.tar by Glenn Randers-Pehrson · 11 years ago
  47. 6e1c74b [libpng16] Imported from libpng-1.6.2rc03.tar by Glenn Randers-Pehrson · 11 years ago
  48. 67a289f [libpng16] Fixed some spelling/typos by Glenn Randers-Pehrson · 11 years ago
  49. 7ef0c46 [libpng16] Updated "last changed" comments. by Glenn Randers-Pehrson · 11 years ago
  50. 43c07e1 [libpng16] Fixed incorrect warning of excess deflate data. End condition - the by John Bowler · 11 years ago
  51. 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 11 years ago
  52. caa3f29 [libpng16] Eliminated another warning from the Intel C compiler. by John Bowler · 12 years ago
  53. 2286a7c [libpng16] Eliminated a warning from the Intel C compiler. The warning is by John Bowler · 12 years ago
  54. 8c87dc8 [libpng16] Imported from libpng-1.6.1beta06.tar by Glenn Randers-Pehrson · 12 years ago
  55. 4ea113b [libng16] Reverted recent change that eliminated a warning about storing by Glenn Randers-Pehrson · 12 years ago
  56. 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
  57. f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
  58. 96cf4bd [libpng16] Fixed bug introduced in libpng-1.6.0beta28 that causes libpng to by Glenn Randers-Pehrson · 12 years ago
  59. adb9613 [libpng16] Imported from libpng-1.6.1beta02.tar by Glenn Randers-Pehrson · 12 years ago
  60. 3b8e7e8 [libpng16] Imported from libpng-1.6.1beta01.tar by Glenn Randers-Pehrson · 12 years ago
  61. 5851280 [libpng16] Imported from libpng-1.6.0beta37.tar by Glenn Randers-Pehrson · 12 years ago
  62. 6cf32b4 [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specific by John Bowler · 12 years ago
  63. f758d6c [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specific by John Bowler · 12 years ago
  64. 5b9a28f [libpng16] Trivial editing of commentary in pngrutil.c by Glenn Randers-Pehrson · 12 years ago
  65. 520803d [libpng16] Removed non-working ICC profile support code. There was too much by John Bowler · 12 years ago
  66. f8dfd12 [libpng16] Changed ICC profile support to allow use of an external color by John Bowler · 12 years ago
  67. b98681b [libpng16] Improved ICC profile handling including cHRM chunk generation and by John Bowler · 12 years ago
  68. 14d0ca6 [libpng16] Cleaned up and corrected ICC profile handling. by John Bowler · 12 years ago
  69. d0eef28 [libpng16] Added "tunknown" test and corrected a logic error in by John Bowler · 12 years ago
  70. 4a6c6df [libpng16] Allow fine grain control of unknown chunk APIs. This change allows by John Bowler · 12 years ago
  71. e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
  72. 3744f94 [libpng16] Removed trailing blanks by Glenn Randers-Pehrson · 12 years ago
  73. ece07cf [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(), by Glenn Randers-Pehrson · 12 years ago
  74. dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
  75. 26849f4 [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), by Glenn Randers-Pehrson · 12 years ago
  76. 4430b91 [libpng16] Restore info_ptr members that were deleted by the previous by Glenn Randers-Pehrson · 12 years ago
  77. 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
  78. b454169 [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns by John Bowler · 12 years ago
  79. 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 12 years ago
  80. 4801561 [libpng16] Recognize known sRGB ICC profiles while reading and issue a warning by Glenn Randers-Pehrson · 12 years ago
  81. 13a87d9 [libpng16] Fixed ICC profile parsing and sRGB profile recognition by John Bowler · 12 years ago
  82. f7677a3 [libpng16] Use uLong 64 bits for crc32 return in profile check by John Bowler · 12 years ago
  83. 8fbd60d [libpng16] Recognize known sRGB ICC profiles while reading and handle them as by Glenn Randers-Pehrson · 12 years ago
  84. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 12 years ago
  85. 66efa24 [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more by John Bowler · 12 years ago
  86. 0c11b5f [libpng16] Work around for duplicate row start calls; added warning messages. by John Bowler · 12 years ago
  87. aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 12 years ago
  88. 9066919 [libpng16] If benign errors are disabled use maximum window on ancillary by John Bowler · 13 years ago
  89. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  90. 6038b80 [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. by Glenn Randers-Pehrson · 13 years ago
  91. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  92. 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
  93. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  94. 8fb6c6a [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived) by John Bowler · 13 years ago
  95. 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
  96. 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
  97. 67ee8ce [libpng16] bump version to 1.6.0beta04 by Glenn Randers-Pehrson · 13 years ago
  98. 40b2603 [libpng16] Start-up code size improvements, error handler flexibility. These by John Bowler · 13 years ago
  99. 13831bc [libpng16] Updated "last changed" dates by Glenn Randers-Pehrson · 13 years ago
  100. baeb6d1 [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. by John Bowler · 13 years ago