1. c01121c Convert to Android.bp by Dan Willemsen · 8 years ago
  2. 6818a08 Merge pull request #107 from JayXon/min by Lode Vandevenne · 8 years ago
  3. e0e937e try both with and without OptimizeHuffmanForRle, for better compression on small files by Lode Vandevenne · 8 years ago
  4. 66ac641 standardize code style by Lode Vandevenne · 8 years ago
  5. d546860 Merge pull request #111 from fhanau/master by Lode Vandevenne · 8 years ago
  6. 9c9bc47 Update katajainen.c by fhanau · 8 years ago
  7. d4dc4cc Suppress unused-parameter warnings in zopfli. am: f1dd0f33b4 am: 5fe77401c6 am: 01836cb13b by Aurimas Liutikas · 8 years ago
  8. b9fab8a Suppress unused-parameter warnings in zopfli. am: f1dd0f33b4 am: 5fe77401c6 by Aurimas Liutikas · 8 years ago
  9. 01836cb Suppress unused-parameter warnings in zopfli. am: f1dd0f33b4 am: 5fe77401c6 by Aurimas Liutikas · 8 years ago
  10. 5fe7740 Suppress unused-parameter warnings in zopfli. am: f1dd0f33b4 by Aurimas Liutikas · 8 years ago
  11. 5f48aa9 Update README.zopflipng by Lode Vandevenne · 8 years ago
  12. f1dd0f3 Suppress unused-parameter warnings in zopfli. by Aurimas Liutikas · 8 years ago
  13. 975ac80 Update README by Lode Vandevenne · 8 years ago
  14. 0037bab Update README.zopflipng by Lode Vandevenne · 8 years ago
  15. 56d968c Avoid min name conflict by JayXon · 8 years ago
  16. 0dfa6eb Merge branch 'patch-2' of https://github.com/MrKrzYch00/zopfli into MrKrzYch00-patch-2 by Lode Vandevenne · 8 years ago
  17. 37f6da6 make the sort stable, and move some function definitions to header for speedup by Lode Vandevenne · 8 years ago
  18. efae472 Update squeeze.c by Lode Vandevenne · 8 years ago
  19. ce83370 Convert a tab to spaces by Lode Vandevenne · 8 years ago
  20. 4fb0933 Update CONTRIBUTORS by Lode Vandevenne · 8 years ago
  21. 70f70a3 Merge pull request #105 from jthlim/master by Lode Vandevenne · 8 years ago
  22. 51e4779 Implemented a number of small optimizations. Details on http://roartindon.blogspot.sg/2016/04/boosting-zopfli-performance.html by Jeffrey Lim @ Vision · 8 years ago
  23. b46f26f verify pixels after encoding, and fix colorkey issue by Lode Vandevenne · 8 years ago
  24. 365bda1 Fix excessive usage of malloc/free by MrKrzYch00 · 8 years ago
  25. 16e0741 Update lodepng_util.cpp to the latest version by Lode Vandevenne · 8 years ago
  26. decff78 Fix unfinished sentence. by Lode Vandevenne · 8 years ago
  27. f7ab2e0 don't iterate chunks for keeping colortype if no --keepchunks by Lode Vandevenne · 8 years ago
  28. 9152da4 fix bug when keeping bKGD chunks from different color type by Lode Vandevenne · 8 years ago
  29. 1dd5eba Improved zopflipng file handling and user messages by Lode Vandevenne · 8 years ago
  30. fdb3745 Decrease master block size to use less memory by Lode Vandevenne · 8 years ago
  31. 05e3efc Set zlib level bits to 3 to indicate slowest compression. by Lode Vandevenne · 8 years ago
  32. 9d864cf Update build instructions by Lode Vandevenne · 8 years ago
  33. 9bc747b Update build instructions by Lode Vandevenne · 8 years ago
  34. a8a723d Update build instructions by Lode Vandevenne · 8 years ago
  35. 0aa5474 update zopflipng to use latest lodepng and fix png related bugs by Lode Vandevenne · 8 years ago
  36. 0e58e4e make the CRC code threading compatible with a lookup table by Lode Vandevenne · 8 years ago
  37. 033a562 Faster stdout writing by Kornel Lesiński · 8 years ago
  38. 720b20e Merge pull request #78 from MegaByte/master by Lode Vandevenne · 9 years ago
  39. 2270ffe Refine __builtin_clz compatibility check by Aaron Kaluszka · 9 years ago
  40. 9c24ac1 Merge pull request #77 from khernyo/fix-invalid-read by Lode Vandevenne · 9 years ago
  41. 9429e20 Fix invalid read outsize allocated memory by Szabolcs Berecz · 9 years ago
  42. c1b62ed fix compiler warning by Lode Vandevenne · 9 years ago
  43. 70721a3 block splitting no more distinction between splitting first and last by Lode Vandevenne · 9 years ago
  44. 7190e08 zopfli bug and typo fixes by Lode Vandevenne · 9 years ago
  45. d467682 Whitelist windows module by Dan Willemsen · 9 years ago int/n/fp2
  46. 89cf773 Merge pull request #67 from rossy/setmode-fix by lvandeve · 9 years ago
  47. 6bae6bc Fix _setmode usage for stdout new-line conversion by James Ross-Gowan · 9 years ago
  48. d20ea3c Merge pull request #56 from MrKrzYch00/original by lvandeve · 9 years ago
  49. 6ff3ba2 Merge pull request #60 from scop/master by lvandeve · 9 years ago
  50. 733bd52 Merge pull request #59 from scop/spelling by lvandeve · 9 years ago
  51. f3d039a Adjust usage message to note multiple input file arguments are ok by Ville Skyttä · 9 years ago
  52. bb420e6 Spelling fixes by Ville Skyttä · 9 years ago
  53. 2c34d0d >2GB file size crash fix by MrKrzYch00 · 9 years ago
  54. 7554e4d Add CMake script by Joergen Ibsen · 9 years ago
  55. 28a6116 Add MODULE_LICENSE and NOTICE by Bill Yi · 9 years ago
  56. 14217b9 Fix SIGSEGV when out of memory for cache by MrKrzYch00 · 9 years ago
  57. 810f717 New line separator in iterations error by MrKrzYch00 · 9 years ago
  58. db3b6fa Fix stdout new lines on Windows by MrKrzYch00 · 9 years ago
  59. 0f393c8 Fix SIGSEGV when can't writer output by MrKrzYch00 · 9 years ago
  60. bea9526 Fix deflate stream size reporting by MrKrzYch00 · 9 years ago
  61. e17d185 Merge pull request #55 from JayXon/FirstEncounteredTransparentPixel by lvandeve · 9 years ago
  62. aabe8c3 fix RGB value of first encountered transparent pixel by JayXon · 9 years ago
  63. f221cb1 Merge pull request #54 from pornel/warnings by lvandeve · 9 years ago
  64. 5cebcf3 Merge pull request #51 from JayXon/ColorIndex by lvandeve · 9 years ago
  65. f04ea26 Merge pull request #53 from pornel/verbose by lvandeve · 9 years ago
  66. 9f4b110 Fix misc cppcheck warnings. by Alex Xu · 11 years ago
  67. 8d61540 Dead store by Kornel Lesiński · 11 years ago
  68. c875a52 verbose flag by Kornel Lesiński · 11 years ago
  69. b466013 Fix ColorIndex by JayXon · 9 years ago
  70. a29e46b Merge branch 'dwbuiten-fileperms' by Lode Vandevenne · 9 years ago
  71. 7f19f99 Merge branch 'fileperms' of https://github.com/dwbuiten/zopfli into dwbuiten-fileperms by Lode Vandevenne · 9 years ago
  72. 82a2047 Merge pull request #49 from dwbuiten/sharedlib by lvandeve · 9 years ago
  73. 0aefa50 Merge pull request #50 from dwbuiten/c_api by lvandeve · 9 years ago
  74. bce73e2 ZopfliPNG: Add a C API by Derek Buitenhuis · 10 years ago
  75. 422e586 build: Allow building ZopfliPNG as a shared library by Derek Buitenhuis · 10 years ago
  76. 79f2b8d Don't set the executable flag on C++ source files by Derek Buitenhuis · 10 years ago
  77. 2936ed6 Rename CONTRIBUTING to CONTRIBUTING.md by lvandeve · 9 years ago
  78. 5a977c1 Create CONTRIBUTING by lvandeve · 9 years ago
  79. bb96afe Add Android.mk for building Zopfli by Raph Levien · 10 years ago
  80. 78dacfd Merge https://code.google.com/p/zopfli by Geoff Mendal · 10 years ago
  81. b87006b denser huffman tree encoding by Lode Vandevenne · 10 years ago
  82. 4b65025 Initial empty repository by Geoff Mendal · 10 years ago
  83. b831d98 rename makefile to Makefile by Lode Vandevenne · 10 years ago
  84. 08b9794 fixes issue 32, could stop with error when using lossy_transparent with palette by Lode Vandevenne · 10 years ago
  85. ae16c9e more efficient huffman tree encoding, and fixed memory leak by Lode Vandevenne · 10 years ago
  86. 9ec1023 Fix the bug with the disappeared pointer by Lode Vandevenne · 10 years ago
  87. c54dc20 remove usage of nonstandard getline by Lode Vandevenne · 11 years ago
  88. 337d27f ZopfliPNG by Lode Vandevenne · 11 years ago
  89. 79e6e0c Fix tree encoding to save more bits by Lode Vandevenne · 11 years ago
  90. 150827f Fix tree encoding to save more bits by Lode Vandevenne · 11 years ago
  91. 4975aa5 Improved directory structure with the source code under src by Lode Vandevenne · 11 years ago
  92. 2180feb Small cleanup by Lode Vandevenne · 11 years ago
  93. 806be49 More options for Zopfli binary by Lode Vandevenne · 11 years ago
  94. 25aeeec Move ZopfliInitOptions to util.c to allow excluding gzip and zlib linkage by Lode Vandevenne · 11 years ago
  95. 0b717c1 Remove comment by Lode Vandevenne · 11 years ago
  96. 6276dcd Make a better distinction between zopfli binary and library by Lode Vandevenne · 11 years ago
  97. 8c218ef Make a better distinction between zopfli binary and library by Lode Vandevenne · 11 years ago
  98. 981df0f Add Zopfli prefix to symbols by Lode Vandevenne · 11 years ago
  99. 42afd06 Expose DeflatePart function by Lode Vandevenne · 11 years ago
  100. acc0352 Fix floating point issue on some compilers by Lode Vandevenne · 11 years ago