1. 6511d6b update brotli encoder with latest improvements by Lode Vandevenne · 9 years ago
  2. 618287b Deprecate greedy_block_split and enable_context_modeling brotli params. by Zoltan Szabadka · 9 years ago
  3. 6609883 Use a static hash table to look up dictionary words and transforms. by Zoltan Szabadka · 9 years ago
  4. 65f3fc5 Bug fixes for the brotli encoder. by Zoltan Szabadka · 9 years ago
  5. b43df8f Brotli custom LZ77 dictionary support. by Zoltan Szabadka · 9 years ago
  6. aa853f3 Add a MODE_GENERIC compression mode to the interface. by Zoltan Szabadka · 9 years ago
  7. 0f726df Don't do any block splitting for quality 1. by Zoltan Szabadka · 9 years ago
  8. 9853922 Remove quality parameter from bitstream writing functions. by Zoltan Szabadka · 9 years ago
  9. 2fd80cd Encoder support for new empty meta-block format. by Zoltan Szabadka · 9 years ago
  10. 3dbe2e0 Encoder implementation using input/output classes. by Zoltan Szabadka · 9 years ago
  11. 89a6fb8 Add params to disable static dictionary and context modeling. by Zoltan Szabadka · 9 years ago
  12. e377e65 Limit the max input meta-block size to 16MB. by Zoltan Szabadka · 10 years ago
  13. 817a3ed Add an input block size parameter to brotli. by Zoltan Szabadka · 10 years ago
  14. d6d69ec Add quality and lgwin to the BrotliParams. by Zoltan Szabadka · 10 years ago
  15. 534654d Add a faster but less dense compression mode. by Zoltan Szabadka · 10 years ago
  16. 96d04e5 Disable transforms in the encoder by default. by Zoltan Szabadka · 10 years ago
  17. 485ad82 Fix potential output buffer overflow in encoder. by Zoltan Szabadka · 10 years ago
  18. b4f39bf New version of the backward reference search code. by Zoltan Szabadka · 10 years ago
  19. d6d9fc6 Factor out serialization functions into their own file. by Zoltan Szabadka · 10 years ago
  20. e765008 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  21. 2f268ad Add the initial version of the static dictionary and transforms to Brotli. by Zoltan Szabadka · 11 years ago
  22. 60c24c0 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  23. 1cdcbd8 Added Brotli compress/decompress utilities and makefiles by Roderick Sheeter · 11 years ago
  24. c6b9c7c Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  25. c66e4e3 Add brotli compressor by Zoltan Szabadka · 11 years ago