brotli/enc
Eugene Kliuchnikov e7e3849835 Update decoder. Add encoder interface wrapper.
* condense printf in port.h; use BROTLI_LOG everywhere
 * mark non-exported functions with BROTLI_INTERNAL
 * use BROTLI_DUMP instead of (void)(BROTLI_FAILURE())
 * fix problems with CustomDictionary
 * make decode.h independent of state.h
 * fix "double-new-lines"
 * fix some strict compilation warnings
 * fix bro.cc compilation for MSVS
 * added compressor.h as a replacement for encode.h + streams.h
2016-04-19 16:29:10 +02:00
..
backward_references.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
backward_references.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
bit_cost.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
block_splitter.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
block_splitter.h Fix most of ()->(void) and some missing includes. 2016-02-29 14:41:24 +01:00
brotli_bit_stream.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
brotli_bit_stream.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
cluster.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
command.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
compress_fragment_two_pass.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
compress_fragment_two_pass.h Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
compress_fragment.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
compress_fragment.h Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
compressor.h Update decoder. Add encoder interface wrapper. 2016-04-19 16:29:10 +02:00
context.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
dictionary_hash.h Fix headers 2015-12-11 11:11:51 +01:00
dictionary.cc Fix headers 2015-12-11 11:11:51 +01:00
dictionary.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
encode_parallel.cc Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
encode_parallel.h Fix headers 2015-12-11 11:11:51 +01:00
encode.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
encode.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
entropy_encode_static.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
entropy_encode.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
entropy_encode.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
fast_log.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
find_match_length.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
hash.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
histogram.cc Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
histogram.h Fix most of ()->(void) and some missing includes. 2016-02-29 14:41:24 +01:00
literal_cost.cc Fix build with -Wmissing-declarations. 2016-03-18 19:18:59 -07:00
literal_cost.h Fix headers 2015-12-11 11:11:51 +01:00
Makefile Add two more fast modes to the brotli compressor. 2016-01-11 11:21:42 +01:00
metablock.cc Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
metablock.h Fix most of ()->(void) and some missing includes. 2016-02-29 14:41:24 +01:00
port.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
prefix.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
ringbuffer.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
static_dict_lut.h Fix headers 2015-12-11 11:11:51 +01:00
static_dict.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
static_dict.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
streams.cc Fix most of ()->(void) and some missing includes. 2016-02-29 14:41:24 +01:00
streams.h Fix most of ()->(void) and some missing includes. 2016-02-29 14:41:24 +01:00
transform.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
types.h Reduce memory usage of brotli encoder at quality 10 and 11. 2016-03-15 10:50:16 +01:00
utf8_util.cc Fix more conversion warnings. 2016-01-07 16:27:49 +01:00
utf8_util.h Fix headers 2015-12-11 11:11:51 +01:00
write_bits.h Fix more conversion warnings. 2016-01-07 16:27:49 +01:00