]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/lzma/lzma_decoder.c
Put the interesting parts of XZ Utils into the public domain.
[icculus/xz.git] / src / liblzma / lzma / lzma_decoder.c
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-01-27 Lasse CollinAdded initial support for preset dictionary for raw...
2008-12-01 Lasse CollinMake the memusage functions of LZMA1 and LZMA2 decoders
2008-09-27 Lasse CollinSome API changes, bug fixes, cleanups etc.
2008-09-13 Lasse CollinRenamed constants:
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-19 Lasse CollinAdd limit of lc + lp <= 4. Now we can allocate the
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-03-21 Lasse CollinUpdate a comment to use the variable name rep_len_decoder.
2008-03-21 Lasse CollinDemystified the "state" variable in LZMA code. Use the
2008-03-11 Lasse CollinApply a minor speed optimization to LZMA decoder.
2008-02-28 Lasse CollinRemove two redundant validity checks from the LZMA...
2008-01-14 Lasse CollinMore fixes to LZMA decoder's flush marker handling.
2008-01-04 Lasse CollinAnother bug fix for flush marker detection.
2008-01-04 Lasse CollinFix stupid bugs in flush marker detection.
2008-01-04 Lasse CollinAdded support for flush marker, which will be in files
2008-01-04 Lasse CollinMoved range decoder initialization (reading the first
2007-12-08 Lasse CollinImported to git.