brotli/enc
szabadka 0477473ba2 Merge pull request #184 from IIoTeP9HuY/master
Support large inputs/outputs in memory adaptors
2015-10-02 13:22:15 +02:00
..
backward_references.cc Reduce command buffer memory usage. 2015-10-01 17:08:59 +02:00
backward_references.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
bit_cost.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
block_splitter.cc Fix encoder bug. 2015-07-30 17:42:02 +02:00
block_splitter.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
brotli_bit_stream.cc Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
brotli_bit_stream.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
cluster.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
command.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
context.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
dictionary_hash.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
dictionary.cc Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
dictionary.h Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
encode_parallel.cc Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
encode_parallel.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
encode.cc Reduce command buffer memory usage. 2015-10-01 17:08:59 +02:00
encode.h Reduce command buffer memory usage. 2015-10-01 17:08:59 +02:00
entropy_encode.cc Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
entropy_encode.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
fast_log.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
find_match_length.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
hash.h Reduce command buffer memory usage. 2015-10-01 17:08:59 +02:00
histogram.cc Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
histogram.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
literal_cost.cc Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
literal_cost.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
Makefile Move literal cost computation to where it's used. 2015-10-01 15:10:42 +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 Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
prefix.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
ringbuffer.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
static_dict_lut.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
static_dict.cc Fix typos. 2015-09-21 21:04:07 +02:00
static_dict.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
streams.cc Support large inputs/outputs in memory adaptors 2015-09-28 16:03:51 +03:00
streams.h Merge pull request #184 from IIoTeP9HuY/master 2015-10-02 13:22:15 +02:00
transform.h Use a static hash table to look up dictionary words and transforms. 2015-06-12 16:45:17 +02:00
types.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
utf8_util.cc Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
utf8_util.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
write_bits.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00