Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-01-15 | Revised the fastpos code. It now uses the slightly faster | Lasse Collin | 9 | -44/+746 |
2008-01-15 | Removed a few unused macros from lzma_common.h. | Lasse Collin | 1 | -6/+2 |
2008-01-15 | Fix a typo in lzma_encoder.c. | Lasse Collin | 1 | -1/+1 |
2008-01-15 | Convert bittree_get_price() and bittree_reverse_get_price() | Lasse Collin | 2 | -22/+13 |
2008-01-14 | Remove RC_BUFFER_SIZE from lzma_encoder_private.h | Lasse Collin | 1 | -2/+4 |
2008-01-14 | Major changes to LZ encoder, LZMA encoder, and range encoder. | Lasse Collin | 1 | -31/+43 |
2008-01-14 | In lzma_read_match_distances(), don't use | Lasse Collin | 1 | -3/+3 |
2008-01-14 | More fixes to LZMA decoder's flush marker handling. | Lasse Collin | 1 | -22/+30 |
2008-01-05 | Another bug fix for flush marker detection. | Lasse Collin | 1 | -1/+9 |
2008-01-04 | Fix stupid bugs in flush marker detection. | Lasse Collin | 1 | -3/+4 |
2008-01-04 | Added support for flush marker, which will be in files | Lasse Collin | 2 | -117/+104 |
2008-01-04 | Moved range decoder initialization (reading the first | Lasse Collin | 1 | -36/+6 |