aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma2_decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-27liblzma: Pass the Filter ID to LZ encoder and decoder.Lasse Collin1-1/+2
2022-07-13liblzma: Add optional autodetection of LZMA end marker.Lasse Collin1-1/+1
2019-06-23liblzma: Fix warnings from -Wsign-conversion.Lasse Collin1-4/+4
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-13/+19
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-4/+4
2011-03-31liblzma: Fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin1-4/+4
2010-10-19Clean up a few FIXMEs and TODOs.Lasse Collin1-1/+0
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-12/+5
2009-01-27Added initial support for preset dictionary for raw LZMA1Lasse Collin1-3/+6
2008-12-15Fix data corruption in LZMA2 decoder.Lasse Collin1-4/+11
2008-12-01Make the memusage functions of LZMA1 and LZMA2 decodersLasse Collin1-5/+2
2008-12-01LZMA2 decoder cleanups. Make it require new LZMA propertiesLasse Collin1-54/+41
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-5/+5
2008-09-13Renamed constants:Lasse Collin1-3/+3
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+318