1. a81f2ef Decoder support for new empty meta-block format. by Zoltan Szabadka · 9 years ago
  2. 2a7bbfc Update the previous two bytes when decoding an uncompressed metablock. by Zoltan Szabadka · 10 years ago
  3. fac8993 Add a missing state transition to CopyUncompressedBlockToOutput(). by Zoltan Szabadka · 10 years ago
  4. fe6e5d1 Faster decoder for data with trivial context maps. by Zoltan Szabadka · 10 years ago
  5. f9e5a2d bugfixes affecting streaming decoding by Lode Vandevenne · 10 years ago
  6. 8f3092a Add some missing state transitions to DecodeContextMap(). by Zoltan Szabadka · 10 years ago
  7. c5ccd0d Change the return value of decoder functions from integer codes to an enum. by Zoltan Szabadka · 10 years ago
  8. 85abce6 Propagate error condition from ReadHuffmanCodeLengths() by Lode Vandevenne · 10 years ago
  9. b142207 a few more tweaks to the streaming support by Lode Vandevenne · 10 years ago
  10. 8270250 support for partial input (streaming) by Lode Vandevenne · 10 years ago
  11. 81cb09f separate the licenses from documentation by Lode Vandevenne · 10 years ago
  12. 6da0c5c Implement a 32-bit bitstream decoder. by Zoltan Szabadka · 10 years ago
  13. 68d63f5 Fix a sign-conversion warning in the decoder. by Zoltan Szabadka · 10 years ago
  14. 65d655d Compile decoder with -Wall flag by Kunihiko Sakamoto · 10 years ago
  15. 4278934 Fix undefined behavior in decoder. by Zoltan Szabadka · 10 years ago
  16. ac455c5 Improvements to the command-line tool. by Zoltan Szabadka · 10 years ago
  17. e173982 Add command-line tool and tests. by Zoltan Szabadka · 10 years ago
  18. dd6237b Allow use of inline keyword in c++/c99 mode. by Zoltan Szabadka · 10 years ago
  19. 460dda1 Decoder code cleanup. by Zoltan Szabadka · 10 years ago
  20. 79d2b89 Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-block. by Zoltan Szabadka · 10 years ago
  21. fe6e9b0 Remove broken Makefiles. by Zoltan Szabadka · 10 years ago
  22. e8d668f Add top-level README file. by Zoltan Szabadka · 10 years ago
  23. 3477819 Update the dictionary and the transforms. by Zoltan Szabadka · 11 years ago
  24. e765008 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  25. cddab4a Enable the static dictionary in the Brotli decoder. by Zoltan Szabadka · 11 years ago
  26. 2f268ad Add the initial version of the static dictionary and transforms to Brotli. by Zoltan Szabadka · 11 years ago
  27. 0454ab4 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  28. d01c71c Fix -Wconversion compiler warnings in the brotli decoder. by Zoltan Szabadka · 11 years ago
  29. 2bcd58b Brotli format change: small improvement to the encoding of Huffman codes by Zoltan Szabadka · 11 years ago
  30. d762bc6 Bug fixes for the brotli encoder and decoder. by Zoltan Szabadka · 11 years ago
  31. 1447345 Brotli format change: improved encoding of Huffman codes by Zoltan Szabadka · 11 years ago
  32. b8a1008 Use C-style comments in the brotli decoder. by Zoltan Szabadka · 11 years ago
  33. 29bb7cb Fix Microsoft VisualStudio 64-bit build of brotli by Zoltan Szabadka · 11 years ago
  34. 354349d Fix Microsoft VisualStudio build of brotli by Zoltan Szabadka · 11 years ago
  35. 60c24c0 Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  36. 8d7081f Add draft specification of the brotli format by Zoltan Szabadka · 11 years ago
  37. 1cdcbd8 Added Brotli compress/decompress utilities and makefiles by Roderick Sheeter · 11 years ago
  38. c6b9c7c Updates to Brotli compression format, decoder and encoder by Zoltan Szabadka · 11 years ago
  39. 6455522 Make the brotli decoder more C90-compatible. by Zoltan Szabadka · 11 years ago
  40. e0346c8 Fix name collisions with libwebp. by Zoltan Szabadka · 11 years ago
  41. 8f30907 Add brotli decompressor by Zoltan Szabadka · 11 years ago