brotli/dec
Zoltan Szabadka b43df8f699 Brotli custom LZ77 dictionary support.
Adds functions to prepend such dictionary to the
encoder and decoder, and twiddles their internal
parameters to do as if that was a previous part of
the input. This dictionary is just a prefilled LZ77
window, it is not related to the built in transformable
brotli dictionary.
2015-06-12 15:43:54 +02:00
..
bit_reader.c Speed and memory usage improvements for the decoder. 2015-05-07 16:53:43 +02:00
bit_reader.h Brotli custom LZ77 dictionary support. 2015-06-12 15:43:54 +02:00
context.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
decode.c Brotli custom LZ77 dictionary support. 2015-06-12 15:43:54 +02:00
decode.h Brotli custom LZ77 dictionary support. 2015-06-12 15:43:54 +02:00
dictionary.h separate the licenses from documentation 2015-03-20 15:44:15 +01:00
huffman.c Speedups and fixes to the decoder. 2015-06-12 15:12:23 +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 Brotli custom LZ77 dictionary support. 2015-06-12 15:43:54 +02:00
state.h Brotli custom LZ77 dictionary support. 2015-06-12 15:43:54 +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