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