Edit

kc3-lang/brotli/tools

Branch :

  • Show log

    Commit

  • Author : Zoltan Szabadka
    Date : 2015-04-23 15:26:08
    Hash : 3dbe2e03
    Message : Encoder implementation using input/output classes. Add a BrotliCompress() method to the public encoder API that uses the BrotliIn and BrotliOut classes and use that in the 'bro' command-line tool. Use the streaming api in BrotliCompressBuffer() and BrotliCompressor::WriteMetaBlock(). Use the appropiate hashers for quality <= 9.