• Show log

    Commit

  • Hash : b43df8f6
    Author : Zoltan Szabadka
    Date : 2015-06-12T15:43:54

    Brotli custom LZ77 dictionary support.
    
    Adds functions to prepend such dictionary to the
    encoder and decoder, and twiddles their internal
    parameters to do as if that was a previous part of
    the input. This dictionary is just a prefilled LZ77
    window, it is not related to the built in transformable
    brotli dictionary.