Commit Graph

327 Commits

Author SHA1 Message Date
Tino Reichardt
32ebce0678 Update README.md
Fix paypal button...
2017-05-25 20:16:25 +02:00
Tino Reichardt
0d0a8f32ea Update README.md
Added more information about the differences of plugin vs setup installation
2017-05-25 19:39:00 +02:00
Tino Reichardt
04488153e8 Update README.md 2017-05-25 19:27:51 +02:00
Tino Reichardt
2341bc6ca2 Update README.md 2017-05-25 19:08:58 +02:00
Tino Reichardt
7cd223a9f6 Merge branch 'master' of ssh://github.com/mcmilk/7-Zip-zstd 2017-05-25 18:43:06 +02:00
Tino Reichardt
5ff0657d9f Major changes, including Brotli and Lizard
- update of zstd-mt library
- add brotli v0.6.0
- add lizard v2.0
- xxhash is from zstd for lz4, lz5 and lizard now
- update also the documentation, where needed
2017-05-25 18:40:15 +02:00
Tino Reichardt
c287b0ffad Update Methods-Extern.md
Be more clear with the 7-Zip Header
2017-05-25 17:30:01 +02:00
Tino Reichardt
40e87f615c Merge branch 'master' into brotli 2017-05-25 11:06:01 +02:00
Tino Reichardt
c88febfa56 fix: Methods-Extern.md had a double ``` C line 2017-05-25 10:59:28 +02:00
Tino Reichardt
9cd8199124 Add comments suggested by Igor Pavlov to Methods-Extern.md
- header is for informational purposes only
- fix brotli levels: 0..11 instead of 1..11
2017-05-22 09:02:33 +02:00
Tino Reichardt
294d7a00dc brotli + zstdmd update 2017-05-21 23:47:30 +02:00
Tino Reichardt
48ee1afd50 Update version numbers for Building Release 2 2017-05-19 22:08:29 +02:00
Tino Reichardt
46f30578fc Update Methods-Extern.md
add Lizard codec description and some other fixes
2017-05-19 21:44:07 +02:00
Tino Reichardt
4c54db4c54 fix table of Methods-Extern.md 2017-05-19 21:20:13 +02:00
Tino Reichardt
715225a73e documentation: rename Methods.txt to Methods.md
- so the markdown is nice viewable with browsers
2017-05-19 21:17:26 +02:00
Tino Reichardt
a6b3f59f0e gui features: add more info about archives into the 7zFM ListBox
- added these codecs: LZHAM, LZ4, LZ5
2017-05-18 15:45:33 +02:00
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