1. 6f55ee2 [devel] Added log option to pngvalid.c and attempted to improve gamma messages. by John Bowler · 13 years ago
  2. 6a1dc23 [devel] Removed string/memory macros that are no longer used by John Bowler · 13 years ago
  3. 59a6c37 [devel] Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly. by John Bowler · 13 years ago
  4. d2f0bc2 [devel] Improved gamma range checks and other things OpenWatcom warns about. by John Bowler · 13 years ago
  5. b011fe1 [devel] Remove testing cruft from projects/owatcom. by John Bowler · 13 years ago
  6. 0eadc27 [devel] Added projects/owatcom, an IDE project for OpenWatcom to replace by John Bowler · 13 years ago
  7. 700c550 [devel] Added "_SUPPORTED" to the PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION macro. by Glenn Randers-Pehrson · 13 years ago
  8. b2bee33 [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is by John Bowler · 13 years ago
  9. cc27708 [devel] Revised documentation about png_set_user_limits() to say that it can by Glenn Randers-Pehrson · 13 years ago
  10. fb27873 [devel] Bump version to libpng-1.5.3beta11 by Glenn Randers-Pehrson · 13 years ago
  11. 590fb8c [devel] Removed #ifdef in png.c that caused sCAL handler to leak memory. by Glenn Randers-Pehrson · 13 years ago
  12. 4e8d7ec [devel] Added sCAL chunk to pngtest.png by John Bowler · 13 years ago
  13. 254a513 [devel] Fixed png_handle_sCAL which is broken in 1.5 by Glenn Randers-Pehrson · 13 years ago
  14. ab1a573 [devel] Imported from libpng-1.5.3rc03.tar by Glenn Randers-Pehrson · 13 years ago
  15. 38a9d27 [devel] Imported from libpng-1.5.3rc02.tar by Glenn Randers-Pehrson · 13 years ago
  16. 07e1d34 [devel] Fixed 1-byte uninitialized memory reference in png_format_buffer() by Glenn Randers-Pehrson · 13 years ago
  17. 36edbb5 [devel] Imported from libpng-1.5.3rc01.tar by Glenn Randers-Pehrson · 13 years ago
  18. 3fceee0 [devel] Fix typo in pngwutil.c comment. by Glenn Randers-Pehrson · 13 years ago
  19. 0640cc3 [devel] Bump to version libpng-1.5.3beta11 by Glenn Randers-Pehrson · 13 years ago
  20. 3f68453 [devel] Imported from libpng-1.5.3beta10.tar by Glenn Randers-Pehrson · 13 years ago
  21. 0a04892 [devel] Update CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 13 years ago
  22. 5441e18 [devel] Add tests for expand16, more fixes for palette image tests by John Bowler · 13 years ago
  23. db0ed3e [devel] png_set_background+png_expand_16 did not interwork correctly. by John Bowler · 13 years ago
  24. 8a7ec52 [devel] Consistently use "n-bit", not "n bit" in png.c by Glenn Randers-Pehrson · 13 years ago
  25. 66e1b3a [devel] Bump to version libpng-1.5.3beta10 by Glenn Randers-Pehrson · 13 years ago
  26. cd116fa [devel] Fix spelling of "conversion" in manual. by Glenn Randers-Pehrson · 13 years ago
  27. c261077 [devel] Consistently use "n-bit", not "n bit" in CHANGES and ANNOUNCE. by Glenn Randers-Pehrson · 13 years ago
  28. 55fbff3 [devel] Consistently use "n-bit", not "n bit" in comments. by Glenn Randers-Pehrson · 13 years ago
  29. 1921e6d [devel] Reversed earlier change of transformation order; move by John Bowler · 13 years ago
  30. bb4f77c [devel] Bump to version libpng-1.5.3beta09 by Glenn Randers-Pehrson · 13 years ago
  31. 5ca62c9 [devel] Bump to version libpng-1.5.3rc01 by Glenn Randers-Pehrson · 13 years ago
  32. 1591a4c [devel] Imported from libpng-1.5.3beta08.tar by Glenn Randers-Pehrson · 13 years ago
  33. c36074e [devel] Removed reference to non-existent png_set_rgb_to_Y from the manual. by Glenn Randers-Pehrson · 13 years ago
  34. 73904f5 [devel] Minor revisions to comments on pngstruct.h and pngvalid.c by Glenn Randers-Pehrson · 13 years ago
  35. 0e128df [devel] Update CHANGES and ANNOUNCE; fix some new typos in comments. by Glenn Randers-Pehrson · 13 years ago
  36. 9994f25 [devel] pngvalid: add memory overwrite and palette image checks by John Bowler · 13 years ago
  37. 593fc04 [devel] Fix typos and indentation in new material in the documentation. by Glenn Randers-Pehrson · 13 years ago
  38. cb0b296 [devel] Documented png_set_alpha_mode(), other changes in libpng.3 and by John Bowler · 13 years ago
  39. ed4d32b [devel] Improve "pngvalid --speed" to exclude more of pngvalid from the time. by John Bowler · 13 years ago
  40. d83530f [devel] Bump to version libpng-1.5.3beta08 by Glenn Randers-Pehrson · 13 years ago
  41. cb3f421 [devel] Imported from libpng-1.5.3beta07.tar by Glenn Randers-Pehrson · 13 years ago
  42. 36fa2a0 [devel] Check for up->location !PNG_AFTER_IDAT when writing unknown chunks by Glenn Randers-Pehrson · 13 years ago
  43. 2d3fc1c [devel] Moved macro definitions for PNG_HAVE_IHDR, PNG_HAVE_PLTE, and by Glenn Randers-Pehrson · 13 years ago
  44. f70c7d0 [devel] Added named value and 'flag' gamma support to png_set_gamma. Made a by John Bowler · 13 years ago
  45. d768d10 [devel] Minor revision of commentary about png_set_alpha_mode(). by Glenn Randers-Pehrson · 14 years ago
  46. 44e26d4 [devel] Revised commentary about png_set_alpha_mode() to make it clearer by Glenn Randers-Pehrson · 14 years ago
  47. 96cec0e [devel] Added expand_16 suppport to the high level interface. by John Bowler · 14 years ago
  48. a9b3419 [devel] Added expand_16 suppport to the high level interface. by John Bowler · 14 years ago
  49. e9eeb74 [devel] Reverted recent change of errors to warnings. by Glenn Randers-Pehrson · 14 years ago
  50. 8ba3466 [devel] Changed some errors to warnings, added missing "png_ptr" arg in by Glenn Randers-Pehrson · 14 years ago
  51. 87952f0 [devel] Fix spelling of "implemented" in CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 14 years ago
  52. d12c02f [devel] Bump to version libpng-1.5.3beta07 by Glenn Randers-Pehrson · 14 years ago
  53. f3d737d [devel] Imported from libpng-1.5.3beta06.tar by Glenn Randers-Pehrson · 14 years ago
  54. 492ef9c [devel] Apply new PNG_WARNING_PARAMETERS macro in pngwutil.c by Glenn Randers-Pehrson · 14 years ago
  55. c782251 [devel] Fix typos in comments, add new API synopses to libpng.3 by Glenn Randers-Pehrson · 14 years ago
  56. d273ad2 [devel] Implementation of premultiplied alpha support: png_set_alpha_mode by John Bowler · 14 years ago
  57. af855e4 [devel] Remove some trailing blanks. by Glenn Randers-Pehrson · 14 years ago
  58. 6ee0edf [devel] Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt by Glenn Randers-Pehrson · 14 years ago
  59. 00015a8 [devel] Bump to version libpng-1.5.3beta06 by Glenn Randers-Pehrson · 14 years ago
  60. e1018a5 [devel] Imported from libpng-1.5.3beta05.tar by Glenn Randers-Pehrson · 14 years ago
  61. c5bef94 [devel] IDAT compression failed if preceded by a compressed text chunk by John Bowler · 14 years ago
  62. c559bb5 [devel] Added PNG_WRITE_OPTIMIZE_CMF_SUPPORTED macro to make zlib "CMF" by Glenn Randers-Pehrson · 14 years ago
  63. 4753906 [devel] Update "last changed" dates and added CHANGES entry. by Glenn Randers-Pehrson · 14 years ago
  64. 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 14 years ago
  65. b3b7168 [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE) by Glenn Randers-Pehrson · 14 years ago
  66. 1384c04 [devel] Added comments in png.h about relocation of the png_struct by Glenn Randers-Pehrson · 14 years ago
  67. 24fde6e [devel] Bump to version libpng-1.5.3beta05 by Glenn Randers-Pehrson · 14 years ago
  68. 33ced44 [devel] Bump to version libpng-1.5.3beta04 by Glenn Randers-Pehrson · 14 years ago
  69. e6dc85b [devel] Changed png_struct jmp_buf member name to avoid clash with macro by John Bowler · 14 years ago
  70. 20786be [devel] Added more about creating and destroying the optional "end_info" by Glenn Randers-Pehrson · 14 years ago
  71. 99778e1 [devel] Mention the reason to call png_read_end() in the libpng documentation. by Glenn Randers-Pehrson · 14 years ago
  72. cf78aee [devel] Removed an obsolete statement from libpngpf.3 by Glenn Randers-Pehrson · 14 years ago
  73. 6cd31bb [devel] Give credit for recent bug report to Andrew Church. by Glenn Randers-Pehrson · 14 years ago
  74. 4bc9f84 [devel] Updated CHANGES, ANNOUNCE, and pngtest.png to reflect recent changes. by Glenn Randers-Pehrson · 14 years ago
  75. 4a12f4a [devel] Cleanup of conditional compilation code and of background/gamma by John Bowler · 14 years ago
  76. a1f9426 [devel] Bump to version libpng-1.5.3beta04 by Glenn Randers-Pehrson · 14 years ago
  77. 9f1cd70 [devel] Imported from libpng-1.5.3beta03.tar by Glenn Randers-Pehrson · 14 years ago
  78. d2795b7 [devel] Revised a comment about png_do_strip_channel(). by Glenn Randers-Pehrson · 14 years ago
  79. b75b241 [devel] Added some whitespace in comments. by Glenn Randers-Pehrson · 14 years ago
  80. cb1aee2 [devel] Fixed bug with stripping the filler or alpha channel when writing, by Glenn Randers-Pehrson · 14 years ago
  81. 8d4ce1f [devel] Fixed 64-bit builds where png_uint_32 is smaller than png_size_t by John Bowler · 14 years ago
  82. 7abc130 [devel] Updated the vstudio project to zlib-1.2.5 by John Bowler · 14 years ago
  83. 5adc5a2 [devel] Removed the now-unused PNG_DEPSTRUCT macro by John Bowler · 14 years ago
  84. b302c47 [devel] Removed the PNG_PTR_NORETURN attribute by John Bowler · 14 years ago
  85. 537c146 [devel] Fixed gcc -ansi -pedantic compile, using __STRICT_ANSI__ by John Bowler · 14 years ago
  86. b6743ea [devel] Updated zlib.props to zlib-1.2.5 by Glenn Randers-Pehrson · 14 years ago
  87. 61365b6 [devel] Removed "#if 1" and the matching "#endif" by Glenn Randers-Pehrson · 14 years ago
  88. 1b491cb [devel] Bump to version libpng-1.5.3beta03 by Glenn Randers-Pehrson · 14 years ago
  89. 8abcf14 [devel] Imported from libpng-1.5.3beta02.tar by Glenn Randers-Pehrson · 14 years ago
  90. b8e3140 [devel] Replaced pngtest.png with one that has the zTXt CMF optimized. by Glenn Randers-Pehrson · 14 years ago
  91. 6785856 [devel] Optimize the zlib CMF byte in non-IDAT compressed chunks by Glenn Randers-Pehrson · 14 years ago
  92. e99107b [devel] Moved misplaced declarations by Glenn Randers-Pehrson · 14 years ago
  93. f30f0e0 [devel] Fixed typo in scripts/symbols.def by Glenn Randers-Pehrson · 14 years ago
  94. c3b3240 [devel] Improved the optimization of the zlib CMF byte by Glenn Randers-Pehrson · 14 years ago
  95. 65a24d0 [devel] Add comment in pngtest.c about setting zlib strategy for text by Glenn Randers-Pehrson · 14 years ago
  96. a45f47c [devel] Updated documentation on setting non-IDAT zlib compression parameters by Glenn Randers-Pehrson · 14 years ago
  97. c683100 [devel] zlib text compression parameters fall back on non-IDAT parameters by Glenn Randers-Pehrson · 14 years ago
  98. ec8296a [devel] Relocated some comment lines in pngwutil.c by Glenn Randers-Pehrson · 14 years ago
  99. bdb0130 [devel] Remove "sPLT" from list of chunks that require compressed text by Glenn Randers-Pehrson · 14 years ago
  100. 5975f31 [devel] Added PNG_READ_COMPRESSED_TEXT_SUPPORTED macro. by Glenn Randers-Pehrson · 14 years ago