Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-10 | Really fix the price count initialization. | Lasse Collin | 1 | -2/+2 | |
2008-03-10 | Initialize align_price_count and match_price_count in | Lasse Collin | 1 | -0/+2 | |
lzma_encoder_init.c. While we don't call fill_distances_prices() and fill_align_prices() in lzma_lzma_encoder_init(), we still need to initialize these two variables so that the fill functions get called in lzma_encoder_getoptimum.c in the beginning of a stream. | |||||
2008-01-15 | Revised the fastpos code. It now uses the slightly faster | Lasse Collin | 1 | -22/+0 | |
table-based version from LZMA SDK 4.57. This should be fast on most systems. A simpler and smaller alternative version is also provided. On some CPUs this can be even a little faster than the default table-based version (see comments in fastpos.h), but on most systems the table-based code is faster. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+245 | |