Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-03-22 | Update a comment to use the variable name rep_len_decoder. | Lasse Collin | 1 | -1/+1 |
2008-03-22 | Demystified the "state" variable in LZMA code. Use the | Lasse Collin | 1 | -23/+24 |
2008-03-11 | Apply a minor speed optimization to LZMA decoder. | Lasse Collin | 1 | -42/+43 |
2008-02-28 | Remove two redundant validity checks from the LZMA decoder. | Lasse Collin | 1 | -19/+4 |
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 | 1 | -117/+100 |
2008-01-04 | Moved range decoder initialization (reading the first | Lasse Collin | 1 | -36/+6 |