1. 5ec05b3 [libpng16] Removed extra recently-inserted line from pngwutil.c by Glenn Randers-Pehrson · 11 years ago
  2. 70eb072 [libpng16] Fixed previous bugfix to work on 64-bit platforms. by John Bowler · 11 years ago
  3. 9bb775f [libpng16] Corrected length written to uncompressed iTXt chunks (Samuli Suominen). by Glenn Randers-Pehrson · 11 years ago
  4. 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
  5. f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
  6. c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
  7. 9477ecd [libpng16] Updated copyright year to 2013 in newly-changed files by Glenn Randers-Pehrson · 12 years ago
  8. 24639a6 [libpng16] Made default Zlib compression settings be configurable. This adds #defines to by John Bowler · 12 years ago
  9. e4f124e [libpng16] Bump version to 1.6.0beta33 by Glenn Randers-Pehrson · 12 years ago
  10. f8dfd12 [libpng16] Changed ICC profile support to allow use of an external color by John Bowler · 12 years ago
  11. 702053d [libpng16] Bump version to 1.6.0beta28 by Glenn Randers-Pehrson · 12 years ago
  12. 025d415 [libpng16] Folded long lines and fixed some grammar. by Glenn Randers-Pehrson · 12 years ago
  13. 810c995 [libpng16] Fixed some spelling errors. by Glenn Randers-Pehrson · 12 years ago
  14. 3744f94 [libpng16] Removed trailing blanks by Glenn Randers-Pehrson · 12 years ago
  15. ece07cf [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(), by Glenn Randers-Pehrson · 12 years ago
  16. dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
  17. 26849f4 [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), by Glenn Randers-Pehrson · 12 years ago
  18. 134c576 [libpng16] Fix new leak when text compression is disabled. by John Bowler · 12 years ago
  19. 4430b91 [libpng16] Restore info_ptr members that were deleted by the previous by Glenn Randers-Pehrson · 12 years ago
  20. 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
  21. 8f4d672 [libpng16] Imported from libpng-1.6.0beta22.tar by Glenn Randers-Pehrson · 12 years ago
  22. 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 13 years ago
  23. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 13 years ago
  24. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  25. 6225b0e [libpng16] Added code to validate the windowBits value passed to deflateInit2(). by John Bowler · 13 years ago
  26. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  27. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  28. cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
  29. 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
  30. 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
  31. 55e85c2 [libpng15] Imported from libpng-1.5.7beta01.tar by Glenn Randers-Pehrson · 13 years ago
  32. 2b7d730 [libpng15] Bump version to libpng-1.5.7beta01 by Glenn Randers-Pehrson · 13 years ago
  33. bc6726b [libpng15] Imported from libpng-1.5.6.tar by Glenn Randers-Pehrson · 13 years ago
  34. 5c1905c [libpng15] Fixed a relatively harmless memory overwrite by John Bowler · 13 years ago
  35. 5b3b54e [libpng15] Imported from libpng-1.5.6beta05.tar by Glenn Randers-Pehrson · 13 years ago
  36. ba55c07 [libpng15] Use PNG_CSTRING_FROM_CHUNK macro with png_debug2() in pngwutil.c by Glenn Randers-Pehrson · 13 years ago
  37. 76b6231 [libpng15] Fixed bug in png_write_chunk_header() debug print, by Glenn Randers-Pehrson · 13 years ago
  38. bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
  39. 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 13 years ago
  40. 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 13 years ago
  41. 853afe6 [libpng15] Bump version to libpng-1.5.5beta09 by Glenn Randers-Pehrson · 13 years ago
  42. f3f7e14 [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate by John Bowler · 13 years ago
  43. d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
  44. ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 13 years ago
  45. 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 13 years ago
  46. b2bee33 [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is by John Bowler · 13 years ago
  47. 3fceee0 [devel] Fix typo in pngwutil.c comment. by Glenn Randers-Pehrson · 13 years ago
  48. 492ef9c [devel] Apply new PNG_WARNING_PARAMETERS macro in pngwutil.c by Glenn Randers-Pehrson · 13 years ago
  49. d273ad2 [devel] Implementation of premultiplied alpha support: png_set_alpha_mode by John Bowler · 13 years ago
  50. c5bef94 [devel] IDAT compression failed if preceded by a compressed text chunk by John Bowler · 13 years ago
  51. c559bb5 [devel] Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make zlib "CMF" by Glenn Randers-Pehrson · 13 years ago
  52. 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 13 years ago
  53. 8d4ce1f [devel] Fixed 64-bit builds where png_uint_32 is smaller than png_size_t by John Bowler · 13 years ago
  54. 61365b6 [devel] Removed "#if 1" and the matching "#endif" by Glenn Randers-Pehrson · 14 years ago
  55. 6785856 [devel] Optimize the zlib CMF byte in non-IDAT compressed chunks by Glenn Randers-Pehrson · 14 years ago
  56. e99107b [devel] Moved misplaced declarations by Glenn Randers-Pehrson · 14 years ago
  57. c3b3240 [devel] Improved the optimization of the zlib CMF byte by Glenn Randers-Pehrson · 14 years ago
  58. c683100 [devel] zlib text compression parameters fall back on non-IDAT parameters by Glenn Randers-Pehrson · 14 years ago
  59. ec8296a [devel] Relocated some comment lines in pngwutil.c by Glenn Randers-Pehrson · 14 years ago
  60. 205483d [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro. by Glenn Randers-Pehrson · 14 years ago
  61. 3bb8683 [devel] Only compile the new zlib re-initializing code when text or iCCP by Glenn Randers-Pehrson · 14 years ago
  62. ee1369b [devel] Imported from libpng-1.5.3beta01.tar by Glenn Randers-Pehrson · 14 years ago
  63. f837831 [devel] Use a mode bit to avoid reopening the zstream except when necessary. by Glenn Randers-Pehrson · 14 years ago
  64. ed8aab4 [devel] Free zstream memory with deflateEnd before reinitializing it. by Glenn Randers-Pehrson · 14 years ago
  65. 6b3d50b [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks. by Glenn Randers-Pehrson · 14 years ago
  66. f5ea1b7 [devel] Imported from libpng-1.5.0.tar by Glenn Randers-Pehrson · 14 years ago
  67. 64b863c [devel] Update copyright year and bump to version libpng-1.5.0rc07 by Glenn Randers-Pehrson · 14 years ago
  68. b3edc73 [devel] Changes to remove gcc warnings (John Bowler) by Glenn Randers-Pehrson · 14 years ago
  69. a581556 [master] Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin) by Glenn Randers-Pehrson · 14 years ago
  70. ccadcae [devel] Added whitespace in pngrutil.c, pngwtran.c, and pngwutil.c by Glenn Randers-Pehrson · 14 years ago
  71. f0eda4e [devel] Imported from libpng-1.5.0beta51.tar by Glenn Randers-Pehrson · 14 years ago
  72. 7e1fabe [devel] Imported from libpng-1.5.0beta50.tar by Glenn Randers-Pehrson · 14 years ago
  73. d233287 [devel] Removed space after (type cast). by Glenn Randers-Pehrson · 14 years ago
  74. 1b49a71 [devel] Imported from libpng-1.5.0beta49.tar by Glenn Randers-Pehrson · 14 years ago
  75. 83b4fc4 [devel] Imported from libpng-1.5.0beta48.tar by Glenn Randers-Pehrson · 14 years ago
  76. b087611 [devel] Fixed problem with symbols creation in Makefile.am which was assuming by Glenn Randers-Pehrson · 14 years ago
  77. bcb3aac [devel] Fixed a number of problems with 64-bit compilation reported by Visual by Glenn Randers-Pehrson · 14 years ago
  78. 39515c9 [devel] Imported from libpng-1.5.0beta46.tar by Glenn Randers-Pehrson · 14 years ago
  79. 7d3e673 [devel] Added PNG_WRITE_16BIT_SUPPORTED option. by Glenn Randers-Pehrson · 14 years ago
  80. a711954 [devel] Imported from libpng-1.5.0beta45.tar by Glenn Randers-Pehrson · 14 years ago
  81. 9b362b1 [devel] Bump to version libpng-1.5.0beta45 by Glenn Randers-Pehrson · 14 years ago
  82. 67439c4 [devel] Addressed various issues identified by GCC, mostly signed/unsigned by Glenn Randers-Pehrson · 14 years ago
  83. e600c51 [devel]Made all API functions that have const arguments and constant string by Glenn Randers-Pehrson · 14 years ago
  84. 363f96e [devel] Imported from libpng-1.5.0beta41.tar by Glenn Randers-Pehrson · 14 years ago
  85. 836fe66 [devel] Imported from libpng-1.5.0beta40.tar by Glenn Randers-Pehrson · 14 years ago
  86. 2c700f9 [devel] Imported from libpng-1.5.0beta39.tar by Glenn Randers-Pehrson · 14 years ago
  87. bdabd8f [devel] Bump to version libpng-1.5.0beta38 by Glenn Randers-Pehrson · 14 years ago
  88. 6c47e84 [devel] Bump to version libpng-1.5.0beta36 by Glenn Randers-Pehrson · 14 years ago
  89. 31aee0d [devel] by Glenn Randers-Pehrson · 14 years ago
  90. 915bab5 [devel] Bump to version libpng-1.5.0beta35 by Glenn Randers-Pehrson · 14 years ago
  91. 39a8bb7 [devel] Imported from libpng-1.5.0beta34.tar by Glenn Randers-Pehrson · 14 years ago
  92. 8f9de7a [devel] Bump back to version libpng-1.5.0beta34 by Glenn Randers-Pehrson · 14 years ago
  93. 289500a [devel] Imported from libpng-1.5.0beta33.tar by Glenn Randers-Pehrson · 14 years ago
  94. 4db3442 [devel] Imported from libpng-1.5.0beta32.tar by Glenn Randers-Pehrson · 14 years ago
  95. 821b710 [devel] Imported from libpng-1.5.0beta31.tar by Glenn Randers-Pehrson · 14 years ago
  96. ef3831a [devel] Imported from libpng-1.5.0beta30.tar by Glenn Randers-Pehrson · 14 years ago
  97. 5feb87c [devel] Imported from libpng-1.5.0beta29.tar by Glenn Randers-Pehrson · 14 years ago
  98. 57d9617 [devel] Imported from libpng-1.5.0beta28.tar by Glenn Randers-Pehrson · 14 years ago
  99. 5b3d554 [devel] Imported from libpng-1.5.0beta26.tar by Glenn Randers-Pehrson · 14 years ago
  100. 53c07f5 [devel] Imported from libpng-1.5.0beta25.tar by Glenn Randers-Pehrson · 14 years ago