Commit Graph

120 Commits

Author SHA1 Message Date
Tino Reichardt
e8cb55330d update Zstandard to v1.3.6 2018-10-21 13:02:51 +02:00
Tino Reichardt
e69385e597 update lz4 to version 1.8.3 2018-10-21 12:55:39 +02:00
Tino Reichardt
a42c9c1c77 Update Zstandard to v1.3.2 2017-10-31 10:53:17 +01:00
Tino Reichardt
a818384b05 Update Brotli to v1.0.1
- update README.md to the new versions (LZ4, Brotli)
2017-09-28 10:03:40 +02:00
Tino Reichardt
6bd3ef1cbf Update LZ4 to v1.8.0 2017-09-03 00:55:10 +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
ac79cdbcfc Update Zstandard to v1.3.1 2017-08-20 22:29:06 +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
871e328367 Rename own zstdmt API functions from ZSTDMT_ to ZSTDCB_ 2017-07-11 21:46:36 +02:00
Tino Reichardt
eb54557e5f Update of Zstandard to 1.3.0 2017-07-05 23:13:15 +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
2cea31c544 add msvc compiling fixes for zstdmt 2017-06-18 14:11:36 +02:00
Tino Reichardt
9ac1921f80 fix zstd_decompress.c
- the function _mm_prefetch() is not defined for ia64 builds
- disable _mm_prefetch() for this architecture
2017-06-18 14:09:40 +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
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
48ee1afd50 Update version numbers for Building Release 2 2017-05-19 22:08:29 +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
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
72dbf7f34e Swap compression level and compression methods dropdowns 2017-05-10 22:52:40 +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
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
d9764a28d9 update even more version numbers ;) 2017-02-06 20:36:51 +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
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