brotli/dec
Zoltan Szabadka 54f69c9ef7 Support window bits 10 - 15 in the decoder.
The previous window bit value 17 is used to
extend the range, since it has not been used
in any previous encoders.
2015-05-07 17:44:33 +02:00
..
bit_reader.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
bit_reader.h Decoder optimizations for ARM architecture. 2015-05-07 17:10:27 +02:00
context.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
decode.c Support window bits 10 - 15 in the decoder. 2015-05-07 17:44:33 +02:00
decode.h Add partial output support to the decoder. 2015-04-22 17:33:21 +02:00
dictionary.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
huffman.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
huffman.h Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
Makefile Merge pull request #35 from mitya57/master 2015-04-23 12:05:39 +02:00
port.h Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
prefix.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
safe_malloc.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
safe_malloc.h Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
state.c support for partial input (streaming) 2015-03-20 16:13:15 +01:00
state.h Add partial output support to the decoder. 2015-04-22 17:33:21 +02:00
streams.c Add partial output support to the decoder. 2015-04-22 17:33:21 +02:00
streams.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
transform.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
types.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00