mirror of
https://github.com/YACReader/yacreader
synced 2026-02-23 15:33:01 -05:00
Add libarchive decompression backend
This commit is contained in:
committed by
Luis Ángel San Martín
parent
a0dfa4e447
commit
862c220069
24
compressed_archive/libarchive/README.txt
Normal file
24
compressed_archive/libarchive/README.txt
Normal 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?
|
||||
Reference in New Issue
Block a user