Yann Collet
|
de406eebcd
|
minor code refactor
|
2016-03-20 15:46:10 +01:00 |
Yann Collet
|
569b81adb1
|
changed `BLOCKSIZE` into `ZSTD_BLOCKSIZE_MAX`
|
2016-03-16 15:26:51 +01:00 |
Yann Collet
|
6cb41356e8
|
update doc / comments
|
2016-03-15 15:47:38 +01:00 |
Yann Collet
|
03ea59b17b
|
Decompression can decode frame content size
|
2016-03-12 01:25:40 +01:00 |
Yann Collet
|
0e491c01fe
|
created ZSTD_frameParams
|
2016-03-11 21:58:04 +01:00 |
inikep
|
cc6c283633
|
removed hashLog3 from ZSTD_parameters
|
2016-03-10 15:17:24 +01:00 |
Yann Collet
|
95cd0c2e26
|
frame format can support window sizes up to 128 MB
|
2016-03-08 18:24:21 +01:00 |
inikep
|
e2446b0e36
|
added support for MINMATCH=3 on big endian architecture
changed ZSTD_HASHLOG3_MIN to 2 (4 bytes for MINMACH > 3)
|
2016-03-07 10:07:08 +01:00 |
Yann Collet
|
a997654670
|
Merge pull request #136 from inikep/dev
merging mml3 mode
|
2016-03-01 17:31:03 +01:00 |
Yann Collet
|
ee0229287c
|
changed version to v0.6.0
|
2016-02-25 14:53:35 +01:00 |
inikep
|
84f43e2359
|
support for searchLength from 3 to 7 for optimal parser
|
2016-02-22 11:34:07 +01:00 |
inikep
|
d3b8d7a4e5
|
removed ZSTD_opt parser
|
2016-02-22 10:06:17 +01:00 |
inikep
|
cc52a97214
|
added hashLog3
|
2016-02-19 10:09:35 +01:00 |
Yann Collet
|
accfd80c37
|
Added : option `-t` to test compressed files integrity
|
2016-02-15 19:33:16 +01:00 |
Yann Collet
|
cefef8cde7
|
Change : zstd_opt_bt => zstd_btopt
|
2016-02-15 07:21:54 +01:00 |
Yann Collet
|
0d78a33374
|
updated CLevel confs for 256K
|
2016-02-15 06:49:09 +01:00 |
Yann Collet
|
23e8aee224
|
Introduced new compression level settings
Changed position of parameter TargetLength
|
2016-02-13 02:08:46 +01:00 |
Yann Collet
|
7d36028078
|
Integrate dictBuilder into libzstd
|
2016-02-12 00:10:25 +01:00 |
Yann Collet
|
bd828d9cd1
|
changed : sufficientLength => targetLength
|
2016-02-11 04:38:55 +01:00 |
Yann Collet
|
70e8c389f1
|
Refactoring for portability
|
2016-02-10 13:37:52 +01:00 |
inikep
|
f2fee4c316
|
added params.sufficientLength
|
2016-02-05 19:45:25 +01:00 |
inikep
|
2712b69582
|
Merge remote-tracking branch 'refs/remotes/origin/v05x' into dev
|
2016-02-05 09:22:10 +01:00 |
Yann Collet
|
982ffc773d
|
changed enum type name to `ZSTD_ErrorCode`
|
2016-02-05 02:33:10 +01:00 |
inikep
|
17712afdbc
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into v05x
|
2016-02-04 21:49:45 +01:00 |
Yann Collet
|
953ce72f4a
|
minor comments refactoring
|
2016-02-04 15:28:14 +01:00 |
inikep
|
53721f134c
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/v05x' into v05x
# Conflicts:
# lib/zstd_compress.c
# lib/zstd_static.h
|
2016-02-03 17:29:40 +01:00 |
Yann Collet
|
72bff50ecf
|
Updated error API, following suggestions by @nemequ (#116)
|
2016-02-03 12:06:24 +01:00 |
Yann Collet
|
ae7aa06650
|
lots of minor refactorings
|
2016-02-03 02:46:46 +01:00 |
Yann Collet
|
7d968c7bdd
|
move _usingDict() to stable API (zstd.h)
|
2016-02-03 02:11:32 +01:00 |
inikep
|
c71568fd44
|
ZSTD_opt
|
2016-01-31 11:26:04 +01:00 |
Yann Collet
|
fd416f1eaf
|
added : ZSTD_compress_usingPreparedCCtx()
|
2016-01-30 03:14:15 +01:00 |
Yann Collet
|
1c8e194297
|
modified streaming compression API
|
2016-01-26 16:31:22 +01:00 |
Yann Collet
|
7b51a2948f
|
modified streaming decompression API
|
2016-01-26 15:58:49 +01:00 |
Yann Collet
|
b923f65076
|
introduced dictionary format
|
2016-01-26 03:14:20 +01:00 |
Yann Collet
|
59d1f79768
|
variable litblock header size
|
2016-01-23 19:28:41 +01:00 |
Yann Collet
|
977f1f3600
|
modified error system, following suggestions by @nemequ
|
2016-01-21 15:38:47 +01:00 |
Yann Collet
|
1840d6af33
|
bench pay attention to variable block sizes
|
2016-01-20 15:39:06 +01:00 |
Yann Collet
|
bf42c8e5d8
|
block-level API
|
2016-01-09 01:08:23 +01:00 |
Yann Collet
|
ecd651bd91
|
added ZSTD_duplicateCCtx()
|
2016-01-07 15:35:18 +01:00 |
Yann Collet
|
1ac364d60b
|
Merge pull request #99 from KrzysFR/dev
Update version to 0.4.5 in zstdlib resources
|
2015-12-21 10:19:26 +01:00 |
Yann Collet
|
ed73ae8c67
|
fix #101
|
2015-12-19 19:51:42 +01:00 |
Christophe Chevalier
|
8972f13b4a
|
Added missing ZSTDLIB_API for ZSTD_decompress_usingDict and ZSTD_decompressDCtx
|
2015-12-18 11:20:37 +01:00 |
Yann Collet
|
31683c0b28
|
benchmark can use dictionary
|
2015-12-18 01:26:48 +01:00 |
Yann Collet
|
fdcad6d3e1
|
added ZSTD_compress_usingDict()
|
2015-12-17 23:50:15 +01:00 |
Yann Collet
|
f54f57023c
|
update params for 256K
|
2015-12-16 19:38:54 +01:00 |
Christophe Chevalier
|
2abb04d90d
|
Added ZSTDLIB_API to new ZSTD_maxCLevel method
|
2015-12-09 23:55:23 +01:00 |
Christophe Chevalier
|
844baf4fc5
|
Merge remote-tracking branch 'upstream/dev' into zstdlib_api
|
2015-12-09 15:45:57 +01:00 |
Yann Collet
|
d608088ca3
|
added : ZSTD_maxCLevel()
added : 256KB blocks mode
|
2015-12-09 09:05:22 +01:00 |
Yann Collet
|
0cde77bc5e
|
fixed comment (reported by @annulen)
|
2015-12-08 14:47:46 +01:00 |
Christophe Chevalier
|
c6e845398a
|
Add ZSTDLIB_API macro to prefix all exported methods with__declspec(dllexport) when building a DLL (on windows)
|
2015-12-07 17:48:53 +01:00 |