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 050eb14d29 Revert a change made in 3b34851de1
that was related to LZMA_MODE_FAST. The original code is slightly
faster although it compresses slightly worse. But since it is fast
mode, it is better to select the faster version.
2008-12-27 19:32:20 +02:00
..
fastpos.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +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 Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
lzma2_decoder.c Fix data corruption in LZMA2 decoder. 2008-12-15 10:01:59 +02:00
lzma2_decoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
lzma2_encoder.c Bunch of liblzma API cleanups and fixes. 2008-12-15 19:39:13 +02:00
lzma2_encoder.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
lzma_common.h Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
lzma_decoder.c Make the memusage functions of LZMA1 and LZMA2 decoders 2008-12-01 22:58:22 +02:00
lzma_decoder.h Make the memusage functions of LZMA1 and LZMA2 decoders 2008-12-01 22:58:22 +02:00
lzma_encoder.c Bunch of liblzma tweaks, including some API changes. 2008-12-27 19:27:49 +02:00
lzma_encoder.h Make the memusage functions of LZMA1 and LZMA2 encoders 2008-12-09 17:41:49 +02:00
lzma_encoder_optimum_fast.c Revert a change made in 3b34851de1 2008-12-27 19:32:20 +02:00
lzma_encoder_optimum_normal.c Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00
lzma_encoder_presets.c Bunch of liblzma tweaks, including some API changes. 2008-12-27 19:27:49 +02:00
lzma_encoder_private.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
Makefile.am Some API changes, bug fixes, cleanups etc. 2008-09-27 19:09:21 +03:00