Add libarchive decompression backend

This commit is contained in:
BEN ENGLISCH
2021-11-19 23:06:38 -06:00
committed by Luis Ángel San Martín
parent a0dfa4e447
commit 862c220069
14 changed files with 288 additions and 14 deletions

View File

@ -0,0 +1,24 @@
* Introduction
TODO
* Using
qmake CONFIG+=libarchive
* Supported Archives
TODO
* Limitations
TODO
v4 solid archives, slow 7z, etc.
libarchive is stream based so it reads the archive in linear order. talk about
advantages of properly ordered archives (1.jpg..10.jpg vs 01.jpg..10.jpg)
* Future Work
fallback to unarr for v4 solid archives?