1. 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 11 years ago
  2. f372810 [libpng16] Corrected Android builds and corrected libpng.vers with symbol by John Bowler · 12 years ago
  3. 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
  4. f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
  5. adb9613 [libpng16] Imported from libpng-1.6.1beta02.tar by Glenn Randers-Pehrson · 12 years ago
  6. 9e8fd50 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
  7. 3b8e7e8 [libpng16] Imported from libpng-1.6.1beta01.tar by Glenn Randers-Pehrson · 12 years ago
  8. c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
  9. 2414bd9 [libpng16] Use consistent handling of overflows in text, sPLT and unknown by John Bowler · 12 years ago
  10. e208108 [libpng16] Imported from libpng-1.6.0beta39.tar by Glenn Randers-Pehrson · 12 years ago
  11. 9477ecd [libpng16] Updated copyright year to 2013 in newly-changed files by Glenn Randers-Pehrson · 12 years ago
  12. 520803d [libpng16] Removed non-working ICC profile support code. There was too much by John Bowler · 12 years ago
  13. f8dfd12 [libpng16] Changed ICC profile support to allow use of an external color by John Bowler · 12 years ago
  14. 933bc84 [libpng16] Fix confusion between "adopted" and "adapted" in new comments. by Glenn Randers-Pehrson · 12 years ago
  15. 9c06d78 [libpng16] Imported from libpng-1.6.0beta29.tar by Glenn Randers-Pehrson · 12 years ago
  16. b98681b [libpng16] Improved ICC profile handling including cHRM chunk generation and by John Bowler · 12 years ago
  17. 702053d [libpng16] Bump version to 1.6.0beta28 by Glenn Randers-Pehrson · 12 years ago
  18. e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
  19. dff6f4c [libpng16Cleanup of png_set_filler(). This function does very different things by John Bowler · 12 years ago
  20. 0546e4e [libpng16] Document deprecation of png_convert_to_rfc1123() and its by Glenn Randers-Pehrson · 12 years ago
  21. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 12 years ago
  22. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  23. 6225b0e [libpng16] Added code to validate the windowBits value passed to deflateInit2(). by John Bowler · 13 years ago
  24. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  25. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  26. 363ae65 [libpng16] Added tests for invalid palette index while reading and writing by Glenn Randers-Pehrson · 13 years ago
  27. c737b7c [libpng16] Imported from libpng-1.6.0beta11.tar by Glenn Randers-Pehrson · 13 years ago
  28. 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
  29. fcd301d [libpng16] Changed png_memcpy to C assignment where appropriate. Changed all by John Bowler · 13 years ago
  30. 4f67e40 [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs. by John Bowler · 13 years ago
  31. 67ee8ce [libpng16] bump version to 1.6.0beta04 by Glenn Randers-Pehrson · 13 years ago
  32. 40b2603 [libpng16] Start-up code size improvements, error handler flexibility. These by John Bowler · 13 years ago
  33. d332c67 [libpng16] Start-up code size improvements, error handler flexibility. by John Bowler · 13 years ago
  34. d3a9480 [libpng15] Added support for ARM processor (Mans Rullgard) by Mans Rullgard · 13 years ago
  35. 1c42276 [libpng15] New png_struct member png_ptr->old_prev_row by Mans Rullgard · 13 years ago
  36. 07772cb [libpng15] Fixes for multiple calls to png_read_update_info. by John Bowler · 13 years ago
  37. 997b193 [libpng15] Imported from libpng-1.5.6beta03.tar 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. 4ae2978 [devel] Bump version to libpng-1.5.5beta07 by Glenn Randers-Pehrson · 13 years ago
  42. 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs 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. 73904f5 [devel] Minor revisions to comments on pngstruct.h and pngvalid.c by Glenn Randers-Pehrson · 13 years ago
  48. 9994f25 [devel] pngvalid: add memory overwrite and palette image checks by John Bowler · 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. 4753906 [devel] Update "last changed" dates and added CHANGES entry. by Glenn Randers-Pehrson · 13 years ago
  52. 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 13 years ago
  53. e6dc85b [devel] Changed png_struct jmp_buf member name to avoid clash with macro by John Bowler · 13 years ago
  54. 205483d [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro. by Glenn Randers-Pehrson · 13 years ago
  55. 3bb8683 [devel] Only compile the new zlib re-initializing code when text or iCCP by Glenn Randers-Pehrson · 13 years ago
  56. 1345cbe [devel] Update change comments (1.5.2 -> 1.5.3) by Glenn Randers-Pehrson · 13 years ago
  57. 6b3d50b [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks. by Glenn Randers-Pehrson · 13 years ago
  58. f5ea1b7 [devel] Imported from libpng-1.5.0.tar by Glenn Randers-Pehrson · 14 years ago
  59. 64b863c [devel] Update copyright year and bump to version libpng-1.5.0rc07 by Glenn Randers-Pehrson · 14 years ago
  60. f0eda4e [devel] Imported from libpng-1.5.0beta51.tar by Glenn Randers-Pehrson · 14 years ago
  61. 7e1fabe [devel] Imported from libpng-1.5.0beta50.tar by Glenn Randers-Pehrson · 14 years ago
  62. 1b49a71 [devel] Imported from libpng-1.5.0beta49.tar by Glenn Randers-Pehrson · 14 years ago
  63. 83b4fc4 [devel] Imported from libpng-1.5.0beta48.tar by Glenn Randers-Pehrson · 14 years ago
  64. b087611 [devel] Fixed problem with symbols creation in Makefile.am which was assuming by Glenn Randers-Pehrson · 14 years ago
  65. bcb3aac [devel] Fixed a number of problems with 64-bit compilation reported by Visual by Glenn Randers-Pehrson · 14 years ago
  66. 39515c9 [devel] Imported from libpng-1.5.0beta46.tar by Glenn Randers-Pehrson · 14 years ago
  67. a711954 [devel] Imported from libpng-1.5.0beta45.tar by Glenn Randers-Pehrson · 14 years ago
  68. 9b362b1 [devel] Bump to version libpng-1.5.0beta45 by Glenn Randers-Pehrson · 14 years ago
  69. 363f96e [devel] Imported from libpng-1.5.0beta41.tar by Glenn Randers-Pehrson · 14 years ago
  70. 836fe66 [devel] Imported from libpng-1.5.0beta40.tar by Glenn Randers-Pehrson · 14 years ago
  71. 2c700f9 [devel] Imported from libpng-1.5.0beta39.tar by Glenn Randers-Pehrson · 14 years ago
  72. 48dc6eb [devel] Revised png_get_int_16() to be similar to png_get_int_32(). by Glenn Randers-Pehrson · 14 years ago
  73. 6c47e84 [devel] Bump to version libpng-1.5.0beta36 by Glenn Randers-Pehrson · 14 years ago
  74. 31aee0d [devel] by Glenn Randers-Pehrson · 14 years ago
  75. 915bab5 [devel] Bump to version libpng-1.5.0beta35 by Glenn Randers-Pehrson · 14 years ago
  76. 39a8bb7 [devel] Imported from libpng-1.5.0beta34.tar by Glenn Randers-Pehrson · 14 years ago
  77. aa4e359 [devel] Changed "extern PNG_EXPORT" to "PNG_EXPORT" in png.h (Jan Nijtmans) by Glenn Randers-Pehrson · 14 years ago
  78. 289500a [devel] Imported from libpng-1.5.0beta33.tar by Glenn Randers-Pehrson · 14 years ago
  79. 4db3442 [devel] Imported from libpng-1.5.0beta32.tar by Glenn Randers-Pehrson · 14 years ago
  80. 821b710 [devel] Imported from libpng-1.5.0beta31.tar by Glenn Randers-Pehrson · 14 years ago
  81. ef3831a [devel] Imported from libpng-1.5.0beta30.tar by Glenn Randers-Pehrson · 14 years ago
  82. 5feb87c [devel] Imported from libpng-1.5.0beta29.tar by Glenn Randers-Pehrson · 14 years ago
  83. 57d9617 [devel] Imported from libpng-1.5.0beta28.tar by Glenn Randers-Pehrson · 14 years ago
  84. 5b3d554 [devel] Imported from libpng-1.5.0beta26.tar by Glenn Randers-Pehrson · 14 years ago
  85. 53c07f5 [devel] Imported from libpng-1.5.0beta25.tar by Glenn Randers-Pehrson · 14 years ago
  86. 537c1a5 [devel] Imported from libpng-1.5.0beta24.tar by Glenn Randers-Pehrson · 14 years ago
  87. f24daf2 [devel] Added more blank lines for readability. by Glenn Randers-Pehrson · 14 years ago
  88. aa3143c [devel] Imported from libpng-1.5.0beta23.tar by Glenn Randers-Pehrson · 14 years ago
  89. bb317fb [devel] Bump to libpng-1.5.0beta22 by Glenn Randers-Pehrson · 14 years ago
  90. deec549 [devel] Imported from libpng-1.5.0beta21.tar by Glenn Randers-Pehrson · 14 years ago
  91. 9c5beb5 [devel] Bump back to version libpng-1.5.0beta21 by Glenn Randers-Pehrson · 14 years ago
  92. b56e0d0 [devel] Imported from libpng-1.5.0beta19.tar by Glenn Randers-Pehrson · 14 years ago
  93. 5623f78 [devel] Imported from libpng-1.5.0beta18.tar by Glenn Randers-Pehrson · 14 years ago
  94. 3cd7cff [devel] Imported from libpng-1.5.0beta17.tar by Glenn Randers-Pehrson · 14 years ago
  95. c2fa196 [devel] Imported from libpng-1.5.0beta16.tar by Glenn Randers-Pehrson · 14 years ago
  96. b2eacd3 [devel] Imported from libpng-1.5.0beta15.tar by Glenn Randers-Pehrson · 14 years ago
  97. d7da8bb [devel] Eliminated scripts/*.def in favor of libpng.def; by Glenn Randers-Pehrson · 14 years ago
  98. eae8e36 [devel] PNG_EXPORT changed to include an 'ordinal' field by Glenn Randers-Pehrson · 14 years ago
  99. c6fecfb [devel] Imported from libpng-1.5.0beta13.tar by Glenn Randers-Pehrson · 15 years ago
  100. c957b6b [devel] Bump to version libpng-1.5.0beta13 by Glenn Randers-Pehrson · 15 years ago