Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 81480011 | 2016-08-23 14:40:33 | Move "public" to "include/brotli" | ||
| 801f5f37 | 2016-08-22 13:28:22 | * rename macros with preceding underscore * add Brotli*TakeOutput methods * * flushing now doesn't require additional call * add Brotli*Version methods * moved public headers to 'public' directory * removed C++ API * do not assume STDC_VERSION is defined | ||
| 3ccbf05d | 2016-06-13 11:01:04 | Convert encoder to plain C. | ||
| 58a3023e | 2016-06-03 11:19:23 | Transform most of C++ comments to C-style. | ||
| f1c9ab29 | 2016-06-03 10:51:04 | Extract common parts: constants, dictionary, etc. | ||
| b972c677 | 2016-06-13 11:01:04 | Convert encoder to plain C. | ||
| 352b0b28 | 2016-06-03 11:19:23 | Transform most of C++ comments to C-style. | ||
| 02829186 | 2016-06-03 10:51:04 | Extract common parts: constants, dictionary, etc. | ||
| b820c39b | 2016-03-15 10:50:16 | Reduce memory usage of brotli encoder at quality 10 and 11. | ||
| 1bf1b0a5 | 2016-01-08 10:10:22 | Faster entropy coding phase for quality 1. In quality 1, use static Huffman codes for distance and command histograms with <= 128 symbols and dynamic Huffman codes with static code length codes for the other histograms. |