1. f962ee9 Merge branch 'fix-pnglibconf-on-osx' of git://github.com/aseprite/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  2. a271625 Merge branch 'fix-genout-with-multiple-zlib-inc-dirs' of git://github.com/aseprite/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  3. 9f642c1 Merge branch 'fix-genout-with-multiple-c-flags' of git://github.com/aseprite/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  4. 21939d3 [libpng16] Use PNG_UINT_31_MAX instead of constant 0x7fffffff in timepng.c by Glenn Randers-Pehrson · 8 years ago
  5. 8c754b1 [libpng16] Quieted two Coverity issues in contrib/libtests/timepng.c. by Glenn Randers-Pehrson · 8 years ago
  6. 2b9f686 [libpng16] Rebased contrib/intel_sse.patch. by Glenn Randers-Pehrson · 8 years ago
  7. 830608b [libpng16] Bump version to 1.6.22beta06 by Glenn Randers-Pehrson · 8 years ago
  8. eefd912 [libpng16] Imported from libpng-1.6.22beta05.tar by Glenn Randers-Pehrson · 8 years ago v1.6.22beta05
  9. 0392e36 [libpng16] Fixed typo (missing underscore) in #define PNG_READ_16_TO_8_SUPPORTED by Glenn Randers-Pehrson · 8 years ago
  10. a967818 [libpng16] Moved INTEL-SSE code from pngpriv.h to contrib/intel/intel_sse.patch. by Glenn Randers-Pehrson · 8 years ago
  11. 8eaa434 [libpng16] Update CHANGES and ANNOUNCE about timepng.c changes by Glenn Randers-Pehrson · 8 years ago
  12. af9d06e timepng: better errors, fix signed overflow by John Bowler · 8 years ago
  13. 703944c timepng: C++ fixes, correct add_one_file by John Bowler · 8 years ago
  14. e81f16b timepng: more support requirements by John Bowler · 8 years ago
  15. 7572840 timepng requires STDIO by John Bowler · 8 years ago
  16. 569a1d2 Fix timepng 'skip' return code. by John Bowler · 8 years ago
  17. d642eed timepng: fix builds when there is no read support by John Bowler · 8 years ago
  18. 5b0a0de ANSI C overlength string fix by John Bowler · 8 years ago
  19. 819b125 Merge branch 'libpng16' of ../../libpng into libpng16 by John Bowler · 8 years ago
  20. fa551df [libpng16] Added PNG_FAST_FILTERS macro (defined as by Glenn Randers-Pehrson · 8 years ago
  21. 76531da Merge branch 'libpng16' of ../../libpng into libpng16 by John Bowler · 8 years ago
  22. daf2169 [libpng16] Bump version to 1.6.22beta05 by Glenn Randers-Pehrson · 8 years ago
  23. e0acad5 [libpng16] Imported from libpng-1.6.22beta04.tar by Glenn Randers-Pehrson · 8 years ago v1.6.22beta04
  24. 5765a22 [libpng16] Eliminate PNG_NO_INTEL_SSE_3BPP from intel INSTALL by Glenn Randers-Pehrson · 8 years ago
  25. f47e1d4 [libpng16] Eliminated PNG_NO_INTEL_SSE_3BPP which was just for testing. by Glenn Randers-Pehrson · 8 years ago
  26. 8f506d3 SSE filter speed improvements for bpp=3. by Mike Klein · 8 years ago
  27. d960ced Fix pnglibconf.c compilation on OS X including the sysroot path by David Capello · 8 years ago
  28. 7cf9a34 Fix CMAKE_C_FLAGS with multiple values when genout is compiled on MSVC by David Capello · 8 years ago
  29. 5ef8d1b Add support to use multiple directories in ZLIBINCDIR variable by David Capello · 8 years ago
  30. 6ee90f0 Merge branch 'libpng16' of ../../libpng into libpng16 by John Bowler · 8 years ago
  31. 46861bc [libpng16] Reformatted the new code in configure.ac by Glenn Randers-Pehrson · 8 years ago
  32. 12e63e9 Force back to C89 if needed. This fixes #245 by Dagobert Michelsen · 8 years ago
  33. edad463 [libpng16] Bump version to 1.6.22beta04 by Glenn Randers-Pehrson · 8 years ago
  34. 1a3fa1e [libpng16] Imported from libpng-1.6.22beta03.tar by Glenn Randers-Pehrson · 8 years ago v1.6.22beta03
  35. 9295264 [libpng16] Update CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 8 years ago
  36. 46c4729 gcc6: fix misleading indentation warning by Krishnaraj Bhat · 8 years ago
  37. e25323e Merge remote-tracking branch 'local/libpng16' into libpng16 by John Bowler · 8 years ago
  38. 2a25fc4 [libpng16] timepng usage message, ability to cache the test set by John Bowler · 8 years ago
  39. 4b4700c Usage message, ability to cache the test set by John Bowler · 8 years ago
  40. 0df9124 [libpng16] Update CHANGES and ANNOUNCE, about timepng.c by Glenn Randers-Pehrson · 8 years ago
  41. 9821954 contrib/libtests/timepng: make robust, improve by John Bowler · 8 years ago
  42. e2d113c [libpng16] Updated INSTALL instructions for intel SSE code by Glenn Randers-Pehrson · 8 years ago
  43. b4f9f5d [libpng16] Fixed cut-and-paste errors in the new intel_sse.patch by Glenn Randers-Pehrson · 8 years ago
  44. 6c3d5bd [libpng16] Moved contrib/intel/*.patch into INSTALL and added intel_sse.patch by Glenn Randers-Pehrson · 8 years ago
  45. da9d1d7 [libpng16] Added pngdebug() statements to the new intel code and the arm code. by Glenn Randers-Pehrson · 8 years ago
  46. 5284650 [libpng16] Fix copyright in sse code, use C-style comments by Glenn Randers-Pehrson · 8 years ago
  47. d06d66e [libpng16] Added contrib/intel/INSTALL by Glenn Randers-Pehrson · 8 years ago
  48. cdd9a23 [libpng16] Fixed include directives in two new intel files to reflect by Glenn Randers-Pehrson · 8 years ago
  49. 4233766 [libpng16] Added Intel SSE support (Matt Sarrett, Google Inc.) by Glenn Randers-Pehrson · 8 years ago
  50. f78d1cd [libpng16] Updated LICENSE to say files in the contrib directory are not by Glenn Randers-Pehrson · 8 years ago
  51. c3a4594 Fix paths in Makefile.am.patch by Matt Sarett · 8 years ago
  52. 342c4ea Move sse opts into contrib/intel by Matt Sarett · 8 years ago
  53. fb37542 Fix host_cpu check by Matt Sarett · 8 years ago
  54. 9a308a3 Add intel opts to Makefile and configure.ac by Matt Sarett · 8 years ago
  55. 0348a40 [libpng16] Add ${INCLUDES} in scripts/genout.cmake.in (Bug report by Nixon Kwok). by Glenn Randers-Pehrson · 8 years ago
  56. 5bc58a0 Use immintrin, tweak checks for SSE4, SSSE3 by Matt Sarett · 8 years ago
  57. 577c1f0 Reformat a bit, add MSVS checks, add SSE4 by Matt Sarett · 8 years ago
  58. f84f957 Use PNG_INTEL_SSE_OPT instead of PNG_INTEL_SSE2_OPT by Matt Sarett · 8 years ago
  59. 9c946e2 Add SSSE3 and SSE2 optimized png filter functions by Matt Sarett · 8 years ago
  60. 1099cdc [libpng16] Removed dubious "#if INT_MAX" test from png.h that was added to by Glenn Randers-Pehrson · 8 years ago
  61. 0c27c86 [libpng16] Changed PNG_INFO_cHNK and PNG_FREE_cHNK from 0xnnnn to 0xnnnnU by Robert C. Seacord · 8 years ago
  62. baf301d [libpng16] Restored "& 0xff" in png_save_uint_16() and png_save_uint_32() that by Glenn Randers-Pehrson · 8 years ago
  63. 08bd765 [libpng16] Added a common-law trademark notice and export control information by Glenn Randers-Pehrson · 8 years ago
  64. 7684bca [libpng16] Make cmake install public header pnglibconf.h by Glenn Randers-Pehrson · 8 years ago
  65. 461c7e4 [libpng16] Bump version to 1.6.22beta03 by Glenn Randers-Pehrson · 8 years ago
  66. a4a54aa [libpng16] Imported from libpng-1.6.22beta02.tar by Glenn Randers-Pehrson · 8 years ago v1.6.22beta02
  67. 337c694 [libpng16] Remove extra pngvalid test from CMakeLists.txt by Roger Leigh · 8 years ago
  68. 05591ab [libpng16] Updated CHANGES, ANNOUNCE, change date in pngrtran.c by Glenn Randers-Pehrson · 8 years ago
  69. 196a50a Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  70. 84a5b7a [libpng16] Remove redundante dependencies from CMakeLists.txt by Glenn Randers-Pehrson · 8 years ago
  71. ed23815 [libpng16] Removed pngstest-pngsuite test from CMakeLists.txt by Glenn Randers-Pehrson · 8 years ago
  72. f1eafe8 Relax limit checks on gamma values. by John Bowler · 8 years ago
  73. 2d3bd02 Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  74. 2a28a43 [libpng16] Update copyright information in cmake scripts. by Glenn Randers-Pehrson · 8 years ago
  75. 8fb5565 [libpng16] cmake: Sort test file lists for consistency by Roger Leigh · 8 years ago
  76. e717842 pngstest: options to fix per-file seed by John Bowler · 8 years ago
  77. 74e481c [libpng16] Updated CMakeLists.txt, added supporting scripts/gen*.cmake.in by Roger Leigh · 8 years ago
  78. 98c6fa2 PNG_IMAGE_PNG_SIZE_MAX error correction by John Bowler · 8 years ago
  79. 4dac51d [libpng16] Update CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 8 years ago
  80. ac796d3 Only use exit(77) in configure builds by John Bowler · 8 years ago
  81. e0ce90e [libpng16] Bump version to 1.6.22beta02 by Glenn Randers-Pehrson · 8 years ago
  82. f6a23fe [libpng16] Imported from libpng-1.6.22beta01.tar by Glenn Randers-Pehrson · 8 years ago v1.6.22beta01
  83. d2b8d46 [libpng16] Document new png_image_write_to_memory() API by Glenn Randers-Pehrson · 8 years ago
  84. 93a3bc7 [libpng16] Revised workaround for Coverity issue in pngvalid.c by Glenn Randers-Pehrson · 8 years ago
  85. 7f57696 pngunknown.c: handle unknown IDAT by John Bowler · 8 years ago
  86. 0873ae8 Merge branch 'libpng16-simple-memory-II' of git://github.com/jbowler/libpng-1 into libpng16 by Glenn Randers-Pehrson · 8 years ago
  87. 571abc9 [libpng16] Update CHANGES and ANNOUNCE, fix typos in png.h comments by Glenn Randers-Pehrson · 8 years ago
  88. c68f20c Merge branch 'libpng16' into libpng16-simple-memory-II by John Bowler · 8 years ago
  89. 94f4e97 Merge branch 'libpng16-simple-memory-II' of git://github.com/jbowler/libpng-1 into libpng16 by Glenn Randers-Pehrson · 8 years ago
  90. 175a126 Simplified API: write-to-memory, overflow handling by John Bowler · 8 years ago
  91. 95d2726 [libpng16] Update change dates in pngvalid.c and pngfix.c by Glenn Randers-Pehrson · 8 years ago
  92. b8dbd78 [libpng16] Updated CHANGES, ANNOUNCE, and copyright notice in pngunknown.c by Glenn Randers-Pehrson · 8 years ago
  93. 777dbf4 pngunknown: fix NO_STDIO build by John Bowler · 8 years ago
  94. e8558d2 [libpng16] Changed PNG_USE_MKSTEMP to __COVERITY__ to select alternate by Glenn Randers-Pehrson · 8 years ago
  95. 5031c77 [libpng16] Bump version to 1.6.22beta01 by Glenn Randers-Pehrson · 8 years ago
  96. 5756fca [master] Imported from libpng-1.6.21.tar by Glenn Randers-Pehrson · 8 years ago libpng-1.6.21-master-signed
  97. fc0786a [libpng16] Imported from libpng-1.6.21.tar by Glenn Randers-Pehrson · 8 years ago libpng-1.6.21-signed v1.6.21
  98. 780079e [libpng16] Worked around a false-positive Coverity issue in pngvalid.c. by Glenn Randers-Pehrson · 8 years ago
  99. 253326c [libpng16] Deleted a left-over cut-and-paste line in png_get_copyright(). by Glenn Randers-Pehrson · 8 years ago
  100. 81dfc21 [libpng16] Imported from libpng-1.6.21rc02.tar by Glenn Randers-Pehrson · 8 years ago v1.6.21rc02