]> wimlib.net Git - wimlib/history - include/wimlib/decompress_common.h
read_huffsym(): Use 'unsigned' for 'entry' and 'key_bits'
[wimlib] / include / wimlib / decompress_common.h
2014-09-06 Eric Biggersread_huffsym(): Use 'unsigned' for 'entry' and 'key_bits'
2014-09-06 Eric Biggersxpress-decompress.c: Performance tweaks
2014-09-06 Eric Biggerslz_copy(): Unroll first iteration
2014-09-06 Eric BiggersUpdate input_bitstream
2014-08-06 Eric BiggersLZX decompression: Cleanup
2014-07-29 Eric Biggersdecompress_common.h: Add back check for buffer overrun
2014-07-26 Eric Biggersdecompress_common.h: Optimize bitstream_ensure_bits()
2014-07-05 Eric BiggersGet rid of input_idx_t
2014-07-03 Eric BiggersPlace common decompression/compression code in public...
2014-06-14 Eric BiggersSpeed up LZ77 match copying
2014-06-08 Eric BiggersA few comment fixes
2014-06-08 Eric BiggersRemove a few unnecessary includes
2014-05-28 Eric BiggersRemove unused 'num_syms' argument to read_huffsym()
2014-05-27 Eric BiggersFaster Huffman symbol decoding
2014-05-27 Eric BiggersLZX, XPRESS decompression: Return 0 bits on overrun
2013-12-25 Eric BiggersNew compression/decompression API