]> wimlib.net Git - wimlib/history - src/decompress.c
wimoptimize: Add --pack-streams option
[wimlib] / src / decompress.c
2013-12-23 Eric BiggersCleanup
2013-12-09 Eric BiggersClean up other compression/decompression code
2013-10-12 Eric Biggerslzx-decompress.c: Fix alignment bug
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-18 Eric Biggersmake_huffman_decode_table(): Add SSE2 entry filling...
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric BiggersRefactor headers
2013-03-23 Eric BiggersStyle
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-02-05 Eric BiggersCleanup v1.2.4
2012-12-31 Eric BiggersComment lines that may produce compiler warnings
2012-12-31 Eric BiggersVarious code cleanups
2012-12-21 Eric Biggersmake_huffman_decode_table(): Fix comment v1.2.2
2012-12-21 Eric Biggersmake_huffman_decode_table(): entries_per_long
2012-12-21 Eric BiggersLZX decompression cleanups
2012-12-20 Eric BiggersRewrite make_huffman_decode_table()
2012-12-20 Eric BiggersDecompression optimizations
2012-12-20 Eric BiggersReplaced all "uint" with "unsigned"
2012-12-16 Eric BiggersRe-organize code