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 de678e0c92 liblzma: Add lzma_stream_encoder_mt() for threaded compression.
This is the simplest method to do threading, which splits
the uncompressed data into blocks and compresses them
independently from each other. There's room for improvement
especially to reduce the memory usage, but nevertheless,
this is a good start.
2011-04-11 22:03:30 +03:00
..
api liblzma: Add lzma_stream_encoder_mt() for threaded compression. 2011-04-11 22:03:30 +03:00
check liblzma: Use TUKLIB_GNUC_REQ to check GCC version in sha256.c. 2011-04-05 22:41:33 +03:00
common liblzma: Add lzma_stream_encoder_mt() for threaded compression. 2011-04-11 22:03:30 +03:00
delta Rename MIN() and MAX() to my_min() and my_max(). 2010-05-26 10:36:46 +03:00
lz liblzma: Adjust default depth calculation for HC3 and HC4. 2010-09-03 12:28:41 +03:00
lzma liblzma: Add the forgotten lzma_lzma2_block_size(). 2011-04-11 21:15:07 +03:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple Collection of language fixes to comments and docs. 2010-02-12 13:16:15 +02:00
liblzma.pc.in Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE. 2010-01-27 13:31:03 +02:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Bump version to 5.0.0 and liblzma version-info to 5:0:0. 2010-10-23 14:02:53 +03:00