Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -123/+86 | |
broken. API has changed a lot and it will still change a little more here and there. The command line tool doesn't have all the required changes to reflect the API changes, so it's easy to get "internal error" or trigger assertions. | |||||
2008-03-24 | Replaced the range decoder optimization that used arithmetic | Lasse Collin | 1 | -37/+16 | |
right shift with as fast version that doesn't need arithmetic right shift. Removed the related check from configure.ac. | |||||
2008-03-22 | Take advantage of arithmetic right shift in range decoder. | Lasse Collin | 1 | -15/+37 | |
2008-01-04 | Moved range decoder initialization (reading the first | Lasse Collin | 1 | -27/+60 | |
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 | 1 | -0/+189 | |