brotli/dec
2015-05-07 20:36:35 +02:00
..
bit_reader.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
bit_reader.h Restrict the ARM optimizations to little endian architectures. 2015-05-07 20:36:35 +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