brotli/dec
Eugene Klyuchnikov b693812271 Decoder: implement custom allocator feature
Drive-by: conform stricter compilation flags; cleanup shared.mk
2015-11-23 10:21:09 +01:00
..
bit_reader.c Brotli decoder: implement new streaming API 2015-11-06 11:46:04 +01:00
bit_reader.h Add more explicit type conversions. 2015-11-17 13:45:41 +01:00
context.h Fix typos. 2015-09-21 21:04:07 +02:00
decode.c Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
decode.h Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
dictionary.c Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
dictionary.h Fix some more compiler warnings in the decoder. 2015-10-05 10:23:32 +02:00
huffman.c Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
huffman.h Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
Makefile Update brotli decoder with latest improvements. 2015-09-24 18:35:25 +02:00
port.h Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
prefix.h Brotli decoder: implement new streaming API 2015-11-06 11:46:04 +01:00
state.c Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
state.h Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00
streams.c Fix function prototypes 2015-10-26 21:04:12 +01:00
streams.h Fix function prototypes 2015-10-26 21:04:12 +01:00
transform.h brotli decoder performance improvements 2015-08-10 13:35:23 +02:00
types.h Decoder: implement custom allocator feature 2015-11-23 10:21:09 +01:00