1. d02d6a1 [libpng15] Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) by Glenn Randers-Pehrson · 13 years ago
  2. bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
  3. 115020d [libpng15] Imported from libpng-1.5.6beta01.tar by Glenn Randers-Pehrson · 13 years ago
  4. 3e2263a [libpng15] Imported from libpng-1.5.5.tar by Glenn Randers-Pehrson · 13 years ago
  5. d326111 [libpng15] Imported from libpng-1.5.5rc01.tar by Glenn Randers-Pehrson · 14 years ago
  6. f3f7e14 [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relate by John Bowler · 14 years ago
  7. 736f40f [devel] Fixes to rgb_to_gray and cHRM XYZ APIs by John Bowler · 14 years ago
  8. 75d5bfd [devel] Imported from libpng-1.5.5beta05.tar by Glenn Randers-Pehrson · 14 years ago
  9. 9b979b1 [devel] Added new types and internal functions for CIE RGB end point handling by John Bowler · 14 years ago
  10. 7b97965 [devel] Prevent unexpected API exports from non-libpng DLLs on Windows. by John Bowler · 14 years ago
  11. d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 14 years ago
  12. 8d26126 [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL. by John Bowler · 14 years ago
  13. ab63dd0 [devel] Renamed png_set_chop_16() to png_set_strip_16(). by Glenn Randers-Pehrson · 14 years ago
  14. 5f0b927 [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again. by Glenn Randers-Pehrson · 14 years ago
  15. ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 14 years ago
  16. be720ed [devel] Correction to the expand_16 code; removed extra instance of by Glenn Randers-Pehrson · 14 years ago
  17. 2232baa [devel] Made png_set_chop_16() API removeable by Glenn Randers-Pehrson · 14 years ago
  18. 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 14 years ago
  19. 6a1dc23 [devel] Removed string/memory macros that are no longer used by John Bowler · 14 years ago
  20. 2d3fc1c [devel] Moved macro definitions for PNG_HAVE_IHDR, PNG_HAVE_PLTE, and by Glenn Randers-Pehrson · 14 years ago
  21. f70c7d0 [devel] Added named value and 'flag' gamma support to png_set_gamma. Made a by John Bowler · 14 years ago
  22. d273ad2 [devel] Implementation of premultiplied alpha support: png_set_alpha_mode by John Bowler · 14 years ago
  23. af855e4 [devel] Remove some trailing blanks. by Glenn Randers-Pehrson · 14 years ago
  24. c5bef94 [devel] IDAT compression failed if preceded by a compressed text chunk by John Bowler · 14 years ago
  25. 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 14 years ago
  26. b3b7168 [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE) by Glenn Randers-Pehrson · 14 years ago
  27. 4a12f4a [devel] Cleanup of conditional compilation code and of background/gamma by John Bowler · 14 years ago
  28. 537c146 [devel] Fixed gcc -ansi -pedantic compile, using __STRICT_ANSI__ by John Bowler · 14 years ago
  29. 8abcf14 [devel] Imported from libpng-1.5.3beta02.tar by Glenn Randers-Pehrson · 14 years ago
  30. 205483d [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro. by Glenn Randers-Pehrson · 14 years ago
  31. f837831 [devel] Use a mode bit to avoid reopening the zstream except when necessary. by Glenn Randers-Pehrson · 14 years ago
  32. 1345cbe [devel] Update change comments (1.5.2 -> 1.5.3) by Glenn Randers-Pehrson · 14 years ago
  33. 6b3d50b [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks. by Glenn Randers-Pehrson · 14 years ago
  34. dcc3505 [devel] Imported from libpng-1.5.2.tar by Glenn Randers-Pehrson · 14 years ago
  35. f3dd1cc [devel] Imported from libpng-1.5.2rc01.tar by Glenn Randers-Pehrson · 14 years ago
  36. cad6798 [devel] Imported from libpng-1.5.2beta01.tar by Glenn Randers-Pehrson · 14 years ago
  37. c36bb79 [devel] Trim trailing blanks from sources and manual by Glenn Randers-Pehrson · 14 years ago
  38. 4d56296 [devel] Implement expansion to 16 bits by John Bowler · 14 years ago
  39. 9b872f4 [devel] Clean up ALPHA flags and transformations by John Bowler · 14 years ago
  40. 8625b39 [devel] Changed some names of formal parameters to avoid Shadow warnings by Glenn Randers-Pehrson · 14 years ago
  41. 25d2d47 [devel] updated the commentary in pngpriv.h about PNG_UNUSED(). by Glenn Randers-Pehrson · 14 years ago
  42. 4c0eaee [devel] Changed PNG_UNUSED to "(void)param;" by Glenn Randers-Pehrson · 14 years ago
  43. bf3293a [devel] Fixed comments around PNG_UNUSED macro definition in pngpriv.h by Glenn Randers-Pehrson · 14 years ago
  44. 4e2e14a [devel] Changed PNG_UNUSED from "param=param;" to "{if(param){}}". by Glenn Randers-Pehrson · 14 years ago
  45. 0e15da5 [devel] Simplified the PNG_UNUSED macro. by Glenn Randers-Pehrson · 14 years ago
  46. 2774238 [devel] Trying a different PNG_UNUSED macro. by Glenn Randers-Pehrson · 14 years ago
  47. f5ea1b7 [devel] Imported from libpng-1.5.0.tar by Glenn Randers-Pehrson · 14 years ago
  48. 64b863c [devel] Update copyright year and bump to version libpng-1.5.0rc07 by Glenn Randers-Pehrson · 14 years ago
  49. a7d604e [devel] Imported from libpng-1.5.0rc06.tar by Glenn Randers-Pehrson · 14 years ago
  50. 8f8061a [devel] Imported from libpng-1.5.0rc05.tar by Glenn Randers-Pehrson · 14 years ago
  51. 332594d [devel] Bump to version libpng-1.5.0rc04 by Glenn Randers-Pehrson · 14 years ago
  52. 5773152 [devel] Bump to version libpng-1.5.0rc03 by Glenn Randers-Pehrson · 14 years ago
  53. 3af77fe [devel] Bump to version libpng-1.5.0rc02 by Glenn Randers-Pehrson · 14 years ago
  54. fd20a5a [devel] Imported from libpng-1.5.0rc01.tar by Glenn Randers-Pehrson · 14 years ago
  55. d3b7657 [devel] Bump to version libpng-1.5.0beta59 by Glenn Randers-Pehrson · 14 years ago
  56. 4c93a7c [devel] Bump to version libpng-1.5.0beta58 by Glenn Randers-Pehrson · 14 years ago
  57. 9f044c1 [devel] Added some whitespace in png.h and pngpriv.h, revised a comment by Glenn Randers-Pehrson · 14 years ago
  58. 845b74e [devel] Bump to version libpng-1.5.0beta57 by Glenn Randers-Pehrson · 14 years ago
  59. d546f43 [devel] Added the private PNG_UNUSED() macro definition in pngpriv.h. by Glenn Randers-Pehrson · 14 years ago
  60. 2776d5e [devel] Bump to version libpng-1.5.0beta56 by Glenn Randers-Pehrson · 14 years ago
  61. a581556 [master] Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin) by Glenn Randers-Pehrson · 14 years ago
  62. d801b38 [devel] Bump to version libpng-1.5.0beta55 by Glenn Randers-Pehrson · 14 years ago
  63. 71c0dd6 [devel] Bump to version libpng-1.5.0beta54 by Glenn Randers-Pehrson · 14 years ago
  64. 5393915 [devel] Bump to version libpng-1.5.0beta53 by Glenn Randers-Pehrson · 14 years ago
  65. 1c91ab2 [devel] Bump to version libpng-1.5.0beta52 by Glenn Randers-Pehrson · 14 years ago
  66. f0eda4e [devel] Imported from libpng-1.5.0beta51.tar by Glenn Randers-Pehrson · 14 years ago
  67. a0de64f [devel] Bump to version 1.5.0beta51 by Glenn Randers-Pehrson · 14 years ago
  68. 7e1fabe [devel] Imported from libpng-1.5.0beta50.tar by Glenn Randers-Pehrson · 14 years ago
  69. 94b582e [devel] Bump to version 1.5.0beta50 by Glenn Randers-Pehrson · 14 years ago
  70. 1b49a71 [devel] Imported from libpng-1.5.0beta49.tar by Glenn Randers-Pehrson · 14 years ago
  71. 209eee5 [devel] Bump to version libpng-1.5.0beta49 by Glenn Randers-Pehrson · 14 years ago
  72. 83b4fc4 [devel] Imported from libpng-1.5.0beta48.tar by Glenn Randers-Pehrson · 14 years ago
  73. b087611 [devel] Fixed problem with symbols creation in Makefile.am which was assuming by Glenn Randers-Pehrson · 14 years ago
  74. 4f8e7e5 [devel] Bump to version libpng-1.5.0beta48 by Glenn Randers-Pehrson · 15 years ago
  75. bcb3aac [devel] Fixed a number of problems with 64-bit compilation reported by Visual by Glenn Randers-Pehrson · 15 years ago
  76. 9a5c1c1 [devel] Bump to version libpng-1.5.0beta47 by Glenn Randers-Pehrson · 15 years ago
  77. 39515c9 [devel] Imported from libpng-1.5.0beta46.tar by Glenn Randers-Pehrson · 15 years ago
  78. be6f0c2 [devel] Bump to version libpng-1.5.0beta46 by Glenn Randers-Pehrson · 15 years ago
  79. a711954 [devel] Imported from libpng-1.5.0beta45.tar by Glenn Randers-Pehrson · 15 years ago
  80. 4f108d8 [devel] Supply default values for PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME_POSTFIX by Glenn Randers-Pehrson · 15 years ago
  81. 9b362b1 [devel] Bump to version libpng-1.5.0beta45 by Glenn Randers-Pehrson · 15 years ago
  82. 4befef0 [devel] Imported from libpng-1.5.0beta44.tar by Glenn Randers-Pehrson · 15 years ago
  83. 67439c4 [devel] Addressed various issues identified by GCC, mostly signed/unsigned by Glenn Randers-Pehrson · 15 years ago
  84. 11966d9 [devel] Bump to version libpng-1.5.0beta43 by Glenn Randers-Pehrson · 15 years ago
  85. e600c51 [devel]Made all API functions that have const arguments and constant string by Glenn Randers-Pehrson · 15 years ago
  86. 2a718a3 [devel] Bump to version libpng-1.5.0beta42 by Glenn Randers-Pehrson · 15 years ago
  87. 363f96e [devel] Imported from libpng-1.5.0beta41.tar by Glenn Randers-Pehrson · 15 years ago
  88. ad18363 [devel] Bump to version libpng-1.5.0beta41 by Glenn Randers-Pehrson · 15 years ago
  89. 836fe66 [devel] Imported from libpng-1.5.0beta40.tar by Glenn Randers-Pehrson · 15 years ago
  90. d3a726d [master] Correct use of _WINDOWS_ in pngconf.h; Removed png_mem_ #defines; by Glenn Randers-Pehrson · 15 years ago
  91. 3e71719 [devel] Bump to version libpng-1.5.0beta40 by Glenn Randers-Pehrson · 15 years ago
  92. 77396b6 [devel] VisualC/GCC warning fixes, VisualC build fixes by Glenn Randers-Pehrson · 15 years ago
  93. 21c1f06 [devel] Bump to version libpng-1.5.0beta39 by Glenn Randers-Pehrson · 15 years ago
  94. 48dc6eb [devel] Revised png_get_int_16() to be similar to png_get_int_32(). by Glenn Randers-Pehrson · 15 years ago
  95. 33d8c2a [devel] Bump to version libpng-1.5.0beta38 by Glenn Randers-Pehrson · 15 years ago
  96. 0fb715a [devel] Bump to version libpng-1.5.0beta37 by Glenn Randers-Pehrson · 15 years ago
  97. 233357e [devel] Fixed some spelling and indentation. by Glenn Randers-Pehrson · 15 years ago
  98. 2be8b64 [devel] Update documentation by Glenn Randers-Pehrson · 15 years ago
  99. 31aee0d [devel] by Glenn Randers-Pehrson · 15 years ago
  100. d7aa6aa [devel] Bump to version libpng-1.5.0beta36 by Glenn Randers-Pehrson · 15 years ago