aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-04-18 20:29:09 +0800
committerJia Tan <jiat0218@gmail.com>2023-07-17 23:34:55 +0800
commitd6af7f347077b22403133239592e478931307759 (patch)
tree1f3783d66570c97add6fc39ea9d668d5659c1b91 /extra
parentxz: Use lzma_filters_free() in forget_filter_chain(). (diff)
downloadxz-d6af7f347077b22403133239592e478931307759.tar.xz
xz: Create command line options for filters[1-9].
The new command line options are meant to be combined with --block-list. They work as an optional extension to --block-list to specify a custom filter chain for each block listed. The new options allow the creation of up to 9 reusable filter chains. For instance: xz --block-list=1:10MiB,3:5MiB,,2:5MiB,1:0 --filters1=delta--lzma2 \ --filters2=x86--lzma2 --filters3=arm64--lzma2 Will create the following blocks: 1. A block of size 10 MiB with filter chain delta, lzma2. 2. A block of size 5 MiB with filter chain arm64, lzma2. 3. A block of size 5 MiB with filter chain arm64, lzma2. 4. A block of size 5 MiB with filter chain x86, lzma2. 5. A block containing the rest of the file contents with filter chain delta, lzma2.
Diffstat (limited to 'extra')
0 files changed, 0 insertions, 0 deletions