]> wimlib.net Git - wimlib/history - src/lzms-decompress.c
Speed up LZ77 match copying
[wimlib] / src / lzms-decompress.c
2014-06-14 Eric BiggersSpeed up LZ77 match copying
2014-06-12 Eric Biggers{lzx,lzms-decompress.c}: Allocate context with DECODE_T...
2014-05-31 Eric BiggersOptimize Huffman code generation
2014-05-27 Eric BiggersFaster Huffman symbol decoding
2014-05-15 Eric BiggersRemove duplicate words & fix grammatical errors
2014-01-02 Eric Biggerslzms-decompress.c: Fix indentation
2014-01-02 Eric BiggersLZMS: Accelerate slot-finding
2014-01-02 Eric BiggersUpdate LZMS compressor
2014-01-01 Eric BiggersUpdate LZMS LRU queue handling
2013-12-28 Eric BiggersAllow configurable case sensitivity
2013-12-26 Eric BiggersUpdate LZMS compressor - can now output literals
2013-12-26 Eric BiggersShare LZMS x86 filter between compressor and decompressor
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-21 Eric Biggerslzms-decompress.c: Fix comments
2013-12-19 Eric BiggersAdd independent LZMS decompressor
2013-12-14 Eric BiggersAdd kind-of-working LZMS decompression using cabinet...
2013-12-14 Eric Biggersupdate; add lzms_decompress() stub