commit | 28dea6a64d7e43eafe515f095af3e81453ef5712 | [log] [tgz] |
---|---|---|
author | szabadka <szabadka@users.noreply.github.com> | Wed Apr 01 16:20:59 2015 +0200 |
committer | szabadka <szabadka@users.noreply.github.com> | Wed Apr 01 16:20:59 2015 +0200 |
tree | 39bcd218b71294c1377e00f8e611cc200b176cae | |
parent | bdb4e33336e3e725f641a85c530ebb2c6e1f1ba3 [diff] | |
parent | fac8993bef9c4a2884e9d1a49adcd0b94e7174ea [diff] |
Merge pull request #60 from szabadka/master Add a missing state transition to CopyUncompressedBlockToOutput().
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli
Brotli is open-sourced under the Apache License, Version 2.0, see the LICENSE file.