]> wimlib.net Git - wimlib/history - src/decompress.c
make_huffman_decode_table(): Add SSE2 entry filling (with aliasing handled correctly)
[wimlib] / src / decompress.c
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