Commit Graph

118 Commits

Author SHA1 Message Date
Tino Reichardt
7252a465e5 Add Blake2s to CPP/Common
- was in the Rar5 Code
2018-11-01 18:17:21 +01:00
Tino Reichardt
f4bf9c8d29 Add xxHash functionss to context menu 2018-11-01 08:00:13 +01:00
Tino Reichardt
ed069bab9e Remove ErrorOut function
- replace the ErrorOut function with a simple return E_FAIL
- there is non reason to call some MessageBox()
2018-10-31 12:56:53 +01:00
Tino Reichardt
089a2d7574 Take shorter name 7-Zip ZS instead of 7-Zip Zstandard 2018-10-31 10:41:13 +01:00
Tino Reichardt
0b1d91745e Add zstd compression functions to sfx builds
- there are some missing function, if I remove the compression code
2018-10-29 19:10:24 +01:00
Tino Reichardt
4a4c2e307d Remove last zstd objects of my zstdmt library 2018-10-29 18:46:10 +01:00
Tino Reichardt
54a9234630 Fix decompression code ZstdDecoder.cpp
- remove (nearly) all threading stuff
- check if decompression works with different data sets
2018-10-28 19:50:21 +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
cc10eb2d9b Version number fixes
- About Dialog shows v1.3.6 instead of v1.3.7
- added 7-Zip ZS Homepage to About Dialog
- also some headers needed to be fixed
2018-10-26 00:07:13 +02:00
Tino Reichardt
c9b085e4ec Add some compiling fixes and choose compiler (vc12 + sdk71 for ia64)
- add some pragma definitions to brotli port.h
- change lz4 code, to include zstd/xxhash.h
- fix various objects in makefile's
- fix LzHandler.cpp, LZIP has now 0xC5 @ Guid.txt
- improve logging on AppVeyor
- fix version numbers in codecs
- rename "Codec_zstdF" to "Codec_zstd_legacy"
- add missing objects for lizard
2018-10-21 18:53:42 +02:00
Tino Reichardt
78fc3c9bc5 Update to 7-Zip Version 18.05 2018-10-21 14:23:28 +02:00
Tino Reichardt
a42c9c1c77 Update Zstandard to v1.3.2 2017-10-31 10:53:17 +01:00
Tino Reichardt
9ce1f1530a Add suggested changes to manifest files, see #22 for details 2017-09-02 22:25:41 +02:00
Tino Reichardt
ef790b5209 Update to 7-Zip 17.01 Beta from Igor Pavlov
- Minor speed optimization for LZMA2 (xz and 7z) multi-threading compression.
  7-Zip now uses additional memory buffers for multi-block LZMA2 compression.
  CPU utilization was slightly improved.
- 7-zip now creates multi-block xz archives by default. Block size can be
  specified with -ms[Size]{m|g} switch.
- xz decoder now can unpack random block from multi-block xz archives.  7-Zip
  File Manager now can open nested multi-block xz archives (for example,
  image.iso.xz) without full unpacking of xz archive.
- 7-Zip now can create zip archives from stdin to stdout.
- 7-Zip command line: @listfile now doesn't work after -- switch.  Use
  -i@listfile before -- switch instead.

fixed bugs:
- 7-Zip could add unrequired alternate file streams to WIM archives, for
  commands that contain filename wildcards and -sns switch.
- 7-Zip 17.00 beta crashed for commands that write anti-item to 7z archive.
- 7-Zip 17.00 beta ignored "Use large memory pages" option.
2017-08-28 16:40:24 +02:00
Tino Reichardt
eaee80be81 Fix naming: ZStandard -> Zstandard 2017-08-14 23:38:52 +02:00
Tino Reichardt
b786c47d61 Fix #24, which happens on first time calls via Explorer menu :/ 2017-07-16 21:11:59 +02:00
Tino Reichardt
2c4144c1e8 Add new zstd 1.3.0 files and update version numbers
- pool.c, zstdmt_compress.c and some more header files are needed now
- improved manifest files for 7-zip.dll, 7zG.exe and 7zFM.exe
- update README and version numbers for release 1.3.0 R1
2017-07-12 18:10:07 +02:00
Tino Reichardt
23a9daef72 Fix unused variables. 2017-07-11 21:49:23 +02:00
Tino Reichardt
b79055c7ab Use the new callback function names. 2017-07-11 21:48:26 +02:00
Tino Reichardt
e4157accb2 update README and version numbers for new release R7
- build also an 7z.dll which is compatible with the default 7-Zip installation
2017-06-20 20:24:41 +02:00
Tino Reichardt
dba1d04108 add original 7-zip compatible 7zxa.dll for use with Total Commander
- will go into an extra package named TotalCmd.7z later
2017-06-18 14:08:09 +02:00
Tino Reichardt
f417eb8c43 Add Lizard and Brotli to the USB-Backup DLL Bundle file.
Update README.md

Update README.md
2017-06-18 14:00:28 +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
3b096d5d64 minor fixes for lizard again
- add Lizard to Explorer Context menu
- fixed the .liz handler (can compress now)
2017-05-28 18:55:54 +02:00
Tino Reichardt
82a076a321 Update README.md 2017-05-28 16:40:17 +02:00
Tino Reichardt
bfa1f28920 major Lizard fixes
- changed to real Lizard code v1.0 (I used LZ5 v2.0)
- add Lizard file handling, so '.liz' files can be used in windows
- changed CompressDialog (Lizard has 4 entries in the methods now)
- added Lizard icon
2017-05-28 15:32:22 +02:00
Tino Reichardt
bace1a7c62 Update version numbers 2017-05-27 14:26:18 +02:00
Tino Reichardt
7fde161c29 minor bugfixes
- corrected copyright information in new codecs
- fixed thread combobox for the new codecs
- fixed lizard level combobox (level 10..49) are now there ;)
2017-05-27 13:05:35 +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
294d7a00dc brotli + zstdmd update 2017-05-21 23:47:30 +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
b401d31c41 change Registry Usage nearly complete to 7-Zip-ZStandard key 2017-05-18 11:36:45 +02: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
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
Tino Reichardt
62ccbe9d58 replaced E_FAIL with E_NOTIMPL in SetDecoderProperties2() 2016-12-30 12:25:42 +01:00
Tino Reichardt
8cb9cc6219 new Methods-Extern.txt for Igor 2016-12-28 12:40:19 +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
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
16b470c148 fixed codec ddl files, they should work again with 7-Zip Standard 2016-09-29 20:46:05 +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
0ae1552cdb geändert: CPP/7zip/Archive/Icons/zst.ico 2016-09-15 21:13:22 +02:00
Tino Reichardt
00c0d31e31 feature release
- you can open / crate .tar.zst files now
- direct compressing of files with zstd works also
- you can also open files compressed with pzstd
- next version will do also threaded compression like pzstd does
- zst files can be registred with 7-Zip ZS now
- update to latest zstd dev release v1.0.1
- the About Box will give you a hint, that this 7-Zip is not the default one
2016-09-15 17:57:28 +02:00