Tino Reichardt
6936476598
new feature: use CompressDialog settings for "Add to xyz.7z"
...
- the standard 7-Zip will always use LZMA2 Level 5
- my version used always: ZStandard Level 3
- but now, it uses: the registry settings from the last CompressDialog
2017-05-18 14:43:39 +02:00
Tino Reichardt
9e94cf8abf
fix spelling in README.md of zstdmt
2017-05-18 11:43:49 +02:00
Tino Reichardt
b401d31c41
change Registry Usage nearly complete to 7-Zip-ZStandard key
2017-05-18 11:36:45 +02:00
Tino Reichardt
95e71d900b
fix pointer initialization and minor changes to README of zstdmt
2017-05-17 12:13:36 +02:00
Tino Reichardt
9e50322419
Update to ZStandard v1.2.0
2017-05-12 18:44:18 +02:00
Tino Reichardt
dc355d6423
Merge pull request #16 from bug-me-not/LZMEH
...
Methods-Extern.txt: Correct LZHAM codec homepage and source location
2017-05-12 09:17:23 +02:00
Bug-Me-Not
197cc2b558
Methods-Extern.txt: Correct LZHAM codec homepage and source location
2017-05-11 18:11:51 -03:00
Tino Reichardt
72dbf7f34e
Swap compression level and compression methods dropdowns
2017-05-10 22:52:40 +02:00
Tino Reichardt
745ba9fcff
Fix maxima for the levels of LZ4 and LZ5.
2017-04-30 15:02:50 +02:00
Tino Reichardt
d1a2148fcd
fix name of 7z.dll for USB-Backup (7zu.dll)
2017-04-30 14:22:25 +02:00
Tino Reichardt
aa5ba75da0
Update to 7-Zip 17.00 Beta
2017-04-30 14:14:14 +02:00
Tino Reichardt
54389d6e2f
release time for v1.1.4
...
- add package.cmd, I am using this file for creating the setup
- fix date in the version headers
- minor improvements in the build batch files
2017-04-27 20:38:09 +02:00
Tino Reichardt
f62a65ab21
Merge pull request #10 from Unity-Technologies/master
...
Fix build since v1.1.4, make build with VS2015, build 7za.exe
2017-04-12 16:55:53 +02:00
Aras Pranckevicius
6b0b1ab05c
Build 7za.exe that includes Zstd/LZ4/LZ5 too, to better match what p7zip-zstd does
2017-04-11 10:43:41 +03:00
Aras Pranckevicius
f6baaa2102
Fix linking due to clashing xxhash defines between LZ and Zstd.
...
Probably would be better to use XXH_PRIVATE_API instead, but that requires xxhash.c to have that exact name without prefixes.
2017-04-11 10:27:33 +03:00
Aras Pranckevicius
02cd03845b
Fix variable shadowing warnings-as-errors when building with VS2015
2017-04-11 10:26:40 +03:00
Aras Pranckevicius
1f7f294b12
Fix missing update of zstd.h to v1.1.4.
...
Compilation was failing due to missing ZSTD_CONTENTSIZE_* defines.
2017-04-11 10:07:16 +03:00
Tino Reichardt
c9a55673b3
Update to ZStandard v1.1.4
2017-03-20 22:42:32 +01:00
Tino Reichardt
e8f0206665
LZ4 has only 12 levels now
2017-02-06 21:21:36 +01:00
Tino Reichardt
2d49fcb686
remove old version numbers
2017-02-06 21:12:52 +01:00
Tino Reichardt
88e5917063
Reverted some changes, cause additional LZ4 and LZ5 infos got stripped... ups
2017-02-06 21:04:51 +01:00
Tino Reichardt
d9764a28d9
update even more version numbers ;)
2017-02-06 20:36:51 +01:00
Tino Reichardt
65bdb9b526
update Readme, Version Numbers
2017-02-06 20:34:16 +01:00
Tino Reichardt
4dd6b0a816
Update to ZStandard v1.1.3
2017-02-06 20:30:48 +01:00
Tino Reichardt
2e656cea76
Update to LZ4 v1.7.5
2017-02-06 20:15:11 +01:00
Tino Reichardt
f4f2729f08
fixed multiple returning when doing mt compressing/decompressing
2016-12-30 17:48:12 +01:00
Tino Reichardt
62ccbe9d58
replaced E_FAIL with E_NOTIMPL in SetDecoderProperties2()
2016-12-30 12:25:42 +01:00
Tino Reichardt
6e2f651790
fixed LZHAM 7-zip Header description
2016-12-30 12:16:05 +01:00
Tino Reichardt
f38508d0a5
update Methods-Extern.txt
2016-12-28 18:01:12 +01:00
Tino Reichardt
cc6c9f3554
major fixes for the Methods-Extern.txt document
2016-12-28 17:43:09 +01:00
Tino Reichardt
8cb9cc6219
new Methods-Extern.txt for Igor
2016-12-28 12:40:19 +01:00
Tino Reichardt
7fe46b77f3
README
2016-12-26 18:06:41 +01:00
Tino Reichardt
7e656ef1b3
geändert: README.md
2016-12-26 18:02:12 +01:00
Tino Reichardt
b351c1a3fb
some minor fixes
...
- version number was 1.1.0 instead of 1.1.2
- renamed mem.h to fix compiling the windows binaries
- changes (rv < 0) to (rv != 0)
2016-12-26 11:04:47 +01:00
Tino Reichardt
e123752e09
remove zero frame in start of compressed data
...
- pzstd does the same and future frameformat definition will be adjusted
2016-12-24 13:31:47 +01:00
Tino Reichardt
294d1ece66
Update lz4, lz5 and zstd to latest stable series
...
- added some more error checking in zstdmt also
2016-12-24 12:17:51 +01:00
Tino Reichardt
4c28e3fa11
add E_ABORT detection
...
- lz4 and lz5 are not finished...
2016-11-20 16:42:13 +01:00
Tino Reichardt
94b2bf5dec
update lz4, lz5 and some fixes in zstdmt
2016-11-20 16:30:46 +01:00
Tino Reichardt
fe3a65bfbd
update of zstd to v1.1.1
2016-11-19 11:32:02 +01:00
Tino Reichardt
861406f4cd
geändert: lz5hc.c
2016-10-18 12:00:18 +02:00
Tino Reichardt
5b102b2846
geändert: lz5hc.c
2016-10-18 11:56:51 +02:00
Tino Reichardt
76387f73bc
geändert: lz4mt_common.c
...
geändert: lz5mt_common.c
2016-10-18 11:53:07 +02:00
Tino Reichardt
2abff8fd2d
geändert: C/lz5/lz5hc.c
2016-10-18 11:50:28 +02:00
Tino Reichardt
250a5e31e8
geändert: zstdmt_common.c
2016-10-18 11:45:15 +02:00
Tino Reichardt
5a3244dd01
ms vc compat...
2016-10-18 11:43:19 +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
f3f39b74b0
Update to 7-Zip 16.04
2016-10-06 20:40:55 +02:00
Tino Reichardt
b619eddd14
added old zstd headers, cause they should work also
2016-09-30 11:46:01 +02:00
Tino Reichardt
b7d966ecb3
major fix, detect skippable frames in .zst files
2016-09-29 21:53:48 +02:00
Tino Reichardt
beca06c5da
Ui, forgot to update version to 1.1.0
...
- next build will have a fix ;)
2016-09-29 21:17:01 +02:00