aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-25liblzma: Omit simple coder init functions if they are disabled.Lasse Collin6-0/+24
2022-11-14Revert "liblzma: Simple/BCJ filters: Allow disabling generic BCJ options."Lasse Collin9-11/+10
2022-11-14Replace the experimental ARM64 filter with a new experimental version.Lasse Collin3-182/+107
2022-09-20liblzma: ARM64: Add comments.Lasse Collin1-0/+13
2022-09-19liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID.Lasse Collin5-0/+246
2022-09-17liblzma: Simple/BCJ filters: Allow disabling generic BCJ options.Lasse Collin8-9/+10
2019-12-31Rename unaligned_read32ne to read32ne, and similarly for the others.Lasse Collin2-2/+2
2019-06-23liblzma: Fix warnings from -Wsign-conversion.Lasse Collin5-13/+14
2019-05-13liblzma: Avoid memcpy(NULL, foo, 0) because it is undefined behavior.Lasse Collin1-1/+9
2016-11-21liblzma: Avoid multiple definitions of lzma_coder structures.Lasse Collin8-46/+52
2012-07-17liblzma: Make the use of lzma_allocator const-correct.Lasse Collin11-38/+63
2012-05-28liblzma: Fix possibility of incorrect LZMA_BUF_ERROR.Lasse Collin1-1/+1
2012-04-19liblzma: Remove outdated comments.Lasse Collin2-5/+1
2011-05-17Add underscores to attributes (__attribute((__foo__))).Lasse Collin6-6/+6
2010-02-12Collection of language fixes to comments and docs.Lasse Collin1-1/+1
2009-11-14Fix a design error in liblzma API.Lasse Collin1-0/+12
2009-10-04Use a tuklib module for integer handling.Lasse Collin2-2/+2
2009-07-10BCJ filters: Reject invalid start offsets with LZMA_OPTIONS_ERROR.Lasse Collin8-8/+12
2009-06-30Build system fixesLasse Collin2-51/+47
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-2/+2
2009-04-15Fix uint32_t -> size_t in ARM and ARM-Thumb filters.Lasse Collin2-2/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin14-153/+54
2008-12-31Renamed lzma_options_simple to lzma_options_bcj in the API.Lasse Collin3-5/+5
2008-09-13Renamed constants:Lasse Collin2-2/+2
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin6-4/+167
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin2-29/+4
2008-01-26Return LZMA_HEADER_ERROR if LZMA_SYNC_FLUSH is used with anyLasse Collin1-0/+8
2008-01-17Fix wrong too small size of argument unfiltered_maxLasse Collin1-1/+1
2007-12-11Remove uncompressed size tracking from the filter encoders.Lasse Collin1-25/+4
2007-12-09Imported to git.Lasse Collin10-0/+1109