1. cad0150 [libpng16] Corrected handling of row_pointers in example.c and added some by Glenn Randers-Pehrson · 13 years ago
  2. ee427ad [libpng16] Add information about png_calloc() to the manual. by Glenn Randers-Pehrson · 13 years ago
  3. 01b8130 [libpng16] Removed references to png_zalloc() and png_zfree() from the manual. by Glenn Randers-Pehrson · 13 years ago
  4. 449db5a [libpng16] Check for existence of __GNUC_MINOR__ before testing its value by Glenn Randers-Pehrson · 13 years ago
  5. 80b67e4 [libpng16] Added default blank "#define PNG_RESTRICT" to pngconf.h by Glenn Randers-Pehrson · 13 years ago
  6. 0a9f26e [libpng16] Do not use __restrict when GNUC is <= 3.1 by Glenn Randers-Pehrson · 13 years ago
  7. 05ed18e [libpng16] Bump version to 1.6.0beta27 by Glenn Randers-Pehrson · 13 years ago
  8. edb3523 [libpng16] Imported from libpng-1.6.0beta26.tar by Glenn Randers-Pehrson · 13 years ago
  9. 46cb510 [libpng16] Moved scripts/chkfmt to contrib/tools. by Glenn Randers-Pehrson · 13 years ago
  10. 5845d3e [libpng16] Removed scripts/makefile.cegcc from the *.zip and *.7z by Glenn Randers-Pehrson · 13 years ago
  11. 4a37149 [libpng16] Bump version to 1.6.0beta26 by Glenn Randers-Pehrson · 13 years ago
  12. fc58b17 [libpng16] Imported from libpng-1.6.0beta25.tar by Glenn Randers-Pehrson · 13 years ago
  13. 96b9170 [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 means by Glenn Randers-Pehrson · 13 years ago
  14. 0546e4e [libpng16] Document deprecation of png_convert_to_rfc1123() and its by Glenn Randers-Pehrson · 13 years ago
  15. 05af5cd [libpng16] Fixed some typos and grammar in manual and comments by Glenn Randers-Pehrson · 13 years ago
  16. d630301 [libpng16] Bump version to 1.6.0beta25 by Glenn Randers-Pehrson · 13 years ago
  17. 2ec8409 [libpng16] Imported from libpng-1.6.0beta24.tar by Glenn Randers-Pehrson · 13 years ago
  18. 905cc94 [libpng16] Don't check palette indexes if num_palette is 0 (as it can be in by Glenn Randers-Pehrson · 13 years ago
  19. 8f424b8 [libpng16] Bump version to 1.6.0beta24 by Glenn Randers-Pehrson · 13 years ago
  20. cc46157 [libpng16] Imported from libpng-1.6.0beta23.tar by Glenn Randers-Pehrson · 13 years ago
  21. 14ca47b [libpng16] Improved performance of new do_check_palette_indexes() function by Glenn Randers-Pehrson · 13 years ago
  22. b1e7771 [libpng16] Do not depend upon a GCC feature macro being available for use in by Glenn Randers-Pehrson · 13 years ago
  23. ff7b7ba [libpng16] Made fixes for new optimization warnings from gcc 4.7.0. by Glenn Randers-Pehrson · 13 years ago
  24. 1935d07 [libpng16] Revised CMakeLists.txt to not attempt to make a symlink under mingw. by Glenn Randers-Pehrson · 13 years ago
  25. 04c1c07 [libpng16] Bump version to 1.6.0beta23 by Glenn Randers-Pehrson · 13 years ago
  26. 8f4d672 [libpng16] Imported from libpng-1.6.0beta22.tar by Glenn Randers-Pehrson · 13 years ago
  27. 15f6fd3 [libpng16] checked in contrib/libtests/pngstest.c which was omitted by John Bowler · 13 years ago
  28. b454169 [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns by John Bowler · 13 years ago
  29. 040575c [libpng16] Bump version to 1.6.0beta22 by Glenn Randers-Pehrson · 13 years ago
  30. 4330905 [libpng16] Imported from libpng-1.6.0beta21.tar by Glenn Randers-Pehrson · 13 years ago
  31. bc2a57f [libpng16] Changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILE in by Glenn Randers-Pehrson · 13 years ago
  32. 56f22f4 [libpng16] Added -lssp_nonshared in a comment in scripts/makefile.freebsd by Glenn Randers-Pehrson · 13 years ago
  33. cd39adb [libpng16] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around by Glenn Randers-Pehrson · 13 years ago
  34. b4f5c42 [libpng16] Revised scripts/makefile.darwin: use system zlib; remove quotes by Glenn Randers-Pehrson · 13 years ago
  35. e243a1f [libpng16] Enable png_set_check_for_invalid_index() for both read and write. by Glenn Randers-Pehrson · 13 years ago
  36. 747b554 [libpng16] Edited new commentary in png.c by Glenn Randers-Pehrson · 13 years ago
  37. f229d4d [libpng16] Bump version to 1.6.0beta21 by Glenn Randers-Pehrson · 13 years ago
  38. 96027d9 [libpng16] Imported from libpng-1.6.0beta20.tar by Glenn Randers-Pehrson · 13 years ago
  39. 58f277c [libpng16] Revised png_set_text_2() to avoid potential memory corruption. by Glenn Randers-Pehrson · 13 years ago
  40. 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 13 years ago
  41. 23a30f8 [libpng16] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice. by John Bowler · 13 years ago
  42. 4801561 [libpng16] Recognize known sRGB ICC profiles while reading and issue a warning by Glenn Randers-Pehrson · 13 years ago
  43. 13a87d9 [libpng16] Fixed ICC profile parsing and sRGB profile recognition by John Bowler · 13 years ago
  44. c1217ee [libpng16] Write the profile MD5s from checksum-icc (and the date) by John Bowler · 13 years ago
  45. 51d1e2b [libng16] Added checksum-icc.c to contrib/libtests by John Bowler · 13 years ago
  46. f7677a3 [libpng16] Use uLong 64 bits for crc32 return in profile check by John Bowler · 13 years ago
  47. 8fbd60d [libpng16] Recognize known sRGB ICC profiles while reading and handle them as by Glenn Randers-Pehrson · 13 years ago
  48. b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 13 years ago
  49. 5162496 [libpng16] Bump version to 1.6.0beta20 by Glenn Randers-Pehrson · 13 years ago
  50. ce9d8a3 [libpng16] Imported from libpng-1.6.0beta19.tar by Glenn Randers-Pehrson · 13 years ago
  51. eda53e5 [libpng16] Avoid the double gamma correction warning in the simplified API. by John Bowler · 13 years ago
  52. 2bc76ff [ibpng16] Added application error reporting and added chunk names to read by John Bowler · 13 years ago
  53. 66efa24 [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more by John Bowler · 13 years ago
  54. 0c11b5f [libpng16] Work around for duplicate row start calls; added warning messages. by John Bowler · 13 years ago
  55. f5dcba6 [libpng16] Never mind, undid previous change. by Glenn Randers-Pehrson · 13 years ago
  56. c26d6e9 [libpng16] Revised png_set_text_2() to avoid possible memory corruption by Glenn Randers-Pehrson · 13 years ago
  57. 42ed02e [libpng16] Reverted png_set_itxt(); it would not compile without warnings. by Glenn Randers-Pehrson · 13 years ago
  58. 31d6624 [libpng16] Added png_set_itxt() (work in progress) by Glenn Randers-Pehrson · 13 years ago
  59. d9d7a7e [libpng16] Fixed ANNOUNCE and CHANGES re simplified API and benign errors. by Glenn Randers-Pehrson · 13 years ago
  60. d15d124 [libpng16] Bump version to 1.6.0beta19 by Glenn Randers-Pehrson · 13 years ago
  61. dd6ecbe [libpng16] Imported from libpng-1.6.0beta18.tar by Glenn Randers-Pehrson · 13 years ago
  62. aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 13 years ago
  63. 209b3e4 [libpng16] Added output flushing to aid debugging under Visual Studio. by John Bowler · 13 years ago
  64. f2715a5 [libpng16] Revised example.c to put text strings in a temporary character array by Glenn Randers-Pehrson · 13 years ago
  65. 845ee6a [libpng16] Fixed a compiler warning under Cygwin (Windows-7, 32-bit system) by John Bowler · 13 years ago
  66. 9ff37ea [libpng16] Fix an off-by-one error in the palette index checking function. by John Bowler · 13 years ago
  67. 35f2e17 [libpng16] In pngtest, treat benign errors as errors if "-strict" is present. by Glenn Randers-Pehrson · 13 years ago
  68. 945cb1f [libpng16] Issue a png_benign_error() instead of png_warning() about bad by Glenn Randers-Pehrson · 13 years ago
  69. 71db131 [libpng16] Bump version to 1.6.0beta18 by Glenn Randers-Pehrson · 13 years ago
  70. bf7661f [libpng16] Imported from libpng-1.6.0beta17.tar by Glenn Randers-Pehrson · 13 years ago
  71. 9066919 [libpng16] If benign errors are disabled use maximum window on ancillary by John Bowler · 13 years ago
  72. 1ffbe8c [libpng] Committed new contrib/libtests/makepng.c that was overlooked by John Bowler · 13 years ago
  73. 8d02159 [libpng16] Fixed manual assertion that all of our public macros begin with PNG_ by Glenn Randers-Pehrson · 13 years ago
  74. b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
  75. 6038b80 [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. by Glenn Randers-Pehrson · 13 years ago
  76. b57c1c9 [libpng16] Bump version to 1.6.0beta17 by Glenn Randers-Pehrson · 13 years ago
  77. 0c98cc7 [libpng16] Imported from libpng-1.6.0beta16.tar by Glenn Randers-Pehrson · 13 years ago
  78. 6225b0e [libpng16] Added code to validate the windowBits value passed to deflateInit2(). by John Bowler · 13 years ago
  79. d072048 [libpng16] Correct pngvalid error message by John Bowler · 13 years ago
  80. 7d4fbb2 [libpng16] Validate the zTXt strings in pngvalid. by John Bowler · 13 years ago
  81. 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
  82. e2ae0f2 [libpng16] Fix tarith argument parsing by John Bowler · 13 years ago
  83. d6cf3a3 [libpng16] Added a print out of the maximum observed error to 'tarith ascii' by John Bowler · 13 years ago
  84. e741cd5 [libpng16] Added contrib/libtests/tarith.c to test internal arithmetic by John Bowler · 13 years ago
  85. 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
  86. 29a6ba0 [libpng16] Fixed build warnings (MSVC, GCC, GCC v3). Cygwin GCC with default by John Bowler · 13 years ago
  87. 434801a [libpng16] Bump version to 1.6.0beta16 by Glenn Randers-Pehrson · 13 years ago
  88. 79a1418 [libpng16] Revised scripts/pnglibconf.dfa by Glenn Randers-Pehrson · 13 years ago
  89. eeb1bb6 [libng16] Added palette-index checking while writing. by Glenn Randers-Pehrson · 13 years ago
  90. 8e92cd5 [libpng16] Bump version to 1.6.0beta16 by Glenn Randers-Pehrson · 13 years ago
  91. 363387c [libpng16] Imported from libpng-1.6.0beta15.tar by Glenn Randers-Pehrson · 13 years ago
  92. 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
  93. a0ddf0b [libpng16] Minor update to pngstest.c, chmod 755 gentests.sh by John Bowler · 13 years ago
  94. 5541ea8 [libpng16] Relocated declarations of index and padding in new index-checking by Glenn Randers-Pehrson · 13 years ago
  95. cf49919 [libpng16] Fixed some bugs in ICC profile writing. The code should now accept by John Bowler · 13 years ago
  96. 363ae65 [libpng16] Added tests for invalid palette index while reading and writing by Glenn Randers-Pehrson · 13 years ago
  97. cb129a6 [libpng16] Improved pngstest fine tuning of error numbers, new test file by John Bowler · 13 years ago
  98. dee7577 [libpng16] Added PNG_IMAGE_FLAG_FAST for the benefit of applications that by John Bowler · 13 years ago
  99. 1c25b9b [libpng16] Fixed transparent pixel and 16-bit rgb tests in pngstest and removed by John Bowler · 13 years ago
  100. 0a92b23 [libpng16] Rewrote pngstest.c for substantial speed improvement. by John Bowler · 13 years ago