]> wimlib.net Git - wimlib/history - include/wimlib/decompress_common.h
decompress_common: switch to subtables for Huffman decoding
[wimlib] / include / wimlib / decompress_common.h
2016-07-09 Eric Biggersdecompress_common: switch to subtables for Huffman...
2016-07-09 Eric Biggerslzx_decompress: decompressor cleanup
2016-07-02 Eric BiggersRename WORDSIZE to WORDBYTES and introduce WORDBITS
2016-04-27 Eric BiggersUse more comprehensive public domain dedications
2016-02-09 Eric Biggerscompiler.h: remove concept of different unaligned acces...
2015-11-21 Eric BiggersAdjust names of get/put unaligned functions
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-07-22 Eric Biggersdecompress_common.h: make bitstream_read_bytes() fill...
2015-07-20 Eric BiggersAvoid branch in 'num_bits == 0' branch when peeking...
2015-07-20 Eric BiggersMake read_huffsym() return unsigned int
2015-01-25 Eric Biggersheader cleanups
2015-01-03 Eric BiggersMisc. cleanups
2014-12-26 Eric BiggersAdjust naming of (de)compression files
2014-12-16 Eric BiggersRemove support for --enable-more-assertions configure...
2014-12-10 Eric Biggersportability and compression cleanups
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