xz/src/liblzma/lzma
Lasse Collin 7d17818cec Update the code to mostly match the new simpler file format
specification. Simplify things by removing most of the
support for known uncompressed size in most places.
There are some miscellaneous changes here and there too.

The API of liblzma has got many changes and still some
more will be done soon. While most of the code has been
updated, some things are not fixed (the command line tool
will choke with invalid filter chain, if nothing else).

Subblock filter is somewhat broken for now. It will be
updated once the encoded format of the Subblock filter
has been decided.
2008-06-18 18:02:10 +03:00
..
Makefile.am Fix fastpos problem in Makefile.am when built with --enable-small. 2008-04-24 17:33:01 +03:00
fastpos.h Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +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 Revised the fastpos code. It now uses the slightly faster 2008-01-15 14:02:22 +02:00
lzma_common.h Demystified the "state" variable in LZMA code. Use the 2008-03-22 00:57:33 +02:00
lzma_decoder.c Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
lzma_decoder.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
lzma_encoder.c Fix a buffer overflow in the LZMA encoder. It was due to my 2008-06-01 12:48:17 +03:00
lzma_encoder.h Imported to git. 2007-12-09 00:42:33 +02:00
lzma_encoder_features.c Imported to git. 2007-12-09 00:42:33 +02:00
lzma_encoder_getoptimum.c Fix a buffer overflow in the LZMA encoder. It was due to my 2008-06-01 12:48:17 +03:00
lzma_encoder_getoptimumfast.c Fix a buffer overflow in the LZMA encoder. It was due to my 2008-06-01 12:48:17 +03:00
lzma_encoder_init.c Fix uninitialized variable in LZMA encoder. This was 2008-06-11 21:42:47 +03:00
lzma_encoder_presets.c Imported to git. 2007-12-09 00:42:33 +02:00
lzma_encoder_private.h Fix a buffer overflow in the LZMA encoder. It was due to my 2008-06-01 12:48:17 +03:00
lzma_literal.c Imported to git. 2007-12-09 00:42:33 +02:00
lzma_literal.h Imported to git. 2007-12-09 00:42:33 +02:00