1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma/lzma
Lasse Collin 97a3109281 Build: Build LZMA1/2 presets also when only decoder is wanted.
People shouldn't rely on the presets when decoding raw streams,
but xz uses the presets as the starting point for raw decoder
options anyway.

lzma_encocder_presets.c was renamed to lzma_presets.c to
make it clear it's not used solely by the encoder code.
2016-06-28 21:09:46 +03:00
..
fastpos.h liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
fastpos_table.c Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
fastpos_tablegen.c Put the interesting parts of XZ Utils into the public domain. 2009-04-13 11:27:40 +03:00
lzma2_decoder.c liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma2_decoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma2_encoder.c liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma2_encoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma_common.h liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_decoder.c liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma_decoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma_encoder.c liblzma: Silence more uint32_t vs. size_t warnings. 2015-03-07 22:01:00 +02:00
lzma_encoder.h liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma_encoder_optimum_fast.c liblzma: Fix a compression-ratio regression in LZMA1/2 in fast mode. 2015-02-21 23:40:26 +02:00
lzma_encoder_optimum_normal.c liblzma: Use lzma_memcmplen() in normal mode of LZMA. 2014-07-25 22:38:28 +03:00
lzma_encoder_private.h liblzma: Rename a few variables and constants. 2010-10-26 10:36:41 +03:00
lzma_presets.c Build: Build LZMA1/2 presets also when only decoder is wanted. 2016-06-28 21:09:46 +03:00
Makefile.inc Build: Build LZMA1/2 presets also when only decoder is wanted. 2016-06-28 21:09:46 +03:00