• Show log

    Commit

  • Hash : 2726b8a4
    Author : Zoltan Szabadka
    Date : 2015-10-06T11:23:44

    Encoder fixes.
    
    * Remove default constructors.
    * Initialize bit_cost in histogram.Clear().
    * Check fseek result in FileSize.
    * Replace malloc in BrotliFileIn constructor with "new".
    * Catch bad_alloc in bro tool.