brotli/dec
Zoltan Szabadka 6da0c5c992 Implement a 32-bit bitstream decoder.
The 64-bit bitstream decoder seems to have portability problems
with emscripten/asm.js as it does not compile into working code.
2015-02-25 13:32:17 +01:00
..
bit_reader.c Updates to Brotli compression format, decoder and encoder 2014-02-14 15:04:23 +01:00
bit_reader.h Implement a 32-bit bitstream decoder. 2015-02-25 13:32:17 +01:00
context.h Use C-style comments in the brotli decoder. 2013-12-16 14:45:57 +01:00
decode.c Implement a 32-bit bitstream decoder. 2015-02-25 13:32:17 +01:00
decode.h Fix BrotliDecompressedSize() to work for an uncompressed plus an empty meta-block. 2014-10-15 13:41:00 +02:00
dictionary.h Update the dictionary and the transforms. 2014-03-25 16:48:25 +01:00
huffman.c Updates to Brotli compression format, decoder and encoder 2014-02-14 15:04:23 +01:00
huffman.h Updates to Brotli compression format, decoder and encoder 2014-02-14 15:04:23 +01:00
Makefile Compile decoder with -Wall flag 2015-02-24 17:48:26 +09:00
prefix.h Use C-style comments in the brotli decoder. 2013-12-16 14:45:57 +01:00
safe_malloc.c Use C-style comments in the brotli decoder. 2013-12-16 14:45:57 +01:00
safe_malloc.h Decoder code cleanup. 2014-10-28 13:57:46 +01:00
streams.c Implement a 32-bit bitstream decoder. 2015-02-25 13:32:17 +01:00
streams.h Improvements to the command-line tool. 2014-11-17 15:31:00 +01:00
transform.h Decoder code cleanup. 2014-10-28 13:57:46 +01:00
types.h Allow use of inline keyword in c++/c99 mode. 2014-10-28 14:43:15 +01:00