Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-14 | Major changes to LZ encoder, LZMA encoder, and range encoder. | Lasse Collin | 2 | -25/+130 | |
These changes implement support for LZMA_SYNC_FLUSH in LZMA encoder, and move the temporary buffer needed by range encoder from lzma_range_encoder structure to lzma_lz_encoder. | |||||
2008-01-14 | Don't use coder->lz.stream_end_was_reached in assertions | Lasse Collin | 1 | -2/+0 | |
in match_c.h. | |||||
2008-01-10 | Eliminate lzma_lz_encoder.must_move_pos. It's needed | Lasse Collin | 2 | -8/+2 | |
only in one place which isn't performance criticial. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 18 | -0/+2193 | |