1. e377e65 Limit the max input meta-block size to 16MB. by Zoltan Szabadka · 10 years ago
  2. 1428d54 Proof-of-concept encoder for parallel compression. by Zoltan Szabadka · 10 years ago
  3. 817a3ed Add an input block size parameter to brotli. by Zoltan Szabadka · 10 years ago
  4. d6d69ec Add quality and lgwin to the BrotliParams. by Zoltan Szabadka · 10 years ago
  5. ca3a7a9 Use FastLog2() instead of log() in BitsEntropy(). by Zoltan Szabadka · 10 years ago
  6. 534654d Add a faster but less dense compression mode. by Zoltan Szabadka · 10 years ago
  7. 497814e Remove the redundant EncodeMetaBlockHeader() function. by Zoltan Szabadka · 10 years ago
  8. 28135ea Fix another use of log2() in literal_cost.cc by Zoltan Szabadka · 10 years ago
  9. fab601e Fix encoder compilation error on MSVS 2010. by Zoltan Szabadka · 10 years ago
  10. f0b88cb Fixes to the encoder to support visual studio. by Zoltan Szabadka · 10 years ago
  11. 5bc56a1 Fully qualify std::max_element, std::push_heap and std::pop_heap names. by Zoltan Szabadka · 10 years ago
  12. e643328 Speed up FindMatchLength for non-x86 64-bit targets. by Zoltan Szabadka · 10 years ago
  13. e173982 Add command-line tool and tests. by Zoltan Szabadka · 10 years ago
  14. 96d04e5 Disable transforms in the encoder by default. by Zoltan Szabadka · 10 years ago
  15. 485ad82 Fix potential output buffer overflow in encoder. by Zoltan Szabadka · 10 years ago
  16. 0428f2d Move the context map encoding function to the brotli_bit_stream library. by Zoltan Szabadka · 10 years ago
  17. f321ba1 Make the histogram clustering function more generic. by Zoltan Szabadka · 10 years ago
  18. b4f39bf New version of the backward reference search code. by Zoltan Szabadka · 10 years ago
  19. 03b2034 Minor tuning of encoder heuristics. by Zoltan Szabadka · 10 years ago
  20. ca8c289 Fix storing of the meta-block header for last empty meta-block. by Zoltan Szabadka · 10 years ago
  21. 467e6ee Move the block switch stroing functions to the brotli_bit_stream library. by Zoltan Szabadka · 10 years ago
  22. 39cde01 Fix TODO markups. by Zoltan Szabadka · 10 years ago
  23. d6d9fc6 Factor out serialization functions into their own file. by Zoltan Szabadka · 10 years ago
  24. 12c6d1f Apply const qualifier to call operator of comparator class. by Zoltan Szabadka · 10 years ago
  25. fe6e9b0 Remove broken Makefiles. by Zoltan Szabadka · 10 years ago
  26. e8d668f Add top-level README file. by Zoltan Szabadka · 10 years ago
  27. 3f655b6 Fix buffer overflow bug in the brotli encoder. by Zoltan Szabadka · 11 years ago
  28. 3477819 Update the dictionary and the transforms. by Zoltan Szabadka · 11 years ago
  29. e765008 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  30. 2f268ad Add the initial version of the static dictionary and transforms to Brotli. by Zoltan Szabadka · 11 years ago
  31. 0454ab4 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  32. 2bcd58b Brotli format change: small improvement to the encoding of Huffman codes by Zoltan Szabadka · 11 years ago
  33. d762bc6 Bug fixes for the brotli encoder and decoder. by Zoltan Szabadka · 11 years ago
  34. 1447345 Brotli format change: improved encoding of Huffman codes by Zoltan Szabadka · 11 years ago
  35. c23cb1e Support for OSX build; tested using OSX 10.9/clang-500.2.79 by Roderick Sheeter · 11 years ago
  36. 60c24c0 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  37. 8d7081f Add draft specification of the brotli format by Zoltan Szabadka · 11 years ago
  38. 1cdcbd8 Added Brotli compress/decompress utilities and makefiles by Roderick Sheeter · 11 years ago
  39. c6b9c7c Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  40. c66e4e3 Add brotli compressor by Zoltan Szabadka · 11 years ago