brotli/dec
Zoltan Szabadka 4b2fd00e24 Use a single lookup table for insert/copy offsets and extra bits.
Remove safe_malloc.c since all the bounds checking is done inside
decode.c now.
2015-08-10 16:39:50 +02:00
..
bit_reader.c fix brotli decoder MSVC compilation error 2015-08-10 14:18:37 +02:00
bit_reader.h fix brotli decoder MSVC compilation error 2015-08-10 14:18:37 +02:00
context.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
decode.c Use a single lookup table for insert/copy offsets and extra bits. 2015-08-10 16:39:50 +02:00
decode.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
dictionary.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
huffman.c Use a single lookup table for insert/copy offsets and extra bits. 2015-08-10 16:39:50 +02:00
huffman.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
Makefile Use a single lookup table for insert/copy offsets and extra bits. 2015-08-10 16:39:50 +02:00
port.h Enable little endian support also for visual studio 2015-08-10 14:41:42 +02:00
prefix.h Use a single lookup table for insert/copy offsets and extra bits. 2015-08-10 16:39:50 +02:00
state.c Use a single lookup table for insert/copy offsets and extra bits. 2015-08-10 16:39:50 +02:00
state.h Use a single lookup table for insert/copy offsets and extra bits. 2015-08-10 16:39:50 +02:00
streams.c brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
streams.h brotli decoder performance improvements 2015-08-10 13:35:23 +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