• Show log

    Commit

  • Hash : 1447345c
    Author : Zoltan Szabadka
    Date : 2013-12-17T17:17:57

    Brotli format change: improved encoding of Huffman codes
    
    This change removes the redundant HCLEN, HLENINC and HLEN
    fields from the encoding of the complex Huffman codes and
    derives these from an invariant of the code length sequence.
    Based on a patch by Robert Obryk.