Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-14 | liblzma: LZMA decoder improvements. | Lasse Collin | 1 | -0/+4 | |
This adds macros for bittree decoding which prepares the code for alternative C versions and inline assembly. | |||||
2024-02-14 | liblzma: Fix compilation of price_tablegen.c. | Lasse Collin | 1 | -1/+4 | |
It is built and run only manually so this didn't matter unless one wanted to regenerate the price_table.c. | |||||
2024-02-14 | Add SPDX license identifier into 0BSD source code files. | Lasse Collin | 1 | -0/+2 | |
2024-02-14 | Change most public domain parts to 0BSD. | Lasse Collin | 1 | -3/+0 | |
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added. | |||||
2018-02-06 | liblzma: Remove incorrect #ifdef from range_common.h. | Lasse Collin | 1 | -3/+1 | |
In most cases it was harmless but it could affect some custom build systems. Thanks to Pippijn van Steenhoven. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -12/+5 | |
Some minor documentation cleanups were made at the same time. | |||||
2008-08-28 | Sort of garbage collection commit. :-| Many things are still | Lasse Collin | 1 | -10/+7 | |
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-04-24 | Switch to uint16_t as the type of range coder probabilities. | Lasse Collin | 1 | -6/+19 | |
2008-01-15 | Added precomputed range coder probability price table. | Lasse Collin | 1 | -1/+3 | |
2007-12-09 | Imported to git. | Lasse Collin | 1 | -0/+68 | |