1. 301f7a1 oss-fuzz: Add custom malloc with max limit to prevent OOM by Christopher Thompson · 5 years ago
  2. 386707c arm: Use <arm_neon.h> when compiling aarch64 intrinsics with clang-cl by Ryan VanderMeulen · 5 years ago
  3. 216387f arm: Move a png_debug statement to its correct place by Cosmin Truta · 5 years ago
  4. b9e811f scripts: Delete makefile.clang-asan and makefile.gcc-asan by Cosmin Truta · 5 years ago
  5. cdbb8ec Add support for Travis CI by Cosmin Truta · 5 years ago
  6. 72fa126 Avoid random test failures by running pngtest sequentially only by Cosmin Truta · 5 years ago
  7. 5df8e98 Bump version to 1.6.38.git by Cosmin Truta · 5 years ago
  8. a40189c Release libpng version 1.6.37 by Cosmin Truta · 5 years ago v1.6.37
  9. 8da8257 Fix typo in the new v2 license by Miguel Ojeda · 5 years ago
  10. 27e8b99 pngminus: Use the system zlib by default by Cosmin Truta · 5 years ago
  11. 62a56d4 pngminus: Change license to MIT, etc. by Willem van Schaik · 5 years ago
  12. 3342faf pngminus: Add a CMakeLists file by Cosmin Truta · 5 years ago
  13. 3f0f1d5 pngminus: Improve portability and fix style (cont'd) by Cosmin Truta · 6 years ago
  14. dcefbc7 pngminus: Improve portability and fix style by Cosmin Truta · 6 years ago
  15. 1f0221f pngminus: Fix a buffer overflow in tokenizer by Cosmin Truta · 6 years ago
  16. a627bd2 arm: Partially revert "Fix a memory leak in the riffled palette [...]" by Cosmin Truta · 5 years ago
  17. 82ae623 arm: Rename all functions to the pattern png_*_neon; add debug traces by Cosmin Truta · 5 years ago
  18. 9c0d5c7 Call png_image_free_function without guarding it with png_safe_execute by Cosmin Truta · 5 years ago
  19. 8439534 Fix a memory leak in pngtest.c by Cosmin Truta · 5 years ago
  20. 70d122a Fix a memory leak in the riffled palette optimization on ARM; refactor by Cosmin Truta · 5 years ago
  21. 0a882b5 scripts: Add makefile.clang, makefile.clang-asan and makefile.gcc-asan by Cosmin Truta · 5 years ago
  22. fef895a Update the copyright year by Cosmin Truta · 5 years ago
  23. 43b4141 scripts: Delete makefile.ne12bsd; clean up makefile.*bsd by Cosmin Truta · 5 years ago
  24. 6a94d14 Bump version to 1.6.37.git by Cosmin Truta · 5 years ago
  25. 0e13545 Join the branches 'libpng16' and 'master' by Cosmin Truta · 5 years ago
  26. eddf902 Release libpng version 1.6.36 by Cosmin Truta · 5 years ago v1.6.36
  27. 85acd91 [master] Imported from libpng-1.6.36.tar by Cosmin Truta · 5 years ago
  28. e79085a Introduce the PNG Reference Library License version 2 by Cosmin Truta · 6 years ago
  29. 81a65de Clean up config, scripts, examples, etc. by Cosmin Truta · 5 years ago
  30. 702a07e CMakeLists: Fix incorrect creation of pkg-config file by Kyle Bentley · 5 years ago
  31. 7b2224c CMakeLists: Require CMake version 3.1 or newer by Cosmin Truta · 5 years ago
  32. ee7967e CMakeLists: Fix detection of libm by Cosmin Truta · 5 years ago
  33. a54a056 Rerun autogen.sh by Cosmin Truta · 6 years ago
  34. 94429a3 Remove the "last changed" version information from source comments by Cosmin Truta · 6 years ago
  35. 1ceaa83 Fix the build with MSVC ARM64 by Cosmin Truta · 6 years ago
  36. b66ed71 Restore the ANSI C compliance after adding the ARM optimization by Cosmin Truta · 6 years ago
  37. 7734cda Optimize png_do_expand_palette for ARM by Richard Townsend · 6 years ago
  38. 2fc5ddf Restore the ANSI C compliance after applying the MSVC ARM64 fix by Cosmin Truta · 6 years ago
  39. 8033c96 Fix build errors with MSVC ARM64 by zzzzRuby · 6 years ago
  40. d3d1baa Prefer memcpy to manual pointer arithmetic. by Samuel Williams · 7 years ago
  41. a294c1b Some more trivial source typos by luz.paz · 6 years ago
  42. ceb3277 Remove top-level const from function-scope variables by Cosmin Truta · 6 years ago
  43. 1ef8882 Replace the remaining uses of PNG_CONST with const by Cosmin Truta · 6 years ago
  44. 58eedce CMakeLists: Update the contributor list by Cosmin Truta · 6 years ago
  45. 1d89a5d CMakeLists: Fix style by Cosmin Truta · 6 years ago
  46. 43446b7 Fix a build warning on OpenBSD by Cosmin Truta · 6 years ago
  47. 6c059f8 configure: Remove the memset check and the HAVE_MEMSET macro by Cosmin Truta · 6 years ago
  48. f5d48df CMakeLists: Remove the PNGARG option by Cosmin Truta · 6 years ago
  49. 9730362 CMakeLists: Avoid symlinks on MSYS by Cosmin Truta · 6 years ago
  50. 7cb7afb CMake: Fix compilation on systems without libm by Cameron Cawley · 6 years ago
  51. 1bd4214 Clean up the scripts/ directory by Cosmin Truta · 6 years ago
  52. 6d55a14 Update projects/vstudio by Cosmin Truta · 6 years ago
  53. 8440326 Update the documentation by Cosmin Truta · 6 years ago
  54. b729fff Remove the Y2K compliance statement by Cosmin Truta · 6 years ago
  55. c36c09f Update the export control information by Cosmin Truta · 6 years ago
  56. a873893 Remove the "last changed" version information from source comments by Cosmin Truta · 6 years ago
  57. 47f1878 Rerun autogen.sh by Cosmin Truta · 6 years ago
  58. d4fb621 Bump version to 1.6.36.git and update copyright notice by Cosmin Truta · 6 years ago
  59. fb6312a ARM: Disable hand-written AArch32 NEON on AArch64 by Vicki Pfau · 6 years ago
  60. ddc842b CMakeLists: Fix passing "off" for PNG optimizations by Vicki Pfau · 6 years ago
  61. 46924bd CMakeLists: Fix disabling hardware optimizations by Vicki Pfau · 6 years ago
  62. 8da3974 [master] Imported from libpng-1.6.35.tar by Cosmin Truta · 6 years ago
  63. c17d164 Run autogen.sh by Cosmin Truta · 6 years ago v1.6.35
  64. 46aedd8 Release libpng version 1.6.35 by Cosmin Truta · 6 years ago
  65. 2471434 [libpng16] Added missing parentheses to a macro definition by Cosmin Truta · 6 years ago
  66. 8a05766 [libpng16] Fix the calculation of row_factor in png_check_chunk_length by Cosmin Truta · 6 years ago
  67. a74aa9a [libpng16] Replace the remaining uses of png_size_t with size_t by Cosmin Truta · 6 years ago
  68. 916117d [libpng16] Allow compresion-type to be NULL in png_set_iCCP(). by Glenn Randers-Pehrson · 6 years ago
  69. 7784cd3 [libpng16] Fix png_get_iCCP() to allow null compression-type by Glenn Randers-Pehrson · 6 years ago
  70. cde1e1f [libpng16] Bump version to 1.6.35beta02 by Glenn Randers-Pehrson · 6 years ago
  71. 0e06b59 [libpng16] Imported from libpng-1.6.35beta01.tar by Glenn Randers-Pehrson · 6 years ago v1.6.35beta01
  72. 3fecfea Merge branch 'more-misc-typos' of git://github.com/luzpaz/libpng into libpng16 by Glenn Randers-Pehrson · 6 years ago
  73. 140f3aa Fix png_set_option to work. by taigacon · 6 years ago
  74. eb91c0e More misc. typos by luz.paz · 6 years ago
  75. d5e4915 [libpng16] Update copyright year to 2018 in png.c by Glenn Randers-Pehrson · 6 years ago
  76. fe669f6 [libpng16] Update copyright year by Glenn Randers-Pehrson · 6 years ago
  77. 84e6e35 [libpng16] Fix potential problem with bKGD (Cosmin Truta) by Glenn Randers-Pehrson · 6 years ago
  78. 28d0ee7 [libpng16] temporarily disable 16-to-8 downscaling in the fuzzer by Glenn Randers-Pehrson · 6 years ago
  79. f07b985 [libpng16] CHange "ASM C" to "C ASM" in CMakelists.txt by Glenn Randers-Pehrson · 6 years ago
  80. d532334 Avoid -Wundef warnings when building libpng by Vadim Zeitlin · 6 years ago
  81. 7292c86 [master] Imported from libpng-1.6.34.tar by Glenn Randers-Pehrson · 7 years ago
  82. fc32eb1 [libpng16] Initialize entire 256-entry palette in png_set_PLTE(). by Glenn Randers-Pehrson · 7 years ago
  83. 7ca2f0e [libpng16] Fix one more typo by Glenn Randers-Pehrson · 7 years ago
  84. babae66 [libpng16] Update CHANGES and ANNOUNCE by Glenn Randers-Pehrson · 7 years ago
  85. 3403a6e Merge branch 'typos' of git://github.com/luzpaz/libpng into libpng16 by Glenn Randers-Pehrson · 7 years ago
  86. b196bd6 [Libpng16] Add typecast to NULL argument to png_do_expand() by Glenn Randers-Pehrson · 7 years ago
  87. f23b41d Misc. typos by Unknown · 7 years ago
  88. 7125401 [libpng16] Undo recent pngrutil.c change that did not fix oss-fuzz issue by Glenn Randers-Pehrson · 7 years ago
  89. 4b52ef8 [libpng16] Removed some unnecessary brackets in pngrtran.c by Glenn Randers-Pehrson · 7 years ago
  90. 5d7b4ab [libpng16] Replace png_set_add_alpha with png_set_trns_to_alpha in fuzzer. by Glenn Randers-Pehrson · 7 years ago
  91. 7ee802a [libpng16] Initialize trans_color.red, green, and blue == trans_color.gray by Glenn Randers-Pehrson · 7 years ago
  92. 2f8b82e [libpng16] Revert recent changes that did not help with oss-fuzz issues by Glenn Randers-Pehrson · 7 years ago
  93. aea0ec4 [libpng16] Initialize tRNS read buffers in pngrutil.c by Glenn Randers-Pehrson · 7 years ago
  94. af08094 [libpng16] Use png_calloc instead of png_malloc in png_set_tRNS by Glenn Randers-Pehrson · 7 years ago
  95. 9bddba2 [libpng16] Initialize entire palette array to zero in png_handle_PLTE(). by Glenn Randers-Pehrson · 7 years ago
  96. 3b5bcea [libpng16] Revert recent changes to pngset.c by Glenn Randers-Pehrson · 7 years ago
  97. adefba1 [libpng16] Free tRNS chunk data when abandoning it by Glenn Randers-Pehrson · 7 years ago
  98. 48a2460 [libpng16] Do not enable tRNS having trans_color with out-of-range value. by Glenn Randers-Pehrson · 7 years ago
  99. 2be0f33 [libpng16] Nullify trans_color with out-of-range value, to stop oss-fuzz issue. by Glenn Randers-Pehrson · 7 years ago
  100. ccc77d2 [libpng16] Add a call to png_set_packing() to the fuzzer. by Glenn Randers-Pehrson · 7 years ago