]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip reader: add support for zstandard compression in 7z archives
authorMostyn Bramley-Moore <mostyn@antipode.se>
Mon, 29 May 2023 10:01:47 +0000 (12:01 +0200)
committerMartin Matuška <martin@matuska.de>
Thu, 13 Jul 2023 22:14:52 +0000 (00:14 +0200)
commit5f329a3a728be757f082b868de3cbfe3972044f0
tree80ac884a468d986467312a158336d1395bb4b320
parent7911ce4de9bdedfc2b49e9ef2a65ac630ce995d7
7zip reader: add support for zstandard compression in 7z archives

Zstandard support is not yet available in 7-Zip, though it is planned
for a future release:
https://sourceforge.net/p/sevenzip/feature-requests/1580/

The compression ID used here (4F71101) is copied from a popular 7-Zip
fork, which added ZSTD support back in 2017, and is mentioned in the
upstream 7-Zip ticket linked above:
https://github.com/mcmilk/7-Zip-zstd.git

Note that this does not add write support for Zstandard compression
in 7z archives.

Relates to #1656.
README.md
libarchive/archive_read_support_format_7zip.c