1. a37d483 Eliminate spaces between function name and ( by Ben Bullock · 3 years, 4 months ago
  2. 3796518 Remove duplicate line by Ben Bullock · 3 years, 5 months ago
  3. 8ca0108 Fix typo in README by Ben Bullock · 3 years, 5 months ago
  4. cd03aaf Remove second call to write_eXIf by Ben Bullock · 3 years, 5 months ago
  5. c4bd411 Fix decode fail on image with invalid eXIf chunk by Qiang Zhou · 4 years, 4 months ago
  6. 2224c8e Add a check to pngimage.c by Kleber Tarcísio · 3 years, 9 months ago
  7. e2bb5e7 contrib: Apply various fixes to libtests by Cosmin Truta · 3 years, 2 months ago
  8. d6e13b2 .gitignore: Add by Cosmin Truta · 3 years, 4 months ago
  9. c2e2cd2 ci: Fix the Visual Studio verification on AppVeyor CI by Cosmin Truta · 3 years, 4 months ago
  10. c3f2091 ci: Recognize more CI_ variables for better cross-platform verification by Cosmin Truta · 3 years, 4 months ago
  11. dbe3e0c libpng.pc.in: zlib dependency is private by Cristian Rodríguez · 6 years ago
  12. 2f753e2 ci: Verify the install target by Cosmin Truta · 4 years ago
  13. f5d5f5a cmake: Refactor the install target; reformat by Cosmin Truta · 4 years ago
  14. 3676fd3 ci: Add a new top-level directory, dedicated for CI verification by Cosmin Truta · 4 years ago
  15. 28c0f88 cmake: Add an option to enable/disable building of executables by Alex Gaynor · 6 years ago
  16. 87378bc mips: Remove "last changed" version information from source comment by Cosmin Truta · 4 years ago
  17. 6c6f7d1 mips: Fix initialization: always close "/proc/cpuinfo" by gxw · 4 years, 2 months ago
  18. 6842c58 Fix CMake build with Emscripten by Simon Hausmann · 4 years, 8 months ago
  19. a6fc803 Add an __LLVM,__asm section for clang builds on ARM by Dan Field · 4 years, 8 months ago
  20. 5e8b45c cmake: Fix a build error on iOS by Steve Robinson · 4 years, 8 months ago
  21. 6dd99ca Fix example.c by Zack Middleton · 4 years, 9 months ago
  22. 52ee167 Fix a warning on Linux caused by _BSD_SOURCE by willson-chen · 4 years, 9 months ago
  23. eb67672 Fix memory leak if eXIf has incorrect crc by skal · 4 years, 9 months ago
  24. 9f734b1 cmake: Use the correct ZLIB_* variable names by David Callu · 4 years, 10 months ago
  25. 3cec1a1 scripts: Clean up the makefiles by Cosmin Truta · 4 years, 1 month ago
  26. 50bd1ab scripts: Fix makefile.std and include it in the CI verification by Cosmin Truta · 4 years, 1 month ago
  27. 2dd5630 Update configuration for Travis CI; add configuration for AppVeyor CI by Cosmin Truta · 4 years, 1 month ago
  28. b9155ce scripts: Add general-purpose utilities for continuous integration by Cosmin Truta · 4 years, 1 month ago
  29. 2c0aee5 Update the copyright year by Cosmin Truta · 4 years, 3 months ago
  30. 301f7a1 oss-fuzz: Add custom malloc with max limit to prevent OOM by Christopher Thompson · 5 years ago
  31. 386707c arm: Use <arm_neon.h> when compiling aarch64 intrinsics with clang-cl by Ryan VanderMeulen · 5 years ago
  32. 216387f arm: Move a png_debug statement to its correct place by Cosmin Truta · 5 years ago
  33. b9e811f scripts: Delete makefile.clang-asan and makefile.gcc-asan by Cosmin Truta · 5 years ago
  34. cdbb8ec Add support for Travis CI by Cosmin Truta · 5 years ago
  35. 72fa126 Avoid random test failures by running pngtest sequentially only by Cosmin Truta · 5 years ago
  36. 5df8e98 Bump version to 1.6.38.git by Cosmin Truta · 5 years ago
  37. a40189c Release libpng version 1.6.37 by Cosmin Truta · 5 years ago v1.6.37
  38. 8da8257 Fix typo in the new v2 license by Miguel Ojeda · 5 years ago
  39. 27e8b99 pngminus: Use the system zlib by default by Cosmin Truta · 5 years ago
  40. 62a56d4 pngminus: Change license to MIT, etc. by Willem van Schaik · 5 years ago
  41. 3342faf pngminus: Add a CMakeLists file by Cosmin Truta · 5 years ago
  42. 3f0f1d5 pngminus: Improve portability and fix style (cont'd) by Cosmin Truta · 6 years ago
  43. dcefbc7 pngminus: Improve portability and fix style by Cosmin Truta · 6 years ago
  44. 1f0221f pngminus: Fix a buffer overflow in tokenizer by Cosmin Truta · 6 years ago
  45. a627bd2 arm: Partially revert "Fix a memory leak in the riffled palette [...]" by Cosmin Truta · 5 years ago
  46. 82ae623 arm: Rename all functions to the pattern png_*_neon; add debug traces by Cosmin Truta · 5 years ago
  47. 9c0d5c7 Call png_image_free_function without guarding it with png_safe_execute by Cosmin Truta · 5 years ago
  48. 8439534 Fix a memory leak in pngtest.c by Cosmin Truta · 5 years ago
  49. 70d122a Fix a memory leak in the riffled palette optimization on ARM; refactor by Cosmin Truta · 5 years ago
  50. 0a882b5 scripts: Add makefile.clang, makefile.clang-asan and makefile.gcc-asan by Cosmin Truta · 5 years ago
  51. fef895a Update the copyright year by Cosmin Truta · 5 years ago
  52. 43b4141 scripts: Delete makefile.ne12bsd; clean up makefile.*bsd by Cosmin Truta · 5 years ago
  53. 6a94d14 Bump version to 1.6.37.git by Cosmin Truta · 5 years ago
  54. 0e13545 Join the branches 'libpng16' and 'master' by Cosmin Truta · 5 years ago
  55. eddf902 Release libpng version 1.6.36 by Cosmin Truta · 5 years ago v1.6.36
  56. 85acd91 [master] Imported from libpng-1.6.36.tar by Cosmin Truta · 5 years ago
  57. e79085a Introduce the PNG Reference Library License version 2 by Cosmin Truta · 5 years ago
  58. 81a65de Clean up config, scripts, examples, etc. by Cosmin Truta · 5 years ago
  59. 702a07e CMakeLists: Fix incorrect creation of pkg-config file by Kyle Bentley · 5 years ago
  60. 7b2224c CMakeLists: Require CMake version 3.1 or newer by Cosmin Truta · 5 years ago
  61. ee7967e CMakeLists: Fix detection of libm by Cosmin Truta · 5 years ago
  62. a54a056 Rerun autogen.sh by Cosmin Truta · 6 years ago
  63. 94429a3 Remove the "last changed" version information from source comments by Cosmin Truta · 6 years ago
  64. 1ceaa83 Fix the build with MSVC ARM64 by Cosmin Truta · 6 years ago
  65. b66ed71 Restore the ANSI C compliance after adding the ARM optimization by Cosmin Truta · 6 years ago
  66. 7734cda Optimize png_do_expand_palette for ARM by Richard Townsend · 6 years ago
  67. 2fc5ddf Restore the ANSI C compliance after applying the MSVC ARM64 fix by Cosmin Truta · 6 years ago
  68. 8033c96 Fix build errors with MSVC ARM64 by zzzzRuby · 6 years ago
  69. d3d1baa Prefer memcpy to manual pointer arithmetic. by Samuel Williams · 6 years ago
  70. a294c1b Some more trivial source typos by luz.paz · 6 years ago
  71. ceb3277 Remove top-level const from function-scope variables by Cosmin Truta · 6 years ago
  72. 1ef8882 Replace the remaining uses of PNG_CONST with const by Cosmin Truta · 6 years ago
  73. 58eedce CMakeLists: Update the contributor list by Cosmin Truta · 6 years ago
  74. 1d89a5d CMakeLists: Fix style by Cosmin Truta · 6 years ago
  75. 43446b7 Fix a build warning on OpenBSD by Cosmin Truta · 6 years ago
  76. 6c059f8 configure: Remove the memset check and the HAVE_MEMSET macro by Cosmin Truta · 6 years ago
  77. f5d48df CMakeLists: Remove the PNGARG option by Cosmin Truta · 6 years ago
  78. 9730362 CMakeLists: Avoid symlinks on MSYS by Cosmin Truta · 6 years ago
  79. 7cb7afb CMake: Fix compilation on systems without libm by Cameron Cawley · 6 years ago
  80. 1bd4214 Clean up the scripts/ directory by Cosmin Truta · 6 years ago
  81. 6d55a14 Update projects/vstudio by Cosmin Truta · 6 years ago
  82. 8440326 Update the documentation by Cosmin Truta · 6 years ago
  83. b729fff Remove the Y2K compliance statement by Cosmin Truta · 6 years ago
  84. c36c09f Update the export control information by Cosmin Truta · 6 years ago
  85. a873893 Remove the "last changed" version information from source comments by Cosmin Truta · 6 years ago
  86. 47f1878 Rerun autogen.sh by Cosmin Truta · 6 years ago
  87. d4fb621 Bump version to 1.6.36.git and update copyright notice by Cosmin Truta · 6 years ago
  88. fb6312a ARM: Disable hand-written AArch32 NEON on AArch64 by Vicki Pfau · 6 years ago
  89. ddc842b CMakeLists: Fix passing "off" for PNG optimizations by Vicki Pfau · 6 years ago
  90. 46924bd CMakeLists: Fix disabling hardware optimizations by Vicki Pfau · 6 years ago
  91. 8da3974 [master] Imported from libpng-1.6.35.tar by Cosmin Truta · 6 years ago
  92. c17d164 Run autogen.sh by Cosmin Truta · 6 years ago v1.6.35
  93. 46aedd8 Release libpng version 1.6.35 by Cosmin Truta · 6 years ago
  94. 2471434 [libpng16] Added missing parentheses to a macro definition by Cosmin Truta · 6 years ago
  95. 8a05766 [libpng16] Fix the calculation of row_factor in png_check_chunk_length by Cosmin Truta · 6 years ago
  96. a74aa9a [libpng16] Replace the remaining uses of png_size_t with size_t by Cosmin Truta · 6 years ago
  97. 916117d [libpng16] Allow compresion-type to be NULL in png_set_iCCP(). by Glenn Randers-Pehrson · 6 years ago
  98. 7784cd3 [libpng16] Fix png_get_iCCP() to allow null compression-type by Glenn Randers-Pehrson · 6 years ago
  99. cde1e1f [libpng16] Bump version to 1.6.35beta02 by Glenn Randers-Pehrson · 6 years ago
  100. 0e06b59 [libpng16] Imported from libpng-1.6.35beta01.tar by Glenn Randers-Pehrson · 6 years ago v1.6.35beta01