brotli/dec
2014-10-30 13:59:37 +01:00
..
bit_reader.c Updates to Brotli compression format, decoder and encoder 2014-02-14 15:04:23 +01:00
bit_reader.h Updates to Brotli compression format, decoder and encoder 2014-02-14 15:04:23 +01:00
context.h Use C-style comments in the brotli decoder. 2013-12-16 14:45:57 +01:00
decode.c Decoder code cleanup. 2014-10-28 13:57:46 +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 Add command-line tool and tests. 2014-10-30 13:59:37 +01: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 Fix -Wconversion compiler warnings in the brotli decoder. 2014-01-08 12:34:35 +01:00
streams.h Use C-style comments in the brotli decoder. 2013-12-16 14:45:57 +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