1. be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
  2. 67f101e [libpng16] Imported from libpng-1.6.8rc02.tar by Glenn Randers-Pehrson · 11 years ago
  3. b6f0a64 [libpng16] Imported from libpng-1.6.8rc01.tar by Glenn Randers-Pehrson · 11 years ago
  4. 847e9ef [libpng16] Imported from libpng-1.6.3.tar by Glenn Randers-Pehrson · 11 years ago
  5. 746bc7d [libpng16] Imported from libpng-1.6.3beta07.tar by Glenn Randers-Pehrson · 11 years ago
  6. 421f95d [libpng16] Removed a redundant test in png_set_IHDR(). by Glenn Randers-Pehrson · 11 years ago
  7. 399430d [libpng16] Update "last changed" comments. by Glenn Randers-Pehrson · 11 years ago
  8. 3f677d1 [libpng16] Bump version to 1.6.3beta01 by Glenn Randers-Pehrson · 11 years ago
  9. 809355b [libpng16] Imported from libpng-1.6.2.tar by Glenn Randers-Pehrson · 11 years ago
  10. 7ef0c46 [libpng16] Updated "last changed" comments. by Glenn Randers-Pehrson · 11 years ago
  11. 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 11 years ago
  12. 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
  13. f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
  14. c0a0d4a [libpng16] Reenabled code to allow zero length PLTE chunks for MNG. by John Bowler · 12 years ago
  15. b4ef7c4 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
  16. c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
  17. 2414bd9 [libpng16] Use consistent handling of overflows in text, sPLT and unknown by John Bowler · 12 years ago
  18. 590c8b0 [libpng16] Added overflow detection in png_set_sPLT() and png_set_text_2(). by Glenn Randers-Pehrson · 12 years ago
  19. 9dd2bfa [libpng16] Corrected previous attempt at overflow detection in by John Bowler · 12 years ago
  20. 1c6e22a [libpng16] Fixed conceivable but difficult to repro overflow. Also added by John Bowler · 12 years ago
  21. 9477ecd [libpng16] Updated copyright year to 2013 in newly-changed files by Glenn Randers-Pehrson · 12 years ago
  22. 6dae6d8 [libpng16] Imported from libpng-1.6.0beta32.tar by Glenn Randers-Pehrson · 12 years ago
  23. 520803d [libpng16] Removed non-working ICC profile support code. There was too much by John Bowler · 12 years ago
  24. f8dfd12 [libpng16] Changed ICC profile support to allow use of an external color by John Bowler · 12 years ago
  25. b98681b [libpng16] Improved ICC profile handling including cHRM chunk generation and by John Bowler · 12 years ago
  26. 14d0ca6 [libpng16] Cleaned up and corrected ICC profile handling. by John Bowler · 12 years ago
  27. 702053d [libpng16] Bump version to 1.6.0beta28 by Glenn Randers-Pehrson · 12 years ago
  28. 4a6c6df [libpng16] Allow fine grain control of unknown chunk APIs. This change allows by John Bowler · 12 years ago
  29. e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
  30. aa9dea5 [libpng16] Work around gcc 3.x and Microsoft Visual Studio 2010 complaints. by John Bowler · 12 years ago
  31. ece07cf [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(), by Glenn Randers-Pehrson · 12 years ago
  32. dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
  33. 134c576 [libpng16] Fix new leak when text compression is disabled. by John Bowler · 12 years ago
  34. 4430b91 [libpng16] Restore info_ptr members that were deleted by the previous by Glenn Randers-Pehrson · 12 years ago
  35. 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
  36. 96b9170 [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 means by Glenn Randers-Pehrson · 12 years ago
  37. 8f4d672 [libpng16] Imported from libpng-1.6.0beta22.tar by Glenn Randers-Pehrson · 12 years ago
  38. e243a1f [libpng16] Enable png_set_check_for_invalid_index() for both read and write. by Glenn Randers-Pehrson · 12 years ago
  39. 96027d9 [libpng16] Imported from libpng-1.6.0beta20.tar by Glenn Randers-Pehrson · 12 years ago
  40. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 12 years ago
  41. ce9d8a3 [libpng16] Imported from libpng-1.6.0beta19.tar by Glenn Randers-Pehrson · 12 years ago
  42. f5dcba6 [libpng16] Never mind, undid previous change. by Glenn Randers-Pehrson · 12 years ago
  43. c26d6e9 [libpng16] Revised png_set_text_2() to avoid possible memory corruption by Glenn Randers-Pehrson · 12 years ago
  44. dd6ecbe [libpng16] Imported from libpng-1.6.0beta18.tar by Glenn Randers-Pehrson · 12 years ago
  45. 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
  46. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  47. 0c98cc7 [libpng16] Imported from libpng-1.6.0beta16.tar by Glenn Randers-Pehrson · 13 years ago
  48. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  49. 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
  50. fcd301d [libpng16] Changed png_memcpy to C assignment where appropriate. Changed all by John Bowler · 13 years ago
  51. 4f67e40 [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs. by John Bowler · 13 years ago
  52. 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
  53. 67ee8ce [libpng16] bump version to 1.6.0beta04 by Glenn Randers-Pehrson · 13 years ago
  54. 40b2603 [libpng16] Start-up code size improvements, error handler flexibility. These by John Bowler · 13 years ago
  55. 29fca79 [libpng15] Validate time settings passed to pngset() by Glenn Randers-Pehrson · 13 years ago
  56. 55e85c2 [libpng15] Imported from libpng-1.5.7beta01.tar by Glenn Randers-Pehrson · 13 years ago
  57. 2b7d730 [libpng15] Bump version to libpng-1.5.7beta01 by Glenn Randers-Pehrson · 13 years ago
  58. bc6726b [libpng15] Imported from libpng-1.5.6.tar by Glenn Randers-Pehrson · 13 years ago
  59. bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
  60. 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 13 years ago
  61. 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 13 years ago
  62. 7515612 [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes). by John Bowler · 13 years ago
  63. f3f7e14 [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate by John Bowler · 13 years ago
  64. 4ae2978 [devel] Bump version to libpng-1.5.5beta07 by Glenn Randers-Pehrson · 13 years ago
  65. 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs by John Bowler · 13 years ago
  66. 0bc7977 [devel] Revised commentary about png_rgb_to_gray coefficents by Glenn Randers-Pehrson · 13 years ago
  67. d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
  68. 140504b [devel] Add synopsis for png_set_chop_16() to manual by Glenn Randers-Pehrson · 13 years ago
  69. d2f0bc2 [devel] Improved gamma range checks and other things OpenWatcom warns about. by John Bowler · 13 years ago
  70. f70c7d0 [devel] Added named value and 'flag' gamma support to png_set_gamma. Made a by John Bowler · 13 years ago
  71. b75b241 [devel] Added some whitespace in comments. by Glenn Randers-Pehrson · 13 years ago
  72. 3d3aae1 --amend [devel] Imported from libpng-1.5.1.tar by Glenn Randers-Pehrson · 14 years ago
  73. 8d0bc0f [devel] Made the manual, synopses, and function prototypes use the function by Glenn Randers-Pehrson · 14 years ago
  74. 168a433 [devel] Eliminate more GCC shadow warnings by John Bowler · 14 years ago
  75. b764c60 [devel] Imported from libpng-1.5.1beta03.tar by Glenn Randers-Pehrson · 14 years ago
  76. f5ea1b7 [devel] Imported from libpng-1.5.0.tar by Glenn Randers-Pehrson · 14 years ago
  77. 64b863c [devel] Update copyright year and bump to version libpng-1.5.0rc07 by Glenn Randers-Pehrson · 14 years ago
  78. 62333ba [devel] Adjusted some whitespace in pngset.c by Glenn Randers-Pehrson · 14 years ago
  79. c508081 [devel] Require 48 bytes, not 64 bytes, for big_row_buf in overflow checks. by Glenn Randers-Pehrson · 14 years ago
  80. f0eda4e [devel] Imported from libpng-1.5.0beta51.tar by Glenn Randers-Pehrson · 14 years ago
  81. 7e1fabe [devel] Imported from libpng-1.5.0beta50.tar by Glenn Randers-Pehrson · 14 years ago
  82. 79b2d64 [devel] also check for negative out-of-range text compression mode by Glenn Randers-Pehrson · 14 years ago
  83. e34f80e [devel] Check for out-of-range text compression mode in png_set_text(). by Glenn Randers-Pehrson · 14 years ago
  84. 1b49a71 [devel] Imported from libpng-1.5.0beta49.tar by Glenn Randers-Pehrson · 14 years ago
  85. 83b4fc4 [devel] Imported from libpng-1.5.0beta48.tar by Glenn Randers-Pehrson · 14 years ago
  86. b087611 [devel] Fixed problem with symbols creation in Makefile.am which was assuming by Glenn Randers-Pehrson · 14 years ago
  87. bcb3aac [devel] Fixed a number of problems with 64-bit compilation reported by Visual by Glenn Randers-Pehrson · 14 years ago
  88. 39515c9 [devel] Imported from libpng-1.5.0beta46.tar by Glenn Randers-Pehrson · 14 years ago
  89. a711954 [devel] Imported from libpng-1.5.0beta45.tar by Glenn Randers-Pehrson · 14 years ago
  90. 9b362b1 [devel] Bump to version libpng-1.5.0beta45 by Glenn Randers-Pehrson · 14 years ago
  91. 67439c4 [devel] Addressed various issues identified by GCC, mostly signed/unsigned by Glenn Randers-Pehrson · 14 years ago
  92. e600c51 [devel]Made all API functions that have const arguments and constant string by Glenn Randers-Pehrson · 14 years ago
  93. 363f96e [devel] Imported from libpng-1.5.0beta41.tar by Glenn Randers-Pehrson · 14 years ago
  94. 836fe66 [devel] Imported from libpng-1.5.0beta40.tar by Glenn Randers-Pehrson · 14 years ago
  95. 2c700f9 [devel] Imported from libpng-1.5.0beta39.tar by Glenn Randers-Pehrson · 14 years ago
  96. 4009a76 [devel] Implemented remaining "_fixed" functions and corrected warnings by Glenn Randers-Pehrson · 14 years ago
  97. 6c47e84 [devel] Bump to version libpng-1.5.0beta36 by Glenn Randers-Pehrson · 14 years ago
  98. 31aee0d [devel] by Glenn Randers-Pehrson · 14 years ago
  99. 915bab5 [devel] Bump to version libpng-1.5.0beta35 by Glenn Randers-Pehrson · 14 years ago
  100. 39a8bb7 [devel] Imported from libpng-1.5.0beta34.tar by Glenn Randers-Pehrson · 14 years ago