brotli/common
Eugene Kliuchnikov 0a63f99db9 Update encoder
* 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
2016-09-21 17:20:36 +02:00
..
constants.h Update decoder: 2016-09-21 15:05:12 +02:00
dictionary.c Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
dictionary.h Move "public" to "include/brotli" 2016-08-23 14:40:33 +02:00
version.h * rename macros with preceding underscore 2016-08-22 13:28:22 +02:00