mirror of
https://github.com/google/brotli.git
synced 2024-11-12 15:10:15 +00:00
0a63f99db9
* move `common/port.h` to `includes/port.h` * replace magic more magic numbers with constants * artificially limit window size to 2^18 for quality 0 and 1 * use fixed shifts for quality 0 and 1 hashes * removed `BrotliEncoderWriteMetadata` * added `BROTLI_OPERATION_EMIT_METADATA` instead * deprecated low-level API * fixed MSVC warnings |
||
---|---|---|
.. | ||
bit_reader.c | ||
bit_reader.h | ||
context.h | ||
decode.c | ||
huffman.c | ||
huffman.h | ||
port.h | ||
prefix.h | ||
state.c | ||
state.h | ||
transform.h |