brotli/enc
Marcin Karpinski 21ac39f7c8 Fix typos.
2015-09-21 21:04:07 +02:00
..
backward_references.cc Fix bug in encoder. 2015-09-01 12:18:41 +02:00
backward_references.h Deprecate greedy_block_split and enable_context_modeling brotli params. 2015-06-12 16:50:49 +02:00
bit_cost.h Fix typos. 2015-09-21 21:04:07 +02:00
block_splitter.cc Fix encoder bug. 2015-07-30 17:42:02 +02:00
block_splitter.h Fix encoder bug. 2015-07-30 17:42:02 +02:00
brotli_bit_stream.cc Fix typos. 2015-09-21 21:04:07 +02:00
brotli_bit_stream.h Don't do any block splitting for quality 1. 2015-04-28 10:12:47 +02:00
cluster.h update brotli encoder with latest improvements 2015-08-28 16:09:23 +02:00
command.h update brotli encoder with latest improvements 2015-08-28 16:09:23 +02:00
context.h Fix typos. 2015-09-21 21:04:07 +02:00
dictionary_hash.h Change the static dictionary hash table to take into 2015-06-12 16:14:06 +02:00
dictionary.h Fix potential output buffer overflow in encoder. 2014-10-28 14:05:53 +01:00
encode_parallel.cc msan bugfixes to the brotli encoder 2015-08-10 13:25:45 +02:00
encode_parallel.h Proof-of-concept encoder for parallel compression. 2015-04-01 16:35:52 +02:00
encode.cc update brotli encoder with latest improvements 2015-08-28 16:09:23 +02:00
encode.h update brotli encoder with latest improvements 2015-08-28 16:09:23 +02:00
entropy_encode.cc Remove quality parameter from bitstream writing functions. 2015-04-23 16:20:29 +02:00
entropy_encode.h Fix typos. 2015-09-21 21:04:07 +02:00
fast_log.h Fix encoder compilation error on MSVS 2010. 2015-02-27 16:04:43 +01:00
find_match_length.h Speed up FindMatchLength for non-x86 64-bit targets. 2015-02-25 10:24:13 +01:00
hash.h update brotli encoder with latest improvements 2015-08-28 16:09:23 +02:00
histogram.cc Remove quality parameter from bitstream writing functions. 2015-04-23 16:20:29 +02:00
histogram.h Bug fixes for the brotli encoder. 2015-06-12 16:11:50 +02:00
literal_cost.cc Fix another use of log2() in literal_cost.cc 2015-02-27 16:53:00 +01:00
literal_cost.h Updates to Brotli compression format, decoder and encoder 2014-03-20 14:32:35 +01:00
Makefile Use a static hash table to look up dictionary words and transforms. 2015-06-12 16:45:17 +02:00
metablock.cc Fix encoder bug. 2015-07-30 17:42:02 +02:00
metablock.h Deprecate greedy_block_split and enable_context_modeling brotli params. 2015-06-12 16:50:49 +02:00
port.h Bug fixes for the brotli encoder. 2015-06-12 16:11:50 +02:00
prefix.h Align distance code meaning in the brotli encoder. 2015-05-07 17:40:00 +02:00
ringbuffer.h Fix typos. 2015-09-21 21:04:07 +02:00
static_dict_lut.h Use a static hash table to look up dictionary words and transforms. 2015-06-12 16:45:17 +02:00
static_dict.cc Fix typos. 2015-09-21 21:04:07 +02:00
static_dict.h msan bugfixes to the brotli encoder 2015-08-10 13:25:45 +02:00
streams.cc Add missing <stdlib.h> to streams.cc 2015-08-11 11:09:04 +02:00
streams.h Remove the 'override' keyword from ~BrotliFileIn(). 2015-04-23 16:43:38 +02:00
transform.h Use a static hash table to look up dictionary words and transforms. 2015-06-12 16:45:17 +02:00
write_bits.h Fixes to the encoder to support visual studio. 2015-02-25 18:19:51 +01:00