xz/src/liblzma/lzma
Jia Tan 5dad6f628a liblzma: Improve lzma encoder init function consistency.
lzma_encoder_init() did not check for NULL options, but
lzma2_encoder_init() did. This is more of a code style improvement than
anything else to help make lzma_encoder_init() and lzma2_encoder_init()
more similar.
2023-12-16 20:18:47 +08:00
..
Makefile.inc Build: Removes redundant check for LZMA1 filter support. 2023-03-23 21:48:52 +08:00
fastpos.h liblzma: Use lzma_attr_visibility_hidden on private extern declarations. 2023-10-30 18:06:25 +02: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 liblzma: Fix compilation of fastpos_tablegen.c. 2023-10-31 21:41:09 +02:00
lzma2_decoder.c liblzma: Pass the Filter ID to LZ encoder and decoder. 2022-11-27 18:20:33 +02: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: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08: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: Fix warnings from -Wsign-conversion. 2019-06-23 21:38:56 +03:00
lzma_decoder.c liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker. 2022-11-27 23:16:21 +02:00
lzma_decoder.h liblzma: Avoid unneeded use of void pointer in LZMA decoder. 2022-11-27 18:43:07 +02:00
lzma_encoder.c liblzma: Improve lzma encoder init function consistency. 2023-12-16 20:18:47 +08:00
lzma_encoder.h liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker. 2022-11-27 23:16:21 +02:00
lzma_encoder_optimum_fast.c liblzma: Avoid multiple definitions of lzma_coder structures. 2016-11-21 20:24:50 +02:00
lzma_encoder_optimum_normal.c liblzma: Add more uses of lzma_memcmplen() to the normal mode of LZMA. 2020-02-21 17:40:02 +02:00
lzma_encoder_presets.c liblzma: Rename lzma_presets.c back to lzma_encoder_presets.c. 2015-11-03 20:55:45 +02:00
lzma_encoder_private.h liblzma: Add LZMA_FILTER_LZMA1EXT to support LZMA1 without end marker. 2022-11-27 23:16:21 +02:00