]> wimlib.net Git - wimlib/history - src/lzx_compress.c
ntfs-3g_apply.c: inform user about yet another possible NTFS-3G bug
[wimlib] / src / lzx_compress.c
2015-11-21 Eric BiggersAdjust names of get/put unaligned functions
2015-11-12 Eric Biggerslzx_compress.c: minor comment fix
2015-11-07 Eric Biggerslzx_compress.c: remove unused function
2015-11-07 Eric Biggerslzx_compress.c: tweak code formatting
2015-11-07 Eric Biggerslzx_compress.c: avoid undefined shifts in lzx_flush_bits()
2015-10-19 Eric Biggerslzx_compress.c: fix min value of LENGTH_CODEWORD_LIMIT
2015-10-19 Eric Biggerslzx_compress.c: chosen_sequences[] length was 1 too...
2015-10-19 Eric Biggerslzx_compress.c: CAN_BUFFER() was 1 off
2015-09-27 Eric Biggersbt_matchfinder: add BT_MATCHFINDER_REQUIRED_NBYTES
2015-09-27 Eric Biggerslzx_compress: update lzx_update_costs() with codeword...
2015-09-27 Eric Biggerslzx_compress.c: adjust parameters for slightly stronger...
2015-09-27 Eric Biggerslzx_common: rename to lzx_preprocess/lzx_postprocess
2015-09-27 Eric Biggerslzx_common: get rid of unnecessary functions
2015-09-27 Eric Biggersbt_matchfinder: use 4-byte hashing for trees
2015-09-27 Eric Biggersbt_matchfinder: make callers do max_len check
2015-09-27 Eric Biggerslzx_compress.c: optimize aligned cost consideration...
2015-09-27 Eric BiggersRename 'pos_t' to 'mf_pos_t'
2015-09-27 Eric BiggersRemove LZX_ASSERT() (now almost unused)
2015-09-27 Eric Biggersbt_matchfinder optimizations
2015-09-27 Eric BiggersAllow hc_matchfinder and bt_matchfinder to be "templated"
2015-09-27 Eric Biggerslzx_compress.c: optimize bit output
2015-09-27 Eric Biggerslzx_compress.c: optimize output of items
2015-09-27 Eric Biggerslzx_compress.c: optimization for lzx_compute_precode_it...
2015-09-27 Eric Biggershc_matchfinder optimizations
2015-09-25 Eric BiggersGet rid of matchfinder_common.h and manual memsets
2015-09-19 Eric BiggersReplace BUILD_BUG_ON() with STATIC_ASSERT()
2015-08-18 Eric BiggersUse 'restrict' on pointer arguments to all compress...
2015-02-17 Eric BiggersVarious cleanups
2015-02-15 Eric BiggersSupport "destructive" compression to save memory
2015-01-20 Eric Biggerslzx_compress.c: adjust saving of length 2 matches
2015-01-14 Eric Biggerslzx_compress.c: cleanups
2015-01-14 Eric BiggersLZ hashing cleanup
2015-01-12 Eric BiggersEnsure validity of max_search_depth
2015-01-12 Eric Biggerslzx_compress.c: Clarify some array bounds
2015-01-11 Eric BiggersMerge LZX compression updates
2014-12-26 Eric BiggersAdjust naming of (de)compression files