sebres
8a5e1c82db
make compression of zstd archive type more similar to Zstandard CLI (store dictID and checksum by default in zstd type, no effect for 7z type)
2023-09-14 18:23:11 +02:00
sebres
5697b3dece
zstd compression - set source size as hint if it is known e. g. by file compression (slightly better performance and/or compression ratio);
...
although the feature still calling as "experimental", but zstd uses this in its own client since v.1.4 IIRC and the only known drawback would be significant regress of compression ration if guess considerably underestimates, but it does no matter in case of known file size.
2023-09-14 18:23:10 +02:00
Tino Reichardt
d2845a69d0
Remove _hMutex from ZstdEncoder.cpp
2020-04-14 07:05:38 +02:00
Tino Reichardt
7595ca1994
Update zstd to version 1.3.8
2018-12-28 15:34:32 +01:00
Tino Reichardt
28bc209464
Revert the update of the 7-Zip property sizes
...
- change the 7-Zip property size for LZ4, LZ5 and Zstandard back to 5
- the code understands 3 and 5 bytes, but we default to 5 ...
2018-12-04 21:11:23 +01:00
Tino Reichardt
f98edef556
Add zstd fast levels and update 7z property sizes
...
- add the "fast compression levels" of zstd via "fast" option (fast=1..64)
- change the 7-Zip property sizes of LZ4, LZ5 and Zstandard to 3
- 3 and 5 byte header are valid now (default is 3)
- update the Methods-Extern.md file, to reflect the property changes
2018-11-25 21:21:04 +01:00
Tino Reichardt
a24bf9aca1
Add zstd advanced compression options
2018-11-16 22:34:41 +01:00
Tino Reichardt
739ec50c75
Switch to Zstandard's New advanced API.
...
- long distance matching is enabled
- the compression should improve, the speed also
- decompression code is single threaded only
2018-10-28 10:37:19 +01:00
Tino Reichardt
b79055c7ab
Use the new callback function names.
2017-07-11 21:48:26 +02:00
Tino Reichardt
6b66e6b057
fix: add correct smybols for CoderMt
...
- decompressing with -mmt will correctly applied now
2017-06-02 23:26:18 +02:00
Tino Reichardt
294d7a00dc
brotli + zstdmd update
2017-05-21 23:47:30 +02:00
Tino Reichardt
58069903d0
merge multi threading to master branch
...
- updated zstd to latest devel release
- lz4, lz5 and zstd is included now
- all three support threading
2016-10-16 23:38:46 +02:00
Tino Reichardt
46d329631a
update to zstd 1.1.0
...
- also reverted multithreading encoder (it is in testing)
2016-09-29 20:32:33 +02:00
Tino Reichardt
0e6c1206d2
Update to 7-Zip 16.03
2016-09-29 20:02:18 +02:00
Tino Reichardt
2512b6593c
Switch from zbuff to stream interface
...
- using the recommended buffersizes from zstd lib
- compile also an codec dll with support for legacy versions
2016-09-04 13:37:51 +02:00
Tino Reichardt
559693c75b
zstd release 0.8.0
...
- made an extra zstd.mak file
- removed Format7zZStd
- SFXSetup also has zstd now
- the big 7z.dll is backward compatible to: 0.5 .. 0.7
- the small 7za.dll has only support for zstd 0.8
2016-08-09 09:44:05 +02:00
Tino Reichardt
ff8132c69f
ZStandard, Default Compression Level is 3 now
2016-07-14 00:46:17 +02:00
Tino Reichardt
958f0d26ae
Update to Zstd v0.7.2
2016-07-04 08:23:11 +02:00
Tino Reichardt
c3967fe27a
Initialer Commit
2016-06-25 21:15:50 +02:00