1. ce9d8a3 [libpng16] Imported from libpng-1.6.0beta19.tar by Glenn Randers-Pehrson · 13 years ago
  2. eda53e5 [libpng16] Avoid the double gamma correction warning in the simplified API. by John Bowler · 13 years ago
  3. 2bc76ff [ibpng16] Added application error reporting and added chunk names to read by John Bowler · 13 years ago
  4. 66efa24 [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more by John Bowler · 13 years ago
  5. 0c11b5f [libpng16] Work around for duplicate row start calls; added warning messages. by John Bowler · 13 years ago
  6. f5dcba6 [libpng16] Never mind, undid previous change. by Glenn Randers-Pehrson · 13 years ago
  7. c26d6e9 [libpng16] Revised png_set_text_2() to avoid possible memory corruption by Glenn Randers-Pehrson · 13 years ago
  8. 42ed02e [libpng16] Reverted png_set_itxt(); it would not compile without warnings. by Glenn Randers-Pehrson · 13 years ago
  9. 31d6624 [libpng16] Added png_set_itxt() (work in progress) by Glenn Randers-Pehrson · 13 years ago
  10. d9d7a7e [libpng16] Fixed ANNOUNCE and CHANGES re simplified API and benign errors. by Glenn Randers-Pehrson · 13 years ago
  11. d15d124 [libpng16] Bump version to 1.6.0beta19 by Glenn Randers-Pehrson · 13 years ago
  12. dd6ecbe [libpng16] Imported from libpng-1.6.0beta18.tar by Glenn Randers-Pehrson · 13 years ago
  13. aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 13 years ago
  14. 209b3e4 [libpng16] Added output flushing to aid debugging under Visual Studio. by John Bowler · 13 years ago
  15. f2715a5 [libpng16] Revised example.c to put text strings in a temporary character array by Glenn Randers-Pehrson · 13 years ago
  16. 845ee6a [libpng16] Fixed a compiler warning under Cygwin (Windows-7, 32-bit system) by John Bowler · 13 years ago
  17. 9ff37ea [libpng16] Fix an off-by-one error in the palette index checking function. by John Bowler · 13 years ago
  18. 35f2e17 [libpng16] In pngtest, treat benign errors as errors if "-strict" is present. by Glenn Randers-Pehrson · 13 years ago
  19. 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
  20. 71db131 [libpng16] Bump version to 1.6.0beta18 by Glenn Randers-Pehrson · 13 years ago
  21. bf7661f [libpng16] Imported from libpng-1.6.0beta17.tar by Glenn Randers-Pehrson · 13 years ago
  22. 9066919 [libpng16] If benign errors are disabled use maximum window on ancillary by John Bowler · 13 years ago
  23. 1ffbe8c [libpng] Committed new contrib/libtests/makepng.c that was overlooked by John Bowler · 13 years ago
  24. 8d02159 [libpng16] Fixed manual assertion that all of our public macros begin with PNG_ by Glenn Randers-Pehrson · 13 years ago
  25. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  26. 6038b80 [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. by Glenn Randers-Pehrson · 13 years ago
  27. b57c1c9 [libpng16] Bump version to 1.6.0beta17 by Glenn Randers-Pehrson · 13 years ago
  28. 0c98cc7 [libpng16] Imported from libpng-1.6.0beta16.tar by Glenn Randers-Pehrson · 13 years ago
  29. 6225b0e [libpng16] Added code to validate the windowBits value passed to deflateInit2(). by John Bowler · 13 years ago
  30. d072048 [libpng16] Correct pngvalid error message by John Bowler · 13 years ago
  31. 7d4fbb2 [libpng16] Validate the zTXt strings in pngvalid. by John Bowler · 13 years ago
  32. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  33. e2ae0f2 [libpng16] Fix tarith argument parsing by John Bowler · 13 years ago
  34. d6cf3a3 [libpng16] Added a print out of the maximum observed error to 'tarith ascii' by John Bowler · 13 years ago
  35. e741cd5 [libpng16] Added contrib/libtests/tarith.c to test internal arithmetic by John Bowler · 13 years ago
  36. 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
  37. 29a6ba0 [libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with default by John Bowler · 13 years ago
  38. 434801a [libpng16] Bump version to 1.6.0beta16 by Glenn Randers-Pehrson · 13 years ago
  39. 79a1418 [libpng16] Revised scripts/pnglibconf.dfa by Glenn Randers-Pehrson · 13 years ago
  40. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  41. 8e92cd5 [libpng16] Bump version to 1.6.0beta16 by Glenn Randers-Pehrson · 13 years ago
  42. 363387c [libpng16] Imported from libpng-1.6.0beta15.tar by Glenn Randers-Pehrson · 13 years ago
  43. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  44. a0ddf0b [libpng16] Minor update to pngstest.c, chmod 755 gentests.sh by John Bowler · 13 years ago
  45. 5541ea8 [libpng16] Relocated declarations of index and padding in new index-checking by Glenn Randers-Pehrson · 13 years ago
  46. cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
  47. 363ae65 [libpng16] Added tests for invalid palette index while reading and writing by Glenn Randers-Pehrson · 13 years ago
  48. cb129a6 [libpng16] Improved pngstest fine tuning of error numbers, new test file by John Bowler · 13 years ago
  49. dee7577 [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that by John Bowler · 13 years ago
  50. 1c25b9b [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removed by John Bowler · 13 years ago
  51. 0a92b23 [libpng16] Rewrote pngstest.c for substantial speed improvement. by John Bowler · 13 years ago
  52. 5408b61 [libpng16] Removed unused "current_text" members of png_struct by Glenn Randers-Pehrson · 13 years ago
  53. b7e3205 [libpng16] Bump version to 1.6.0beta15 by Glenn Randers-Pehrson · 13 years ago
  54. faf38ee [libpng16] Imported from libpng-1.6.0beta14.tar by Glenn Randers-Pehrson · 13 years ago
  55. 9eb125e [libpng16] Updated Makefile.in by Glenn Randers-Pehrson · 13 years ago
  56. 203e6dd [libpng16] Checked in new Makefile.am that maintains pngusr.dfa by Glenn Randers-Pehrson · 13 years ago
  57. 16bb03b [libpng16] Bump version to 1.6.0beta14 by Glenn Randers-Pehrson · 13 years ago
  58. df44c4c [libpng16] Imported from libpng-1.6.0beta13.tar by Glenn Randers-Pehrson · 13 years ago
  59. 4690b89 [libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and new pngusr.dfa by Glenn Randers-Pehrson · 13 years ago
  60. 10c0693 [libpng16] Added PNG_SECURE feature to pnglibconf.dfa and new pngusr.dfa file by Glenn Randers-Pehrson · 13 years ago
  61. 17ba5de [libpng16] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from by Glenn Randers-Pehrson · 13 years ago
  62. 7d5bf79 [libpng16] Bump version to 1.6.0beta13 by Glenn Randers-Pehrson · 13 years ago
  63. a4badc4 [libpng16] Imported from libpng-1.6.0beta12.tar by Glenn Randers-Pehrson · 13 years ago
  64. b0606ea [libpng16] Increase num_palette to invalid_index + 1, not to invalid_index. by Glenn Randers-Pehrson · 13 years ago
  65. 566fb61 [libpng16] Bump version to 1.6.0beta12 by Glenn Randers-Pehrson · 13 years ago
  66. c737b7c [libpng16] Imported from libpng-1.6.0beta11.tar by Glenn Randers-Pehrson · 13 years ago
  67. 67dba43 [libpng16] Check for invalid palette index while reading paletted PNG. When by Glenn Randers-Pehrson · 13 years ago
  68. bce7988 [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or by John Bowler · 13 years ago
  69. 864270e [libpng16] Fixed a memory overwrite bug in simplified read of RGB PNG with by Glenn Randers-Pehrson · 13 years ago
  70. 74df4f1 [libpng16] Removed some unused arrays from png_read_push_finish_row(). by Glenn Randers-Pehrson · 13 years ago
  71. aa725a3 [libpng16] Corrected estimate of error in libpng png_set_rgb_to_gray API. by John Bowler · 13 years ago
  72. 5578c37 [libpng16] Updated documentation about the simplified API. by Glenn Randers-Pehrson · 13 years ago
  73. ce3c733 [libpng16] Revised test-pngstest.sh to report PASS/FAIL for each image. by Glenn Randers-Pehrson · 13 years ago
  74. c8348f8 [libpng16] Fix character count in pngstest command in by John Bowler · 13 years ago
  75. 612d52a [libpng16] Fixed some editing cruft in libpng-manual.txt and libpng.3 by Glenn Randers-Pehrson · 13 years ago
  76. 3449169 [libpng16] Bump version to 1.6.0beta11 by Glenn Randers-Pehrson · 13 years ago
  77. ead660a [libpng16] Imported from libpng-1.6.0beta10.tar by Glenn Randers-Pehrson · 13 years ago
  78. 04afaab [libpng16] Bump version to 1.6.0beta10 by Glenn Randers-Pehrson · 13 years ago
  79. 781a90b [libpng16] Updated list of test images in CMakeLists.txt by Glenn Randers-Pehrson · 13 years ago
  80. 61d7058 [libpng16] Added Z_SOLO for zlib-1.2.6+ and correct pngstest tests by John Bowler · 13 years ago
  81. db6850b [libpng16] Bump version to 1.6.0beta10 by Glenn Randers-Pehrson · 13 years ago
  82. eda298b [libpng] Note in CHANGES that Makefile.in and configure were reverted by Glenn Randers-Pehrson · 13 years ago
  83. 516c9c9 [libpng16] Attempt to fix problem with autogen.sh by John Bowler · 13 years ago
  84. 0d4d0b4 [libpng16] Bump version to libpng-1.6.0beta09.tar by Glenn Randers-Pehrson · 13 years ago
  85. 5bffd6c [libpng16] Imported from libpng-1.6.0beta08.tar by Glenn Randers-Pehrson · 13 years ago
  86. 816ff32 [libpng16] Updated CHANGES and ANNOUNCE with new information about autogen.sh by Glenn Randers-Pehrson · 13 years ago
  87. 34dca8f [libpng16] Updated INSTALL to explain that autogen.sh must be run in a GIT by Glenn Randers-Pehrson · 13 years ago
  88. 3167541 [libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.h by John Bowler · 13 years ago
  89. 6437604 [libpng16] Fix comment in scripts/pnglibconf.dfa by John Bowler · 13 years ago
  90. 2dd49fb [libpng16] Updated "ftbb*.png" list in the owatcom and vstudio projects. by Glenn Randers-Pehrson · 13 years ago
  91. f1c0678 [libpng16] Fixed non-configure builds (don't include pngprefix.h in them) by John Bowler · 13 years ago
  92. 42369cc [libpng16] Added symbol prefixing that allows all the libpng external symbols by John Bowler · 13 years ago
  93. 572b078 [libpng16] Cleaned up pngpriv.h to consistently declare all functions and data. by John Bowler · 13 years ago
  94. 40ca77a [libpng16] Improved pngstest speed by not doing redundant tests and add const by John Bowler · 13 years ago
  95. 05cbe5a [libpng16] Moved automake options to AM_INIT_AUTOMAKE in configure.ac by John Bowler · 13 years ago
  96. 5cdff41 [libpng16] Divide pngstest into separate runs for basic and transparent images. by Glenn Randers-Pehrson · 13 years ago
  97. feecc89 [libpng16] Check libtool/libtoolize version number (2.4.2) in configure.ac by John Bowler · 13 years ago
  98. 3a1d63d [libpng16] Fixed Image::colormap misalignment in pngstest.c by John Bowler · 13 years ago
  99. 573a511 [libpng16] bump version to 1.6.0beta08 by Glenn Randers-Pehrson · 13 years ago
  100. 6690011 [libpng16] Imported from libpng-1.6.0beta07.tar by Glenn Randers-Pehrson · 13 years ago