brotli/dec
2015-10-01 14:30:22 +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 Introduce a BROTLI_BUILD_PORTABLE macro to disable potentially dangerous optimizations. 2015-09-25 17:57:19 +02:00
context.h Fix typos. 2015-09-21 21:04:07 +02:00
decode.c Simplify uncompressed block decoding state machine. 2015-09-28 12:40:39 +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 Fix a bug in ReadHuffmanCode(). 2015-09-28 12:37:35 +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 Avoid undefined behavior from memcpy for the portable build. 2015-09-28 12:38:29 +02:00
prefix.h update brotli decoder with latest improvements 2015-08-28 15:20:24 +02:00
state.c Update brotli decoder with latest improvements. 2015-09-24 18:35:25 +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