brotli/enc
Zoltan Szabadka f0b88cbcdb Fixes to the encoder to support visual studio.
Changes suggested by @r-lyeh and @anthrotype.

 - Use a portable simple PRNG instead of rand_r()
 - add missing <assert.h> include
 - disambiguate log2() argument type
 - remove endian.h include from write_bits.h
2015-02-25 18:19:51 +01:00
..
backward_references.cc New version of the backward reference search code. 2014-10-28 13:25:22 +01:00
backward_references.h New version of the backward reference search code. 2014-10-28 13:25:22 +01:00
bit_cost.h Factor out serialization functions into their own file. 2014-10-15 14:01:36 +02:00
block_splitter.cc Fixes to the encoder to support visual studio. 2015-02-25 18:19:51 +01:00
block_splitter.h Move the block switch stroing functions to the brotli_bit_stream library. 2014-10-28 11:53:52 +01:00
brotli_bit_stream.cc Fully qualify std::max_element, std::push_heap and std::pop_heap names. 2015-02-25 10:29:24 +01:00
brotli_bit_stream.h Move the context map encoding function to the brotli_bit_stream library. 2014-10-28 13:47:21 +01:00
cluster.h Fully qualify std::max_element, std::push_heap and std::pop_heap names. 2015-02-25 10:29:24 +01:00
command.h New version of the backward reference search code. 2014-10-28 13:25:22 +01:00
context.h Updates to Brotli compression format, decoder and encoder 2013-11-15 19:02:17 +01:00
dictionary.h Fix potential output buffer overflow in encoder. 2014-10-28 14:05:53 +01:00
encode.cc Disable transforms in the encoder by default. 2014-10-29 15:39:35 +01:00
encode.h Disable transforms in the encoder by default. 2014-10-29 15:39:35 +01:00
entropy_encode.cc Factor out serialization functions into their own file. 2014-10-15 14:01:36 +02:00
entropy_encode.h Factor out serialization functions into their own file. 2014-10-15 14:01:36 +02:00
fast_log.h Fixes to the encoder to support visual studio. 2015-02-25 18:19:51 +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 New version of the backward reference search code. 2014-10-28 13:25:22 +01:00
histogram.cc New version of the backward reference search code. 2014-10-28 13:25:22 +01:00
histogram.h Updates to Brotli compression format, decoder and encoder 2013-12-12 13:18:04 +01:00
literal_cost.cc Update the dictionary and the transforms. 2014-03-25 16:48:25 +01:00
literal_cost.h Updates to Brotli compression format, decoder and encoder 2014-03-20 14:32:35 +01:00
Makefile Add command-line tool and tests. 2014-10-30 13:59:37 +01:00
port.h Fixes to the encoder to support visual studio. 2015-02-25 18:19:51 +01:00
prefix.h New version of the backward reference search code. 2014-10-28 13:25:22 +01:00
ringbuffer.h Fix potential output buffer overflow in encoder. 2014-10-28 14:05:53 +01:00
static_dict.h Updates to Brotli compression format, decoder and encoder 2014-03-20 14:32:35 +01:00
transform.h Update the dictionary and the transforms. 2014-03-25 16:48:25 +01:00
write_bits.h Fixes to the encoder to support visual studio. 2015-02-25 18:19:51 +01:00