]> wimlib.net Git - wimlib/history - src/lzx_decompress.c
timestamp.c: correctly convert negative UNIX timestamps
[wimlib] / src / lzx_decompress.c
2016-07-09 Eric BiggersStop force-inlining everything marked 'inline'
2016-07-09 Eric Biggersdecompress_common: move temp space for building decode...
2016-07-09 Eric Biggersdecompress_common: introduce fast path for lz_copy()
2016-07-09 Eric Biggersdecompress_common: switch to subtables for Huffman...
2016-07-09 Eric Biggerslzx_common: add constants for minimum aligned offset...
2016-07-09 Eric Biggerslzx_decompress: optimize use of extra offset bits array
2016-07-09 Eric Biggerslzx_common: make lzx_offset_slot_base hold unadjusted...
2016-07-09 Eric Biggerslzx_decompress: decompressor cleanup
2015-09-27 Eric Biggerslzx_common: rename to lzx_preprocess/lzx_postprocess
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-18 Eric BiggersUse 'restrict' on pointer arguments to all compress...
2015-07-22 Eric Biggersdecompress_common.h: make bitstream_read_bytes() fill...
2015-07-22 Eric Biggerslzx_decompress.c: switch to out* pointer style
2015-07-20 Eric BiggersMake read_huffsym() return unsigned int
2015-03-27 Eric Biggerslzx_decompress.c: add missing validation in RLE length...
2015-01-25 Eric Biggersheader cleanups
2015-01-11 Eric BiggersMerge LZX compression updates
2014-12-26 Eric BiggersAdjust naming of (de)compression files