aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_decoder.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14liblzma: LZ decoder: Add unlikely().Lasse Collin1-1/+1
2024-02-14liblzma: LZ decoder: Remove a useless unlikely().Lasse Collin1-1/+1
2024-02-14liblzma: Optimize LZ decoder slightly.Lasse Collin1-47/+54
2024-02-14liblzma: Creates Non-resumable and Resumable modes for lzma_decoder.Jia Tan1-2/+12
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+2
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2022-11-28liblzma: Remove lzma_lz_decoder_uncompressed() as it's now unused.Lasse Collin1-3/+0
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-3/+5
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-7/+6
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+4
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-12/+5
2009-04-10Fix off-by-one in LZ decoder.Lasse Collin1-1/+1
2009-01-27Added initial support for preset dictionary for raw LZMA1Lasse Collin1-1/+8
2008-12-15Fix data corruption in LZMA2 decoder.Lasse Collin1-3/+5
2008-11-19Oh well, big messy commit again. Some highlights:Lasse Collin1-2/+2
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-147/+161
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin1-3/+7
2007-12-09Imported to git.Lasse Collin1-0/+214