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
Lasse Collin 23c227a864 Revised the Delta filter implementation. The initialization
function is still shared between encoder and decoder, but the
actual coding is in separate files for encoder and decoder.

There are now separate functions for the actual delta
calculation depending on if Delta is the last filter in the
chain or not. If it is the last, the new code copies the
data from input to output buffer and does the delta
calculation at the same time. The old code first copied the
data, then did the delta in the target buffer, which required
reading through the data twice.

Support for LZMA_SYNC_FLUSH was added to the Delta encoder.
This doesn't change anything in the file format.
2008-01-19 15:19:21 +02:00
..
api Added lzma_memlimit_count(). 2008-01-16 14:46:50 +02:00
check Fix CRC code in case --enable-small is used. 2008-01-15 07:44:59 +02:00
common Revised the Delta filter implementation. The initialization 2008-01-19 15:19:21 +02:00
lz Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders. 2008-01-18 20:02:52 +02:00
lzma Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders. 2008-01-18 20:02:52 +02:00
rangecoder Omit invalid space from printf() format string 2008-01-15 12:20:41 +02:00
simple Fix wrong too small size of argument unfiltered_max 2008-01-17 17:39:42 +02:00
subblock Subblock decoder: Don't exit the main loop in decode_buffer() 2008-01-17 18:56:53 +02:00
lzma.pc.in Imported to git. 2007-12-09 00:42:33 +02:00
Makefile.am Imported to git. 2007-12-09 00:42:33 +02:00