]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lzma
Remove some redundant code from LZMA encoder.
[icculus/xz.git] / src / liblzma / lzma /
2008-06-20 Lasse CollinRemove some redundant code from LZMA encoder.
2008-06-19 Lasse CollinAdd limit of lc + lp <= 4. Now we can allocate the
2008-06-18 Lasse CollinComments
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-06-11 Lasse CollinFix uninitialized variable in LZMA encoder. This was
2008-06-01 Lasse CollinFix a buffer overflow in the LZMA encoder. It was due...
2008-04-24 Lasse CollinAdded two assert()s.
2008-04-24 Lasse CollinFix fastpos problem in Makefile.am when built with...
2008-03-21 Lasse CollinUpdate a comment to use the variable name rep_len_decoder.
2008-03-21 Lasse CollinDemystified the "state" variable in LZMA code. Use the
2008-03-14 Lasse CollinFix data corruption in LZMA encoder. Note that this...
2008-03-11 Lasse CollinApply a minor speed optimization to LZMA decoder.
2008-03-10 Lasse CollinReally fix the price count initialization.
2008-03-10 Lasse CollinInitialize align_price_count and match_price_count in
2008-02-28 Lasse CollinRemove two redundant validity checks from the LZMA...
2008-01-18 Lasse CollinFix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
2008-01-15 Lasse CollinRevised the fastpos code. It now uses the slightly...
2008-01-15 Lasse CollinRemoved a few unused macros from lzma_common.h.
2008-01-15 Lasse CollinFix a typo in lzma_encoder.c.
2008-01-15 Lasse CollinConvert bittree_get_price() and bittree_reverse_get_price()
2008-01-14 Lasse CollinRemove RC_BUFFER_SIZE from lzma_encoder_private.h
2008-01-14 Lasse CollinMajor changes to LZ encoder, LZMA encoder, and range...
2008-01-14 Lasse CollinIn lzma_read_match_distances(), don't use
2008-01-14 Lasse CollinMore fixes to LZMA decoder's flush marker handling.
2008-01-04 Lasse CollinAnother bug fix for flush marker detection.
2008-01-04 Lasse CollinFix stupid bugs in flush marker detection.
2008-01-04 Lasse CollinAdded support for flush marker, which will be in files
2008-01-04 Lasse CollinMoved range decoder initialization (reading the first
2007-12-08 Lasse CollinImported to git.