Lode Vandevenne
81cb09f1b3
separate the licenses from documentation
2015-03-20 15:44:15 +01:00
Zoltan Szabadka
460dda1b50
Decoder code cleanup.
...
1) Use a tighter upper bound on the Huffman table size.
2) Remove unused argument len in ToUpperCase.
3) Remove unused no-op assignment in BrotliDecompress.
4) Fix include guard name.
2014-10-28 13:57:46 +01:00
Zoltan Szabadka
d01c71c4ad
Fix -Wconversion compiler warnings in the brotli decoder.
2014-01-08 12:34:35 +01:00
Zoltan Szabadka
b8a1008569
Use C-style comments in the brotli decoder.
2013-12-16 14:45:57 +01:00
Zoltan Szabadka
8f30907d0f
Add brotli decompressor
...
This commit is for the decoder for brotli compression format.
Brotli is a generic byte-level compression algorithm.
2013-10-11 10:26:07 +02:00