1. 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 11 years ago
  2. 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 11 years ago
  3. 3e753eb [libpng16] Imported from libpng-1.6.9.tar by Glenn Randers-Pehrson · 11 years ago
  4. b91528d [libpng16] Quiet an uninitialized memory warning from VC2013 in png_get_png(). by Glenn Randers-Pehrson · 11 years ago
  5. 95a1973 [libpng16] Updated copyright year in recently-changed files. by Glenn Randers-Pehrson · 11 years ago
  6. 38f4940 [libpng16] Update "last changed" dates in recently-patched files. by Glenn Randers-Pehrson · 11 years ago
  7. c10930a [libpng16] Bookkeeping: Moved functions around (no changes). Moved transform by John Bowler · 11 years ago
  8. be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
  9. 3f8a2ed [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments" by Glenn Randers-Pehrson · 11 years ago
  10. aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
  11. c912050 [libpng16] Fixed 'minimal' builds. Various obviously useful minimal by Glenn Randers-Pehrson · 11 years ago
  12. 3244020 [libpng16] Imported from libpng-1.6.4beta01.tar by Glenn Randers-Pehrson · 11 years ago
  13. 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 11 years ago
  14. 59ae389 [libpng16] Corrected simplified API default gamma for color-mapped output, added by John Bowler · 12 years ago
  15. 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
  16. f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
  17. adb9613 [libpng16] Imported from libpng-1.6.1beta02.tar by Glenn Randers-Pehrson · 12 years ago
  18. b4ef7c4 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
  19. 9e8fd50 [libpng16] Use parentheses consistently in "#if defined()" tests. by Glenn Randers-Pehrson · 12 years ago
  20. c53778f [libpng16] Imported from libpng-1.6.0.tar by Glenn Randers-Pehrson · 12 years ago
  21. 9477ecd [libpng16] Updated copyright year to 2013 in newly-changed files by Glenn Randers-Pehrson · 12 years ago
  22. b98681b [libpng16] Improved ICC profile handling including cHRM chunk generation and by John Bowler · 12 years ago
  23. ed3ca0e [libpng16] Fixed the simplified API example programs and improved the error by John Bowler · 12 years ago
  24. 025d415 [libpng16] Folded long lines and fixed some grammar. by Glenn Randers-Pehrson · 12 years ago
  25. e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
  26. dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
  27. 26849f4 [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), by Glenn Randers-Pehrson · 12 years ago
  28. 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
  29. 96b9170 [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 means by Glenn Randers-Pehrson · 12 years ago
  30. 05af5cd [libpng16] Fixed some typos and grammar in manual and comments by Glenn Randers-Pehrson · 12 years ago
  31. b454169 [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns by John Bowler · 12 years ago
  32. 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 12 years ago
  33. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 12 years ago
  34. eda53e5 [libpng16] Avoid the double gamma correction warning in the simplified API. by John Bowler · 12 years ago
  35. 2bc76ff [ibpng16] Added application error reporting and added chunk names to read by John Bowler · 12 years ago
  36. 66efa24 [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more by John Bowler · 12 years ago
  37. 0c11b5f [libpng16] Work around for duplicate row start calls; added warning messages. by John Bowler · 12 years ago
  38. aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 12 years ago
  39. 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
  40. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  41. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  42. 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
  43. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  44. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  45. 5408b61 [libpng16] Removed unused "current_text" members of png_struct by Glenn Randers-Pehrson · 13 years ago
  46. a4badc4 [libpng16] Imported from libpng-1.6.0beta12.tar by Glenn Randers-Pehrson · 13 years ago
  47. b0606ea [libpng16] Increase num_palette to invalid_index + 1, not to invalid_index. by Glenn Randers-Pehrson · 13 years ago
  48. 67dba43 [libpng16] Check for invalid palette index while reading paletted PNG. When by Glenn Randers-Pehrson · 13 years ago
  49. 864270e [libpng16] Fixed a memory overwrite bug in simplified read of RGB PNG with by Glenn Randers-Pehrson · 13 years ago
  50. 40ca77a [libpng16] Improved pngstest speed by not doing redundant tests and add const by John Bowler · 13 years ago
  51. 5bc9038 [libpng16] Added color-map support to simplified API. by John Bowler · 13 years ago
  52. 04336ba [libpng16] Add palette support to the simplified APIs. This commit by John Bowler · 13 years ago
  53. 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
  54. 4f67e40 [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs. by John Bowler · 13 years ago
  55. a5bf4e3 [libpng16] Initialize "passes" variable in pngread.c to avoid compiler warning. by Glenn Randers-Pehrson · 13 years ago
  56. 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
  57. 40b2603 [libpng16] Start-up code size improvements, error handler flexibility. These by John Bowler · 13 years ago
  58. 1d7f56a [libpng16] Failed to commit pngread.c from latest patch. by John Bowler · 13 years ago
  59. 13831bc [libpng16] Updated "last changed" dates by Glenn Randers-Pehrson · 13 years ago
  60. baeb6d1 [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. by John Bowler · 13 years ago
  61. 7455cbf [libpng16] Update internal version numbering and SO-numbers by Glenn Randers-Pehrson · 13 years ago
  62. 3706d73 [libpng15] Allow row_stride==0 to indicate default stride in simplified API by John Bowler · 13 years ago
  63. 4fa96a4 [libpng15] Fixes for C++ compilation using g++ When libpng source is compiled by John Bowler · 13 years ago
  64. 18c5cfa [libpng15] Multiple transform bug fixes plus a work-round for double gamma by John Bowler · 13 years ago
  65. 89c2f84 [libpng15] Fix Windows builds, add pngstest to Visual Studio and OpenWatcom by John Bowler · 13 years ago
  66. 6d8e090 [libpng15] Imported from libpng-1.5.7beta02.tar by Glenn Randers-Pehrson · 13 years ago
  67. d3feb52 [libpng15] Ignore unused chunks in the new simplified read API. by Glenn Randers-Pehrson · 13 years ago
  68. 84b0da9 [libpng15] Updated commentary about new API 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. 3615d03 [libpng15] Fix PNG_SIMPLIFIED transformations, by John Bowler · 13 years ago
  71. efc4b69 [libpng15] Fixed some typos in comments. by Glenn Randers-Pehrson · 13 years ago
  72. 7875d53 [libpng15] Simplified read/write API initial version; basic read/write tested by John Bowler · 13 years ago
  73. 55e85c2 [libpng15] Imported from libpng-1.5.7beta01.tar by Glenn Randers-Pehrson · 13 years ago
  74. d3a9480 [libpng15] Added support for ARM processor (Mans Rullgard) by Mans Rullgard · 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. 1c42276 [libpng15] New png_struct member png_ptr->old_prev_row by Mans Rullgard · 13 years ago
  78. 07772cb [libpng15] Fixes for multiple calls to png_read_update_info. by John Bowler · 13 years ago
  79. 3dbfd30 [libpng15] Removed two redundant tests for unitialized row. by Glenn Randers-Pehrson · 13 years ago
  80. 65c0339 [libpng15] Speed up png_combine_row() for interlaced images. This reduces the by Glenn Randers-Pehrson · 13 years ago
  81. bb5cb14 [libpng15] Bump version to libpng-1.5.6beta02 by Glenn Randers-Pehrson · 13 years ago
  82. d404b6d [devel] Imported from libpng-1.5.4.tar by Glenn Randers-Pehrson · 13 years ago
  83. 8d26126 [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL. by John Bowler · 13 years ago
  84. aee83b4 [devel] Fixed buffer bug (both the strip_16 and scale_16 transforms were by Glenn Randers-Pehrson · 13 years ago
  85. 6da2f2d [devel] Fix more inconsistencies from the swap of 16_TO_8 APIs. by Glenn Randers-Pehrson · 13 years ago
  86. ab63dd0 [devel] Renamed png_set_chop_16() to png_set_strip_16(). by Glenn Randers-Pehrson · 13 years ago
  87. a7428d4 [devel] Renamed png_set_strip_16() to png_set_scale_16(). by Glenn Randers-Pehrson · 13 years ago
  88. 5f0b927 [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again. by Glenn Randers-Pehrson · 13 years ago
  89. ef217b7 [devel] Updated comments that mention 1.5.3; changed them to 1.5.4. by Glenn Randers-Pehrson · 13 years ago
  90. b0791f7 [devel] Added PNG_TRANSFORM_CHOP_16 to the high-level read transforms. by Glenn Randers-Pehrson · 13 years ago
  91. 550bab0 [devel] Removed the ACCURATE and LEGACY options (they are no longer useable) by John Bowler · 13 years ago
  92. 55fbff3 [devel] Consistently use "n-bit", not "n bit" in comments. by Glenn Randers-Pehrson · 13 years ago
  93. 96cec0e [devel] Added expand_16 suppport to the high level interface. by John Bowler · 13 years ago
  94. 4753906 [devel] Update "last changed" dates and added CHANGES entry. by Glenn Randers-Pehrson · 13 years ago
  95. 88b77cc [devel] Remove png_snprintf, add formatted warning messages. by John Bowler · 13 years ago
  96. e6dc85b [devel] Changed png_struct jmp_buf member name to avoid clash with macro by John Bowler · 13 years ago
  97. 4a12f4a [devel] Cleanup of conditional compilation code and of background/gamma by John Bowler · 13 years ago
  98. dcc3505 [devel] Imported from libpng-1.5.2.tar by Glenn Randers-Pehrson · 13 years ago
  99. f3dd1cc [devel] Imported from libpng-1.5.2rc01.tar by Glenn Randers-Pehrson · 13 years ago
  100. cad6798 [devel] Imported from libpng-1.5.2beta01.tar by Glenn Randers-Pehrson · 14 years ago