xz/src/liblzma/api/lzma
Jia Tan 8f23657498 liblzma: Exports lzma_mt_block_size() as an API function.
The lzma_mt_block_size() was previously just an internal function for
the multithreaded .xz encoder. It is used to provide a recommended Block
size for a given filter chain.

This function is helpful to determine the maximum Block size for the
multithreaded .xz encoder when one wants to change the filters between
blocks. Then, this determined Block size can be provided to
lzma_stream_encoder_mt() in the lzma_mt options parameter when
intializing the coder. This requires one to know all the filter chains
they are using before starting to encode (or at least the filter chain
that will need the largest Block size), but that isn't a bad limitation.
2023-05-11 23:54:44 +08:00
..
base.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
bcj.h liblzma: Remove note from lzma_options_bcj about the ARM64 exception. 2023-03-17 01:42:28 +08:00
block.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
check.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
container.h liblzma: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08:00
delta.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
filter.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
hardware.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
index.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
index_hash.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
lzma12.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
stream_flags.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
version.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00
vli.h liblzma: Add set lzma.h as the main page for Doxygen documentation. 2023-03-17 01:42:28 +08:00