mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 14:07:11 -06:00
Fix extracting multiple LZ4 frames
This commit is contained in:
@@ -46,7 +46,7 @@ You can install it in two ways:
|
||||
|
||||
The output should look like this:
|
||||
```
|
||||
7-Zip 19.00 ZS v1.4.5 R4 (x64) : Copyright (c) 1999-2019 Igor Pavlov, 2016-2020 Tino Reichardt : 2020-12-06
|
||||
7-Zip 19.00 ZS v1.4.5 R4 (x64) : Copyright (c) 1999-2019 Igor Pavlov, 2016-2020 Tino Reichardt : 2020-12-17
|
||||
|
||||
Libs:
|
||||
0 c:\Program Files\7-Zip-Zstandard\7z.dll
|
||||
@@ -267,7 +267,7 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
|
||||
- [7-Zip Zstandard Homepage](https://mcmilk.de/projects/7-Zip-zstd/)
|
||||
- [Request for inclusion](https://sourceforge.net/p/sevenzip/discussion/45797/thread/a7e4f3f3/) into the mainline 7-Zip:
|
||||
- result, will currently not included :(
|
||||
- [p7zip Homepage with Zstd](https://github.com/jinfeihan57/p7zip)
|
||||
- [p7zip Homepage](https://github.com/jinfeihan57/p7zip) - for Linux and MacOS with LZ4 and Zstandard
|
||||
|
||||
## Donate
|
||||
|
||||
@@ -285,7 +285,7 @@ You find this project useful, maybe you consider a donation ;-)
|
||||
- [LZ5] Version 1.5
|
||||
- [Zstandard] Version 1.4.5
|
||||
|
||||
/TR 2020-12-06
|
||||
/TR 2020-12-17
|
||||
|
||||
## Notes
|
||||
|
||||
@@ -300,6 +300,5 @@ You find this project useful, maybe you consider a donation ;-)
|
||||
[Lizard]:https://github.com/inikep/lizard/
|
||||
[ImDisk]:https://sourceforge.net/projects/imdisk-toolkit/
|
||||
[Fast LZMA2]:https://github.com/conor42/fast-lzma2
|
||||
|
||||
[Codecs.7z]:https://github.com/mcmilk/7-Zip-zstd/releases
|
||||
[TotalCmd.7z]:https://github.com/mcmilk/7-Zip-zstd/releases
|
||||
|
||||
Reference in New Issue
Block a user