1. 149eea2 [libpng16] Imported from libpng-1.6.11beta01.tar by Glenn Randers-Pehrson · 10 years ago
  2. 0567015 [libpng16] Use "if (value != 0)" instead of "if (value)" consistently. by Glenn Randers-Pehrson · 11 years ago
  3. 71d23c4 [libpng16] Bump version to 1.6.11beta01 by Glenn Randers-Pehrson · 11 years ago
  4. 4df37bf [libpng16] Imported from libpng-1.6.10.tar by Glenn Randers-Pehrson · 11 years ago
  5. 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 11 years ago
  6. 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 11 years ago
  7. 3e753eb [libpng16] Imported from libpng-1.6.9.tar by Glenn Randers-Pehrson · 11 years ago
  8. 95a1973 [libpng16] Updated copyright year in recently-changed files. by Glenn Randers-Pehrson · 11 years ago
  9. 38f4940 [libpng16] Update "last changed" dates in recently-patched files. by Glenn Randers-Pehrson · 11 years ago
  10. c10930a [libpng16] Bookkeeping: Moved functions around (no changes). Moved transform by John Bowler · 11 years ago
  11. be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
  12. aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
  13. c912050 [libpng16] Fixed 'minimal' builds. Various obviously useful minimal by Glenn Randers-Pehrson · 11 years ago
  14. 56d6bc2 [libpng16] Avoid dereferencing NULL pointer possibly returned from by Glenn Randers-Pehrson · 11 years ago
  15. 399430d [libpng16] Update "last changed" comments. by Glenn Randers-Pehrson · 11 years ago
  16. 3f677d1 [libpng16] Bump version to 1.6.3beta01 by Glenn Randers-Pehrson · 11 years ago
  17. 809355b [libpng16] Imported from libpng-1.6.2.tar by Glenn Randers-Pehrson · 11 years ago
  18. e4413a7 [libpng16] Disallow storing sRGB information when the sRGB is not supported. by John Bowler · 11 years ago
  19. 7fdb594 [libpng16] Added #ifdef PNG_WRITE_sRGB_SUPPORTED, etc., tests where needed in by Glenn Randers-Pehrson · 11 years ago
  20. 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 11 years ago
  21. 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
  22. f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
  23. adb9613 [libpng16] Imported from libpng-1.6.1beta02.tar by Glenn Randers-Pehrson · 12 years ago
  24. 9e8fd50 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
  25. c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
  26. 9477ecd [libpng16] Updated copyright year to 2013 in newly-changed files by Glenn Randers-Pehrson · 12 years ago
  27. e9d6163 [libpng16] Fixed Windows build issues, enabled ARM compilation. Various warnings issued by John Bowler · 12 years ago
  28. 24639a6 [libpng16] Made default Zlib compression settings be configurable. This adds #defines to by John Bowler · 12 years ago
  29. 5c2d76f [libpng16] Use "FALL THROUGH" comment consistently in switch statements. by Glenn Randers-Pehrson · 12 years ago
  30. 1f84bd7 [libpng16] Change png_warning() to png_app_error() in pngwrite.c and comment by John Bowler · 12 years ago
  31. 70850fc [libpng16] Fixed error checking in the simplified write API (Olaf van der Spek) by John Bowler · 12 years ago
  32. ed3ca0e [libpng16] Fixed the simplified API example programs and improved the error by John Bowler · 12 years ago
  33. 4a6c6df [libpng16] Allow fine grain control of unknown chunk APIs. This change allows by John Bowler · 12 years ago
  34. 025d415 [libpng16] Folded long lines and fixed some grammar. by Glenn Randers-Pehrson · 12 years ago
  35. 810c995 [libpng16] Fixed some spelling errors. by Glenn Randers-Pehrson · 12 years ago
  36. e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
  37. dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
  38. 26849f4 [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), by Glenn Randers-Pehrson · 12 years ago
  39. 134c576 [libpng16] Fix new leak when text compression is disabled. by John Bowler · 12 years ago
  40. 4430b91 [libpng16] Restore info_ptr members that were deleted by the previous by Glenn Randers-Pehrson · 12 years ago
  41. 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
  42. 14ca47b [libpng16] Improved performance of new do_check_palette_indexes() function by Glenn Randers-Pehrson · 12 years ago
  43. 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 12 years ago
  44. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 12 years ago
  45. 42ed02e [libpng16] Reverted png_set_itxt(); it would not compile without warnings. by Glenn Randers-Pehrson · 12 years ago
  46. 31d6624 [libpng16] Added png_set_itxt() (work in progress) by Glenn Randers-Pehrson · 12 years ago
  47. aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 12 years ago
  48. 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
  49. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  50. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  51. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  52. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  53. cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
  54. 363ae65 [libpng16] Added tests for invalid palette index while reading and writing by Glenn Randers-Pehrson · 13 years ago
  55. dee7577 [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that by John Bowler · 13 years ago
  56. 1c25b9b [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removed by John Bowler · 13 years ago
  57. 5bc9038 [libpng16] Added color-map support to simplified API. by John Bowler · 13 years ago
  58. 04336ba [libpng16] Add palette support to the simplified APIs. This commit by John Bowler · 13 years ago
  59. 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
  60. 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
  61. d332c67 [libpng16] Start-up code size improvements, error handler flexibility. by John Bowler · 13 years ago
  62. 13831bc [libpng16] Updated "last changed" dates by Glenn Randers-Pehrson · 13 years ago
  63. baeb6d1 [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. by John Bowler · 13 years ago
  64. 3706d73 [libpng15] Allow row_stride==0 to indicate default stride in simplified API by John Bowler · 13 years ago
  65. 4fa96a4 [libpng15] Fixes for C++ compilation using g++ When libpng source is compiled by John Bowler · 13 years ago
  66. 18c5cfa [libpng15] Multiple transform bug fixes plus a work-round for double gamma by John Bowler · 13 years ago
  67. 89c2f84 [libpng15] Fix Windows builds, add pngstest to Visual Studio and OpenWatcom by John Bowler · 13 years ago
  68. 4be12aa [libpng15] Updated commentary by Glenn Randers-Pehrson · 13 years ago
  69. e6fb691 [libpng15] Fixes to alpha swap on read, simplified write and filler add code by John Bowler · 13 years ago
  70. dd81915 [libpng15] Corrections to the PNG_FORMAT_ values and code cleanup. by John Bowler · 13 years ago
  71. 3615d03 [libpng15] Fix PNG_SIMPLIFIED transformations, by John Bowler · 13 years ago
  72. efc4b69 [libpng15] Fixed some typos in comments. by Glenn Randers-Pehrson · 13 years ago
  73. 7875d53 [libpng15] Simplified read/write API initial version; basic read/write tested by John Bowler · 13 years ago
  74. 55e85c2 [libpng15] Imported from libpng-1.5.7beta01.tar by Glenn Randers-Pehrson · 13 years ago
  75. 2b7d730 [libpng15] Bump version to libpng-1.5.7beta01 by Glenn Randers-Pehrson · 13 years ago
  76. bc6726b [libpng15] Imported from libpng-1.5.6.tar by Glenn Randers-Pehrson · 13 years ago
  77. bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
  78. d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
  79. ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 13 years ago
  80. 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 13 years ago
  81. b2bee33 [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is by John Bowler · 13 years ago
  82. 36fa2a0 [devel] Check for up->location !PNG_AFTER_IDAT when writing unknown chunks by Glenn Randers-Pehrson · 13 years ago
  83. af855e4 [devel] Remove some trailing blanks. by Glenn Randers-Pehrson · 13 years ago
  84. c5bef94 [devel] IDAT compression failed if preceded by a compressed text chunk by John Bowler · 13 years ago
  85. 4753906 [devel] Update "last changed" dates and added CHANGES entry. by Glenn Randers-Pehrson · 13 years ago
  86. 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 13 years ago
  87. e6dc85b [devel] Changed png_struct jmp_buf member name to avoid clash with macro by John Bowler · 13 years ago
  88. 4a12f4a [devel] Cleanup of conditional compilation code and of background/gamma by John Bowler · 13 years ago
  89. 1345cbe [devel] Update change comments (1.5.2 -> 1.5.3) by Glenn Randers-Pehrson · 13 years ago
  90. 6b3d50b [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks. by Glenn Randers-Pehrson · 13 years ago
  91. 47dc5f7 [devel] Fix spelling in a comment. by Glenn Randers-Pehrson · 13 years ago
  92. 3d3aae1 --amend [devel] Imported from libpng-1.5.1.tar by Glenn Randers-Pehrson · 14 years ago
  93. b764c60 [devel] Imported from libpng-1.5.1beta03.tar by Glenn Randers-Pehrson · 14 years ago
  94. f5ea1b7 [devel] Imported from libpng-1.5.0.tar by Glenn Randers-Pehrson · 14 years ago
  95. 64b863c [devel] Update copyright year and bump to version libpng-1.5.0rc07 by Glenn Randers-Pehrson · 14 years ago
  96. d546f43 [devel] Added the private PNG_UNUSED() macro definition in pngpriv.h. by Glenn Randers-Pehrson · 14 years ago
  97. f0eda4e [devel] Imported from libpng-1.5.0beta51.tar by Glenn Randers-Pehrson · 14 years ago
  98. 7e1fabe [devel] Imported from libpng-1.5.0beta50.tar by Glenn Randers-Pehrson · 14 years ago
  99. 1b49a71 [devel] Imported from libpng-1.5.0beta49.tar by Glenn Randers-Pehrson · 14 years ago
  100. 83b4fc4 [devel] Imported from libpng-1.5.0beta48.tar by Glenn Randers-Pehrson · 14 years ago