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