aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma2_encoder.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
2023-05-11liblzma: Exports lzma_mt_block_size() as an API function.Jia Tan1-0/+3
2022-11-27liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker.Lasse Collin1-1/+1
2022-11-27liblzma: Pass the Filter ID to LZ encoder and decoder.Lasse Collin1-1/+2
2022-02-07liblzma: Add NULL checks to LZMA and LZMA2 properties encoders.jiat751-0/+3
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-22/+29
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin1-3/+3
2011-04-12Remove doubled words from documentation and comments.Lasse Collin1-1/+1
2011-04-11liblzma: Add the forgotten lzma_lzma2_block_size().Lasse Collin1-0/+10
2010-10-26liblzma: Rename a few variables and constants.Lasse Collin1-1/+1
2010-05-26Rename MIN() and MAX() to my_min() and my_max().Lasse Collin1-1/+1
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-11-15Fix wrong indentation caused by incorrect settingsLasse Collin1-3/+3
2009-11-14Fix a design error in liblzma API.Lasse Collin1-25/+34
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-5/+7
2009-01-19Move some LZMA2 constants to lzma2_encoder.h so that theyLasse Collin1-13/+0
2008-12-15Bunch of liblzma API cleanups and fixes.Lasse Collin1-3/+3
2008-12-09Make the memusage functions of LZMA1 and LZMA2 encodersLasse Collin1-1/+4
2008-09-27Some API changes, bug fixes, cleanups etc.Lasse Collin1-17/+10
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-0/+406