aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lzma/lzma_encoder_private.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14liblzma: Add rough support for output-size-limited encoding in LZMA1.Lasse Collin1-0/+12
2019-12-31Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin1-2/+1
2019-06-01liblzma: Use unaligned_readXXne functions instead of type punning.Lasse Collin1-1/+1
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin1-3/+3
2010-10-26liblzma: Rename a few variables and constants.Lasse Collin1-8/+8
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-10-04Use a tuklib module for integer handling.Lasse Collin1-1/+1
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-12/+5
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin1-110/+64
2008-06-19Add limit of lc + lp <= 4. Now we can allocate theLasse Collin1-1/+1
2008-06-01Fix a buffer overflow in the LZMA encoder. It was due to myLasse Collin1-10/+5
2008-03-22Demystified the "state" variable in LZMA code. Use theLasse Collin1-4/+4
2008-01-15Revised the fastpos code. It now uses the slightly fasterLasse Collin1-21/+0
2008-01-14Remove RC_BUFFER_SIZE from lzma_encoder_private.hLasse Collin1-2/+4
2008-01-14In lzma_read_match_distances(), don't useLasse Collin1-3/+3
2007-12-09Imported to git.Lasse Collin1-0/+225