brotli/dec
2015-10-02 16:43:47 +02:00
..
bit_reader.c Introduce a BROTLI_BUILD_PORTABLE macro to disable potentially dangerous optimizations. 2015-09-25 17:57:19 +02:00
bit_reader.h Add more build parameters. 2015-10-02 16:43:47 +02:00
context.h Fix typos. 2015-09-21 21:04:07 +02:00
decode.c Add BROTLI_FREE macro, check malloc status after histogram allocations. 2015-10-02 16:19:30 +02:00
decode.h Update brotli decoder with latest improvements. 2015-09-23 12:24:06 +02:00
dictionary.c Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
dictionary.h Update brotli decoder with latest improvements. 2015-09-24 18:35:25 +02:00
huffman.c Avoid loop in GetNextKey. 2015-10-02 16:40:26 +02:00
huffman.h Update brotli decoder with latest improvements. 2015-09-24 18:35:25 +02:00
Makefile Update brotli decoder with latest improvements. 2015-09-24 18:35:25 +02:00
port.h Add more build parameters. 2015-10-02 16:43:47 +02:00
prefix.h update brotli decoder with latest improvements 2015-08-28 15:20:24 +02:00
state.c Add BROTLI_FREE macro, check malloc status after histogram allocations. 2015-10-02 16:19:30 +02:00
state.h Simplify uncompressed block decoding state machine. 2015-09-28 12:40:39 +02:00
streams.c Add null output callback to decoder for easier testing. 2015-09-25 12:07:07 +02:00
streams.h Add null output callback to decoder for easier testing. 2015-09-25 12:07:07 +02:00
transform.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
types.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00