1. d58251b [libpng15] Reverted previous change; removed png_get_compression_buffer() API. by Glenn Randers-Pehrson · 13 years ago
  2. d3dcb46 [libpng15] Added png_get_compression_buffer() API. by Glenn Randers-Pehrson · 13 years ago
  3. 3dbfd30 [libpng15] Removed two redundant tests for unitialized row. by Glenn Randers-Pehrson · 13 years ago
  4. ff36991 [libpng15] Bump version to libpng-1.5.6beta06 by Glenn Randers-Pehrson · 13 years ago
  5. 5b3b54e [libpng15] Imported from libpng-1.5.6beta05.tar by Glenn Randers-Pehrson · 13 years ago
  6. ba55c07 [libpng15] Use PNG_CSTRING_FROM_CHUNK macro with png_debug2() in pngwutil.c by Glenn Randers-Pehrson · 13 years ago
  7. 4e68aa7 [libpng15] Further optimization of png_combine_row() in the interlaced case. by John Bowler · 13 years ago
  8. 76b6231 [libpng15] Fixed bug in png_write_chunk_header() debug print, by Glenn Randers-Pehrson · 13 years ago
  9. 4dd0dc6 [libpng15] Fix small typo in CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 13 years ago
  10. 8be28e3 [libpng15] Optimized png_combine_row() when rows are aligned This gains a by John Bowler · 13 years ago
  11. ac8375d [libpng15] Align png_struct::row_buf - previously it was always unaligned, by John Bowler · 13 years ago
  12. 65c0339 [libpng15] Speed up png_combine_row() for interlaced images. This reduces the by Glenn Randers-Pehrson · 13 years ago
  13. 4daae30 [libpng15] #ifdef out png_progressive_combine_row() when interlacing is by Glenn Randers-Pehrson · 13 years ago
  14. d5bc89e [libpng15] Updated CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 13 years ago
  15. fa7d793 [libpng15] Replaced a short but frequently-used memcpy() in png_combine_row() by Glenn Randers-Pehrson · 13 years ago
  16. a92a212 [libpng15] Bump version to libpng-1.5.6beta05 by Glenn Randers-Pehrson · 13 years ago
  17. 435cf87 [libpng15] Bump version to libpng-1.5.6beta04 by Glenn Randers-Pehrson · 13 years ago
  18. e51916c [libpng15] Bump version to libpng-1.5.6beta04 by Glenn Randers-Pehrson · 13 years ago
  19. 997b193 [libpng15] Imported from libpng-1.5.6beta03.tar by Glenn Randers-Pehrson · 13 years ago
  20. e29c4b9 [libpng15] Revised CMakeLists.txt to work with mingw and removed some material by Glenn Randers-Pehrson · 13 years ago
  21. 8e25a61 [libpng15]` Revised test-pngtest.sh to report FAIL when pngtest fails. by Glenn Randers-Pehrson · 13 years ago
  22. f573ff7 [libpng15] Bump version to libpng-1.5.6beta03 by Glenn Randers-Pehrson · 13 years ago
  23. 1a16735 [libpng15] Imported from libpng-1.5.6beta02.tar by Glenn Randers-Pehrson · 13 years ago
  24. d02d6a1 [libpng15] Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) by Glenn Randers-Pehrson · 13 years ago
  25. 968c231 [libpng15] Added a note in the manual the png_read_update_info() must be by Glenn Randers-Pehrson · 13 years ago
  26. bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
  27. 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 13 years ago
  28. 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 13 years ago
  29. d71f09d [libpng15] Bump version to libpng-1.5.5rc02 by Glenn Randers-Pehrson · 13 years ago
  30. 0a456b5 [libpng15] Fix grammar in ANNOUNCE and CHANGES by Glenn Randers-Pehrson · 13 years ago
  31. d326111 [libpng15] Imported from libpng-1.5.5rc01.tar by Glenn Randers-Pehrson · 13 years ago
  32. 673a116 [libpng15] Updated ANNOUNCE and CHANGES with new CVE number. by Glenn Randers-Pehrson · 13 years ago
  33. 853afe6 [libpng15] Bump version to libpng-1.5.5beta09 by Glenn Randers-Pehrson · 13 years ago
  34. fe85baf [libpng15] Bump version to libpng-1.5.5beta08 by Glenn Randers-Pehrson · 13 years ago
  35. 7515612 [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes). by John Bowler · 13 years ago
  36. f0c19e6 [libpng15] Fix typo in ANNOUNCE and CHANGES by Glenn Randers-Pehrson · 13 years ago
  37. ccff383 [libpng15] Relocated new HAVE_SOLARIS_LD definition in configure.ac by Glenn Randers-Pehrson · 13 years ago
  38. f3f7e14 [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate by John Bowler · 13 years ago
  39. 3c2ae60 [libpng15] Bump version to libpng-1.5.5beta08 by Glenn Randers-Pehrson · 13 years ago
  40. 95ba417 [libpng15] Imported from libpng-1.5.5beta07.tar by Glenn Randers-Pehrson · 13 years ago
  41. b6e4d58 [libpng15] Changed png_chunk_benign_error() to png_warning() in png.c, in by Glenn Randers-Pehrson · 13 years ago
  42. ef43c17 [devel] Changed "// ..." comments to "/* .. */" in the visupng project. by Glenn Randers-Pehrson · 13 years ago
  43. ad8b7b7 [devel] Add SunOS support to configure and Makefile.am by Glenn Randers-Pehrson · 13 years ago
  44. 83bd94f [devel] Added SunOS support to configure.ac and Makefile.am by Glenn Randers-Pehrson · 13 years ago
  45. 63071ac [devel] Zapped "zap" (changed "zap" to "remove") by Glenn Randers-Pehrson · 13 years ago
  46. 4427139 [devel] Revise makefile.darwin to support both i386 and 64-bit architecture by Glenn Randers-Pehrson · 13 years ago
  47. 90cd362 [devel] Added some blank lines to projects/vstudio/zlib.props for clarity. by Glenn Randers-Pehrson · 13 years ago
  48. b293334 [devel] Added "$(ARCH)" option to makefile.darwin by Glenn Randers-Pehrson · 13 years ago
  49. 4ae2978 [devel] Bump version to libpng-1.5.5beta07 by Glenn Randers-Pehrson · 13 years ago
  50. ec3ff78 [devel] Imported from libpng-1.5.5beta06.tar by Glenn Randers-Pehrson · 13 years ago
  51. 6d62ef1 [devel] Spell "behavior" consistently. by Glenn Randers-Pehrson · 13 years ago
  52. b6874f8 [devel] Use "gray" spelling consistently. by Glenn Randers-Pehrson · 13 years ago
  53. 8b8aacd [devel] Use "color" spelling consistently. by Glenn Randers-Pehrson · 13 years ago
  54. bbd17bd [devel] Describe the new XYZ APIs in the manual. by John Bowler · 13 years ago
  55. b5cebba [devel] Updated symbols.def which was supposed to be part of previous patch. by John Bowler · 13 years ago
  56. 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs by John Bowler · 13 years ago
  57. 0c03fc6 [devel] Expanded TAB characters in CMakeLists.txt by Glenn Randers-Pehrson · 13 years ago
  58. e61e403 [devel] Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txt by Glenn Randers-Pehrson · 13 years ago
  59. 9d824eb [devel] Bump version to libpng-1.5.5beta06 by Glenn Randers-Pehrson · 13 years ago
  60. 75d5bfd [devel] Imported from libpng-1.5.5beta05.tar by Glenn Randers-Pehrson · 13 years ago
  61. 9b979b1 [devel] Added new types and internal functions for CIE RGB end point handling by John Bowler · 13 years ago
  62. 7b97965 [devel] Prevent unexpected API exports from non-libpng DLLs on Windows. by John Bowler · 13 years ago
  63. 0bc7977 [devel] Revised commentary about png_rgb_to_gray coefficents by Glenn Randers-Pehrson · 13 years ago
  64. a45ffbe [devel] Bump version to libpng-1.5.5beta05 by Glenn Randers-Pehrson · 13 years ago
  65. 99ffac0 [devel] Imported from libpng-1.5.5beta04.tar by Glenn Randers-Pehrson · 13 years ago
  66. 6c98897 [devel] Updated commentary about the png_rgb_to_gray() default coefficients by Glenn Randers-Pehrson · 13 years ago
  67. b17c75b [devel] Revised CMakeLists.txt (Clifford Yapp) by Glenn Randers-Pehrson · 13 years ago
  68. d4e1ddb [devel] Fix typo in manual: "was" was "was was". by Glenn Randers-Pehrson · 13 years ago
  69. aab2aa1 [devel] Bump version to libpng-1.5.5beta04 by Glenn Randers-Pehrson · 13 years ago
  70. 03d6b48 [devel] Imported from libpng-1.5.5beta03.tar by Glenn Randers-Pehrson · 13 years ago
  71. 4dcce66 [devel] Updated CHANGES to reshow addition of new compression API by Glenn Randers-Pehrson · 13 years ago
  72. 7a28724 [devel] Minor documentation editing. by Glenn Randers-Pehrson · 13 years ago
  73. a5bcab7 [devel] Enabled compilation with g++ compiler. This compiler does not by John Bowler · 13 years ago
  74. 0a007b7 [devel] Added recent CVE numbers at relevant places in the CHANGES file. by Glenn Randers-Pehrson · 13 years ago
  75. e9ef47f [devel] Bump version to libpng-1.5.5beta03 by Glenn Randers-Pehrson · 13 years ago
  76. 0532aca [devel] Imported from libpng-1.5.5beta02.tar by Glenn Randers-Pehrson · 13 years ago
  77. 5a77e67 [devel] Revised Makefile.am and Makefile.in to look in the right directory for by John Bowler · 13 years ago
  78. c2891d0 [devel] Reverted Makefile.am and Makefile.in to 1.5.4 status. by Glenn Randers-Pehrson · 13 years ago
  79. 25e0f55 [devel] Bump version to libpng-1.5.5beta02 by Glenn Randers-Pehrson · 13 years ago
  80. ce775cc [devel] Imported from libpng-1.5.5beta01.tar by Glenn Randers-Pehrson · 13 years ago
  81. d0797f5 [devel] Revised manual paragraph about use of 'NO' macros. by Glenn Randers-Pehrson · 13 years ago
  82. a5e5547 [devel] Minor editing of the manual. by Glenn Randers-Pehrson · 13 years ago
  83. 4164c6f [devel] Reverted non-portable GNU syntax in makefile (?=, +=) by Glenn Randers-Pehrson · 13 years ago
  84. 4b2237a [devel] Updated contrib/pngminus/makefile.std by Glenn Randers-Pehrson · 13 years ago
  85. cb47e20 [devel] Reverted type of "my_background" to png_color_16 in the manual. by Glenn Randers-Pehrson · 13 years ago
  86. d3a0b23 [devel] png_set_background does not take an info_ptr argument. by Glenn Randers-Pehrson · 13 years ago
  87. ab38979 [devel] Fixed some typos in the manual. by Glenn Randers-Pehrson · 13 years ago
  88. 628b632 [devel] Bump version to libpng-1.5.5beta01 by Glenn Randers-Pehrson · 13 years ago
  89. d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
  90. 38404a5 [devel] Relocated a single quote from the beginning of a line in the manual by Glenn Randers-Pehrson · 13 years ago
  91. 05fc4cc [devel] Added references to CVE-2011-2501 and -0408 to the CHANGES file. by Glenn Randers-Pehrson · 13 years ago
  92. 78bb9da [devel] Imported from libpng-1.5.4rc01.tar by Glenn Randers-Pehrson · 13 years ago
  93. 4fca255 [devel] Define PNG_ALLOCATED to "restrict" only if MSC_VER >= 1400. by Glenn Randers-Pehrson · 13 years ago
  94. 9daf91e [devel] Imported from libpng-1.5.4beta08.tar by Glenn Randers-Pehrson · 13 years ago
  95. fcd7c13 [devel] Fix pngvalid.c with ACCURATE_SCALE by John Bowler · 13 years ago
  96. 5bcd0a8 [devel] Imported from libpng-1.5.4beta07.tar by Glenn Randers-Pehrson · 13 years ago
  97. 8d26126 [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL. by John Bowler · 13 years ago
  98. c4a8214 [devel] Delete chop_16 synopses and add one for png_set_scale_16_to_8() by Glenn Randers-Pehrson · 13 years ago
  99. 4e47be7 [devel] Bump version to libpng-1.5.4beta07 by Glenn Randers-Pehrson · 13 years ago
  100. 314ef3e [devel] Imported from libpng-1.5.4beta06.tar by Glenn Randers-Pehrson · 13 years ago