Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
that use LZMA_SYNC_FLUSH with encoder (not implemented yet). This is a new feature in the raw LZMA format, which isn't supported by old decoders. This shouldn't be a problem in practice, since lzma_alone_encoder() will not allow LZMA_SYNC_FLUSH, and thus not allow creating files on decodable with old decoders. Made lzma_decoder.c to require tab width of 4 characters if one wants to fit the code in 80 columns. This makes the code easier to read. | |||||
2008-01-04 | Moved range decoder initialization (reading the first | Lasse Collin | 1 | -36/+6 | |
five input bytes) from LZMA decoder to range decoder header. Did the same for decoding of direct bits. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 14 | -0/+3309 | |