1. 0a9f26e [libpng16] Do not use __restrict when GNUC is <= 3.1 by Glenn Randers-Pehrson · 12 years ago
  2. 05ed18e [libpng16] Bump version to 1.6.0beta27 by Glenn Randers-Pehrson · 12 years ago
  3. edb3523 [libpng16] Imported from libpng-1.6.0beta26.tar by Glenn Randers-Pehrson · 12 years ago
  4. 46cb510 [libpng16] Moved scripts/chkfmt to contrib/tools. by Glenn Randers-Pehrson · 12 years ago
  5. 5845d3e [libpng16] Removed scripts/makefile.cegcc from the *.zip and *.7z by Glenn Randers-Pehrson · 12 years ago
  6. 4a37149 [libpng16] Bump version to 1.6.0beta26 by Glenn Randers-Pehrson · 12 years ago
  7. 96b9170 [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 means by Glenn Randers-Pehrson · 12 years ago
  8. 0546e4e [libpng16] Document deprecation of png_convert_to_rfc1123() and its by Glenn Randers-Pehrson · 12 years ago
  9. d630301 [libpng16] Bump version to 1.6.0beta25 by Glenn Randers-Pehrson · 12 years ago
  10. 905cc94 [libpng16] Don't check palette indexes if num_palette is 0 (as it can be in by Glenn Randers-Pehrson · 12 years ago
  11. 8f424b8 [libpng16] Bump version to 1.6.0beta24 by Glenn Randers-Pehrson · 12 years ago
  12. 14ca47b [libpng16] Improved performance of new do_check_palette_indexes() function by Glenn Randers-Pehrson · 12 years ago
  13. b1e7771 [libpng16] Do not depend upon a GCC feature macro being available for use in by Glenn Randers-Pehrson · 12 years ago
  14. ff7b7ba [libpng16] Made fixes for new optimization warnings from gcc 4.7.0. by Glenn Randers-Pehrson · 12 years ago
  15. 1935d07 [libpng16] Revised CMakeLists.txt to not attempt to make a symlink under mingw. by Glenn Randers-Pehrson · 12 years ago
  16. 04c1c07 [libpng16] Bump version to 1.6.0beta23 by Glenn Randers-Pehrson · 12 years ago
  17. 8f4d672 [libpng16] Imported from libpng-1.6.0beta22.tar by Glenn Randers-Pehrson · 12 years ago
  18. b454169 [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns by John Bowler · 13 years ago
  19. 040575c [libpng16] Bump version to 1.6.0beta22 by Glenn Randers-Pehrson · 13 years ago
  20. bc2a57f [libpng16] Changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE in by Glenn Randers-Pehrson · 13 years ago
  21. cd39adb [libpng16] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around by Glenn Randers-Pehrson · 13 years ago
  22. b4f5c42 [libpng16] Revised scripts/makefile.darwin: use system zlib; remove quotes by Glenn Randers-Pehrson · 13 years ago
  23. e243a1f [libpng16] Enable png_set_check_for_invalid_index() for both read and write. by Glenn Randers-Pehrson · 13 years ago
  24. f229d4d [libpng16] Bump version to 1.6.0beta21 by Glenn Randers-Pehrson · 13 years ago
  25. 96027d9 [libpng16] Imported from libpng-1.6.0beta20.tar by Glenn Randers-Pehrson · 13 years ago
  26. 58f277c [libpng16] Revised png_set_text_2() to avoid potential memory corruption. by Glenn Randers-Pehrson · 13 years ago
  27. 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 13 years ago
  28. 23a30f8 [libpng16] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice. by John Bowler · 13 years ago
  29. 4801561 [libpng16] Recognize known sRGB ICC profiles while reading and issue a warning by Glenn Randers-Pehrson · 13 years ago
  30. 13a87d9 [libpng16] Fixed ICC profile parsing and sRGB profile recognition by John Bowler · 13 years ago
  31. 51d1e2b [libng16] Added checksum-icc.c to contrib/libtests by John Bowler · 13 years ago
  32. 8fbd60d [libpng16] Recognize known sRGB ICC profiles while reading and handle them as by Glenn Randers-Pehrson · 13 years ago
  33. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 13 years ago
  34. 5162496 [libpng16] Bump version to 1.6.0beta20 by Glenn Randers-Pehrson · 13 years ago
  35. eda53e5 [libpng16] Avoid the double gamma correction warning in the simplified API. by John Bowler · 13 years ago
  36. 2bc76ff [ibpng16] Added application error reporting and added chunk names to read by John Bowler · 13 years ago
  37. 66efa24 [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more by John Bowler · 13 years ago
  38. 0c11b5f [libpng16] Work around for duplicate row start calls; added warning messages. by John Bowler · 13 years ago
  39. f5dcba6 [libpng16] Never mind, undid previous change. by Glenn Randers-Pehrson · 13 years ago
  40. c26d6e9 [libpng16] Revised png_set_text_2() to avoid possible memory corruption by Glenn Randers-Pehrson · 13 years ago
  41. 42ed02e [libpng16] Reverted png_set_itxt(); it would not compile without warnings. by Glenn Randers-Pehrson · 13 years ago
  42. 31d6624 [libpng16] Added png_set_itxt() (work in progress) by Glenn Randers-Pehrson · 13 years ago
  43. d9d7a7e [libpng16] Fixed ANNOUNCE and CHANGES re simplified API and benign errors. by Glenn Randers-Pehrson · 13 years ago
  44. d15d124 [libpng16] Bump version to 1.6.0beta19 by Glenn Randers-Pehrson · 13 years ago
  45. aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 13 years ago
  46. 209b3e4 [libpng16] Added output flushing to aid debugging under Visual Studio. by John Bowler · 13 years ago
  47. f2715a5 [libpng16] Revised example.c to put text strings in a temporary character array by Glenn Randers-Pehrson · 13 years ago
  48. 845ee6a [libpng16] Fixed a compiler warning under Cygwin (Windows-7, 32-bit system) by John Bowler · 13 years ago
  49. 9ff37ea [libpng16] Fix an off-by-one error in the palette index checking function. by John Bowler · 13 years ago
  50. 35f2e17 [libpng16] In pngtest, treat benign errors as errors if "-strict" is present. by Glenn Randers-Pehrson · 13 years ago
  51. 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
  52. 71db131 [libpng16] Bump version to 1.6.0beta18 by Glenn Randers-Pehrson · 13 years ago
  53. 9066919 [libpng16] If benign errors are disabled use maximum window on ancillary by John Bowler · 13 years ago
  54. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  55. 6038b80 [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. by Glenn Randers-Pehrson · 13 years ago
  56. b57c1c9 [libpng16] Bump version to 1.6.0beta17 by Glenn Randers-Pehrson · 13 years ago
  57. 6225b0e [libpng16] Added code to validate the windowBits value passed to deflateInit2(). by John Bowler · 13 years ago
  58. 7d4fbb2 [libpng16] Validate the zTXt strings in pngvalid. by John Bowler · 13 years ago
  59. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  60. e741cd5 [libpng16] Added contrib/libtests/tarith.c to test internal arithmetic by John Bowler · 13 years ago
  61. 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
  62. 29a6ba0 [libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with default by John Bowler · 13 years ago
  63. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  64. 8e92cd5 [libpng16] Bump version to 1.6.0beta16 by Glenn Randers-Pehrson · 13 years ago
  65. 363387c [libpng16] Imported from libpng-1.6.0beta15.tar by Glenn Randers-Pehrson · 13 years ago
  66. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  67. cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
  68. 363ae65 [libpng16] Added tests for invalid palette index while reading and writing by Glenn Randers-Pehrson · 13 years ago
  69. cb129a6 [libpng16] Improved pngstest fine tuning of error numbers, new test file by John Bowler · 13 years ago
  70. dee7577 [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that by John Bowler · 13 years ago
  71. 1c25b9b [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removed by John Bowler · 13 years ago
  72. 0a92b23 [libpng16] Rewrote pngstest.c for substantial speed improvement. by John Bowler · 13 years ago
  73. 5408b61 [libpng16] Removed unused "current_text" members of png_struct by Glenn Randers-Pehrson · 13 years ago
  74. b7e3205 [libpng16] Bump version to 1.6.0beta15 by Glenn Randers-Pehrson · 13 years ago
  75. faf38ee [libpng16] Imported from libpng-1.6.0beta14.tar by Glenn Randers-Pehrson · 13 years ago
  76. 9eb125e [libpng16] Updated Makefile.in by Glenn Randers-Pehrson · 13 years ago
  77. 16bb03b [libpng16] Bump version to 1.6.0beta14 by Glenn Randers-Pehrson · 13 years ago
  78. 4690b89 [libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and new pngusr.dfa by Glenn Randers-Pehrson · 13 years ago
  79. 10c0693 [libpng16] Added PNG_SECURE feature to pnglibconf.dfa and new pngusr.dfa file by Glenn Randers-Pehrson · 13 years ago
  80. 17ba5de [libpng16] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from by Glenn Randers-Pehrson · 13 years ago
  81. 7d5bf79 [libpng16] Bump version to 1.6.0beta13 by Glenn Randers-Pehrson · 13 years ago
  82. a4badc4 [libpng16] Imported from libpng-1.6.0beta12.tar by Glenn Randers-Pehrson · 13 years ago
  83. b0606ea [libpng16] Increase num_palette to invalid_index + 1, not to invalid_index. by Glenn Randers-Pehrson · 13 years ago
  84. 566fb61 [libpng16] Bump version to 1.6.0beta12 by Glenn Randers-Pehrson · 13 years ago
  85. 67dba43 [libpng16] Check for invalid palette index while reading paletted PNG. When by Glenn Randers-Pehrson · 13 years ago
  86. bce7988 [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or by John Bowler · 13 years ago
  87. 864270e [libpng16] Fixed a memory overwrite bug in simplified read of RGB PNG with by Glenn Randers-Pehrson · 13 years ago
  88. aa725a3 [libpng16] Corrected estimate of error in libpng png_set_rgb_to_gray API. by John Bowler · 13 years ago
  89. 5578c37 [libpng16] Updated documentation about the simplified API. by Glenn Randers-Pehrson · 13 years ago
  90. ce3c733 [libpng16] Revised test-pngstest.sh to report PASS/FAIL for each image. by Glenn Randers-Pehrson · 13 years ago
  91. c8348f8 [libpng16] Fix character count in pngstest command in by John Bowler · 13 years ago
  92. 3449169 [libpng16] Bump version to 1.6.0beta11 by Glenn Randers-Pehrson · 13 years ago
  93. ead660a [libpng16] Imported from libpng-1.6.0beta10.tar by Glenn Randers-Pehrson · 13 years ago
  94. 04afaab [libpng16] Bump version to 1.6.0beta10 by Glenn Randers-Pehrson · 13 years ago
  95. 781a90b [libpng16] Updated list of test images in CMakeLists.txt by Glenn Randers-Pehrson · 13 years ago
  96. 61d7058 [libpng16] Added Z_SOLO for zlib-1.2.6+ and correct pngstest tests by John Bowler · 13 years ago
  97. db6850b [libpng16] Bump version to 1.6.0beta10 by Glenn Randers-Pehrson · 13 years ago
  98. eda298b [libpng] Note in CHANGES that Makefile.in and configure were reverted by Glenn Randers-Pehrson · 13 years ago
  99. 0d4d0b4 [libpng16] Bump version to libpng-1.6.0beta09.tar by Glenn Randers-Pehrson · 13 years ago
  100. 816ff32 [libpng16] Updated CHANGES and ANNOUNCE with new information about autogen.sh by Glenn Randers-Pehrson · 13 years ago