1. 82ae623 arm: Rename all functions to the pattern png_*_neon; add debug traces by Cosmin Truta · 5 years ago
  2. 70d122a Fix a memory leak in the riffled palette optimization on ARM; refactor by Cosmin Truta · 5 years ago
  3. 7734cda Optimize png_do_expand_palette for ARM by Richard Townsend · 6 years ago
  4. ceb3277 Remove top-level const from function-scope variables by Cosmin Truta · 6 years ago
  5. a873893 Remove the "last changed" version information from source comments by Cosmin Truta · 6 years ago
  6. fb6312a ARM: Disable hand-written AArch32 NEON on AArch64 by Vicki Pfau · 6 years ago
  7. 46aedd8 Release libpng version 1.6.35 by Cosmin Truta · 6 years ago
  8. a74aa9a [libpng16] Replace the remaining uses of png_size_t with size_t by Cosmin Truta · 6 years ago
  9. d532334 Avoid -Wundef warnings when building libpng by Vadim Zeitlin · 7 years ago
  10. 7ca2f0e [libpng16] Fix one more typo by Glenn Randers-Pehrson · 7 years ago
  11. 58720d3 [libpng16] Fix "last changed" dates by Glenn Randers-Pehrson · 7 years ago
  12. f6ca33d [libpng16] Bump version to 1.6.33beta01 by Glenn Randers-Pehrson · 7 years ago
  13. df7e9da [libpng16] Imported from libpng-1.6.32.tar by Glenn Randers-Pehrson · 7 years ago
  14. 13bc0b6 [libpng16] Make png_check_chunk_length|name() parameters const by Glenn Randers-Pehrson · 7 years ago
  15. fcd1bb9 [libpng16] Removed unused chunk_name parameter from png_check_chunk_length(). by Glenn Randers-Pehrson · 7 years ago
  16. 2dca156 [libpng16] Moved chunk-length check into a png_check_chunk_length() private by Glenn Randers-Pehrson · 7 years ago
  17. 3524b0d [libpng16] Update "Last changed" dates and some copyright years by Glenn Randers-Pehrson · 7 years ago
  18. c77274f [libpng16] Committed png.h and pngpriv.h that were omitted from previous checkin by Glenn Randers-Pehrson · 7 years ago
  19. 9fcb846 [libpng16] Imported from libpng-1.6.31.tar by Glenn Randers-Pehrson · 7 years ago
  20. 68cb0aa [libpng16] Implement eXIf chunk support by Glenn Randers-Pehrson · 7 years ago
  21. 54126d5 [libpng16] Revised pngpriv.h to use PNG_VERSION_INFO_ONLY instead of by Glenn Randers-Pehrson · 7 years ago
  22. 660ce58 [libpng16] Revised pngpriv.h to work around failure to compile arm/filter_neon.S by Glenn Randers-Pehrson · 7 years ago
  23. 9f7134c [libpng16] Update some "last changed" dates by Glenn Randers-Pehrson · 7 years ago
  24. e744ee1 [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates. by Glenn Randers-Pehrson · 7 years ago
  25. 7bbd665 tweak by Viktor Szakats · 7 years ago
  26. dce241c silence clang -Wcast-qual const drop warnings by Viktor Szakats · 7 years ago
  27. d42e88d [libpng16] Imported from libpng-1.6.29.tar by Glenn Randers-Pehrson · 7 years ago
  28. 29775ce Fixed VSX compilation time checks by Vadim Barkov · 7 years ago
  29. 0aa1b96 Removed PNG_ALIGN dependency from VSX since it is not needed by Vadim Barkov · 7 years ago
  30. c47ddcf Merge branch 'libpng16' into libpng16 by Vadim Barkov · 7 years ago
  31. 2b6e59d Added initial code for PowerPC VSX optimisation by Vadim Barkov · 7 years ago
  32. 8c6c9e6 [libpng16] Update credits to include Google Inc, for the Intel/SSE patch. by Glenn Randers-Pehrson · 7 years ago
  33. bef7680 [libpng16] Moved SSE2 optimization code into the main libpng source directory. by Glenn Randers-Pehrson · 7 years ago
  34. 93b3476 [libpng16] Imported from libpng-1.6.28rc03.tar by Glenn Randers-Pehrson · 7 years ago
  35. edef058 [libpng16] Moved SSE2 optimization code into the main libpng source directory. by Glenn Randers-Pehrson · 7 years ago
  36. 0c44081 [libpng16] Imported from libpng-1.6.26.tar by Glenn Randers-Pehrson · 8 years ago
  37. 8906112 [libpng16] Imported from libpng-1.6.26beta03.tar by Glenn Randers-Pehrson · 8 years ago
  38. fbe3e00 Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  39. 319c985 Unsigned overflow by John Bowler · 8 years ago
  40. fa24421 [libpng16] Quieted 74 (out of 288) -Wconversion compiler warnings by changing by Glenn Randers-Pehrson · 8 years ago
  41. 7835716 [libpng16] Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h, by Glenn Randers-Pehrson · 8 years ago
  42. e3a6631 [libpng16] Imported from libpng-1.6.25.tar by Glenn Randers-Pehrson · 8 years ago
  43. 4ade4e8 [libpng16] Updated CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 8 years ago
  44. d1f14c8 Added MIPS MSA optimization for following functions: by Mandar Sahastrabuddhe · 8 years ago
  45. 05a4db1 [libpng16] Update CHANGES, ANNOUNCE with entry about MIPS support by Glenn Randers-Pehrson · 8 years ago
  46. ee5e398 Added build support for MIPS MSA by Mandar Sahastrabuddhe · 8 years ago
  47. e018ab9 Merge branch 'libpng16' of git://github.com/jbowler/libpng into libpng16 by Glenn Randers-Pehrson · 8 years ago
  48. 92a7c79 [libpng16] Reject oversized iCCP profile length by John Bowler · 8 years ago
  49. b50d5ce [libpng16] Imported from libpng-1.6.24.tar by Glenn Randers-Pehrson · 8 years ago
  50. 96db0ff [libpng16] Conditionally compile ARM_NEON headers in pngpriv.h by Glenn Randers-Pehrson · 8 years ago
  51. 0fd9a24 [libpng16] Update "last changed" dates by Glenn Randers-Pehrson · 8 years ago
  52. 192e92d [libpng16] Fixed some indentation to comply with our coding style. by Glenn Randers-Pehrson · 8 years ago
  53. f757d74 [libpng16] Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch. by Glenn Randers-Pehrson · 8 years ago
  54. ac43a87 [libpng16] Imported from libpng-1.6.22.tar by Glenn Randers-Pehrson · 8 years ago
  55. a967818 [libpng16] Moved INTEL-SSE code from pngpriv.h to contrib/intel/intel_sse.patch. by Glenn Randers-Pehrson · 8 years ago
  56. 1a3fa1e [libpng16] Imported from libpng-1.6.22beta03.tar by Glenn Randers-Pehrson · 8 years ago
  57. 342c4ea Move sse opts into contrib/intel by Matt Sarett · 8 years ago
  58. 9a308a3 Add intel opts to Makefile and configure.ac by Matt Sarett · 8 years ago
  59. 5bc58a0 Use immintrin, tweak checks for SSE4, SSSE3 by Matt Sarett · 8 years ago
  60. 577c1f0 Reformat a bit, add MSVS checks, add SSE4 by Matt Sarett · 8 years ago
  61. f84f957 Use PNG_INTEL_SSE_OPT instead of PNG_INTEL_SSE2_OPT by Matt Sarett · 8 years ago
  62. 9c946e2 Add SSSE3 and SSE2 optimized png filter functions by Matt Sarett · 8 years ago
  63. 5031c77 [libpng16] Bump version to 1.6.22beta01 by Glenn Randers-Pehrson · 8 years ago
  64. fc0786a [libpng16] Imported from libpng-1.6.21.tar by Glenn Randers-Pehrson · 8 years ago
  65. 092b8d7 [libpng16] Imported from libpng-1.6.21rc01.tar by Glenn Randers-Pehrson · 8 years ago
  66. 975cbbb [libpng16] Moved png_check_keyword() from pngwutil.c to pngset.c by Glenn Randers-Pehrson · 8 years ago
  67. 28a1cdf Fix inconsistent handling of invalid zlib data by John Bowler · 9 years ago
  68. 01a0e80 [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16() by Glenn Randers-Pehrson · 9 years ago
  69. efe4e5d [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bit by Glenn Randers-Pehrson · 9 years ago
  70. 8b83ff3 [libpng16] Change "n bit" to "n-bit" in comments. by Glenn Randers-Pehrson · 9 years ago
  71. 67806d4 [libpng16] Imported from libpng-1.6.19beta01.tar by Glenn Randers-Pehrson · 9 years ago
  72. e617280 [libpng16] Imported from libpng-1.6.18.tar by Glenn Randers-Pehrson · 9 years ago
  73. b9e5e5f [libpng16] Replaced arbitrary use of 'extern' with #define PNG_LINKAGE_*. To by Glenn Randers-Pehrson · 9 years ago
  74. 25bfb13 [libpng16] Removed non-working progressive reader 'skip' function. This by John Bowler · 9 years ago
  75. 8ee821e [libpng16] PNG_RELEASE_BUILD replaces tests where the code depended on the build base by John Bowler · 9 years ago
  76. d8d18fb [libpng16] Imported from libpng-1.6.18beta03.tar by Glenn Randers-Pehrson · 9 years ago
  77. 216ab04 [libpng16] Updated comment in pngpriv.h about ARM support. by Glenn Randers-Pehrson · 9 years ago
  78. bd85b57 [libpng16] Imported from libpng-1.6.18beta01.tar by Glenn Randers-Pehrson · 9 years ago
  79. 218a6fe [libpng16] Bump version to 1.6.18beta01 by Glenn Randers-Pehrson · 9 years ago
  80. c98f7fb [libpng16] Imported from libpng-1.6.17.tar by Glenn Randers-Pehrson · 9 years ago
  81. 7011a8c [libpng16] Added "& 0xff" to things being typecast to "png_byte". by Glenn Randers-Pehrson · 9 years ago
  82. 9a3de48 [libpng16] Avoid runtime checks when converting integer to png_byte with by Sergey Kosarevsky · 9 years ago
  83. 43d90b1 [libpng16] Bump version to 1.6.17beta04 by Glenn Randers-Pehrson · 9 years ago
  84. 4b65a89 [libpng16] Eliminated PNG_SAFE_LIMITS macro and restored the 1-million-column by Glenn Randers-Pehrson · 9 years ago
  85. 6ef579d [libpng16] Imported from libpng-1.6.17beta01.tar by Glenn Randers-Pehrson · 9 years ago
  86. 05e1100 [libpng16] More "#endif" housecleaning, in *.h by Glenn Randers-Pehrson · 10 years ago
  87. 445475a [libpng16] Removed new PNG_USE_ARM_NEON configuration flag and made a one-line by John Bowler · 10 years ago
  88. 2eb712e [libpng16] Bump version to 1.6.15beta04 by Glenn Randers-Pehrson · 10 years ago
  89. 3278452 [libpng16] Added PNG_USE_ARM_NEON configuration flag (Marcin Juszkiewicz). by Glenn Randers-Pehrson · 10 years ago
  90. d752225 [libpng16] Removed "text_len" parameter from private function png_write_zTXt() by Glenn Randers-Pehrson · 10 years ago
  91. c45f122 [libpng16] Fixed misplaced brackets in earlier patch to pngpriv.h by John Bowler · 10 years ago
  92. fc932f7 [libpng16] Changed "if defined(__ARM_NEON__)" to by Glenn Randers-Pehrson · 10 years ago
  93. c4e0f3d [libpng16] Imported from libpng-1.6.11.tar by Glenn Randers-Pehrson · 10 years ago
  94. 71d23c4 [libpng16] Bump version to 1.6.11beta01 by Glenn Randers-Pehrson · 10 years ago
  95. 4df37bf [libpng16] Imported from libpng-1.6.10.tar by Glenn Randers-Pehrson · 10 years ago
  96. 103b041 [libpng16] Moved redefines of png_error(), png_warning(), png_chunk_error(), by Glenn Randers-Pehrson · 10 years ago
  97. 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 10 years ago
  98. 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 10 years ago
  99. 3e753eb [libpng16] Imported from libpng-1.6.9.tar by Glenn Randers-Pehrson · 10 years ago
  100. 95a1973 [libpng16] Updated copyright year in recently-changed files. by Glenn Randers-Pehrson · 10 years ago