Yann Collet
|
23b6e05d8e
|
ZSTD_malloc() and ZSTD_free(), to simplify customMem
|
2016-08-28 21:05:43 -07:00 |
Yann Collet
|
4bf317dd00
|
first version supporting legacy streams (transparent decoding)
|
2016-08-28 07:43:34 -07:00 |
Yann Collet
|
87c18b2ebd
|
fixed multiple minor warnings for XCode
|
2016-08-26 01:43:47 +02:00 |
inikep
|
a3a47ec4d0
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
|
2016-08-24 21:25:49 +02:00 |
inikep
|
e416e30019
|
remove unnecessary comments
|
2016-08-24 17:32:09 +02:00 |
inikep
|
4e90f6c1e0
|
removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
|
2016-08-24 17:24:11 +02:00 |
inikep
|
83388e109f
|
removed ZSTD_LOG_PARSER
|
2016-08-24 17:22:20 +02:00 |
inikep
|
8a36f8527c
|
removed stats in debug mode
|
2016-08-24 17:19:12 +02:00 |
Yann Collet
|
17e482efdd
|
added ZSTD_setDStreamParameter()
|
2016-08-23 16:58:10 +02:00 |
Yann Collet
|
0cfe2ec2fd
|
sync fse version
|
2016-08-20 00:26:26 +02:00 |
inikep
|
5f49eba512
|
added usage of rep[0]-1 for the optimal parser
|
2016-08-10 15:01:53 +02:00 |
inikep
|
48849f86f0
|
fixed compilation with Intel Compiler with Windows
|
2016-08-10 14:26:35 +02:00 |
Yann Collet
|
1ea5622a32
|
updated xxhash
|
2016-08-10 09:40:08 +02:00 |
Yann Collet
|
666398e7ed
|
added : xxhash namespace enforced from xxhash.h.
added : xxhash namespace test.
removed : -DXXH_NAMESPACE
|
2016-08-10 08:16:51 +02:00 |
Yann Collet
|
8ded0b84aa
|
update xxhash to v0.6.2
|
2016-08-10 07:40:40 +02:00 |
Yann Collet
|
280f9a8754
|
minor comment
|
2016-08-08 00:44:00 +02:00 |
Yann Collet
|
8cebfd1d26
|
fix attempt on test-zstd-speed
|
2016-07-31 01:59:23 +02:00 |
Yann Collet
|
c0ce4f1211
|
slightly improved compression speed
|
2016-07-30 00:55:13 +02:00 |
Yann Collet
|
ed57d8530a
|
new seqStore
|
2016-07-29 21:22:17 +02:00 |
Yann Collet
|
c00d30fbe4
|
Merge pull request #264 from inikep/dev08
Dev08
|
2016-07-29 17:42:30 +02:00 |
Yann Collet
|
6a82f0f8bf
|
minor comments
|
2016-07-29 00:55:45 +02:00 |
Yann Collet
|
ffa7d0ac1e
|
clarified comment
|
2016-07-28 21:01:17 +02:00 |
Yann Collet
|
60ba31c570
|
zbuff uses ZSTD_compressEnd()
|
2016-07-28 19:55:09 +02:00 |
Yann Collet
|
e7bf9156d1
|
Clarified API comments, from suggestions by Bryan O'Sullivan
|
2016-07-28 05:00:57 +02:00 |
Yann Collet
|
c991cc1828
|
new frame end, 32-bits checksums
|
2016-07-28 00:55:43 +02:00 |
Yann Collet
|
c154d9d6a2
|
better support for large dictionaries (> 128 KB)
|
2016-07-27 14:37:00 +02:00 |
inikep
|
003c7a8568
|
optimal parser: removed ZSTD_REP_INIT
|
2016-07-27 11:07:13 +02:00 |
Yann Collet
|
d50f9db3ea
|
Improved speed on clang and gcc -O2, thanks to @ebiggers ! (#263)
|
2016-07-26 21:30:35 +02:00 |
Yann Collet
|
cbc5e9dc19
|
fixes oob read
|
2016-07-24 18:02:04 +02:00 |
Yann Collet
|
38b75ddeb2
|
removed special case all-1 huffman distribution
|
2016-07-24 15:35:59 +02:00 |
Yann Collet
|
7ed5e33b89
|
minor comment changes
|
2016-07-24 14:26:11 +02:00 |
Yann Collet
|
f8e7b5363f
|
unified encoding types
|
2016-07-23 16:31:49 +02:00 |
Yann Collet
|
571a59034a
|
changed enccoding type order : raw, rle, compressed, repeat-stats
|
2016-07-23 15:52:05 +02:00 |
Yann Collet
|
6fa05a2371
|
cBlockSize uses little-endian convention
|
2016-07-22 14:37:09 +02:00 |
Yann Collet
|
d5c5a77990
|
minor comments clarifications
|
2016-07-20 13:35:14 +02:00 |
Yann Collet
|
85f3919960
|
moved `zstd.h` to `/lib`
|
2016-07-17 20:42:21 +02:00 |
Yann Collet
|
9375590462
|
update version to v0.7.5
|
2016-07-17 16:44:18 +02:00 |
Yann Collet
|
e557fd5e92
|
minor compression level corrections
|
2016-07-17 16:21:37 +02:00 |
Yann Collet
|
d54b2d23b4
|
minor static assert for 32/64 bits system. Suggested by @ebiggers
|
2016-07-17 15:53:18 +02:00 |
Yann Collet
|
961b6a0e34
|
ZSTD_compressBlock() limits block size depending on windowLog parameter
|
2016-07-15 11:58:49 +02:00 |
Yann Collet
|
8847238cac
|
simplified ZSTD_estimateCCtxSize()
|
2016-07-14 17:05:38 +02:00 |
Yann Collet
|
45dc35628c
|
first version of doubleFast
|
2016-07-12 09:47:31 +02:00 |
Yann Collet
|
d158c35e9f
|
added ZSTD_estimateDCtxSize()
|
2016-07-11 13:46:25 +02:00 |
Yann Collet
|
8e0ee681b8
|
added ZSTD_sizeofDCtx()
|
2016-07-11 13:09:52 +02:00 |
Yann Collet
|
3ae543ce75
|
added ZSTD_estimateCCtxSize()
|
2016-07-11 03:12:17 +02:00 |
Yann Collet
|
25c506601c
|
promote ZSTD_getDecompressedSize() to stable API
|
2016-07-10 01:46:18 +02:00 |
Yann Collet
|
3b6ae77e15
|
comment clarification
|
2016-07-08 23:42:22 +02:00 |
Yann Collet
|
ed3845d3fa
|
introduced ZSTD_WINDOWLOG_MAX_32 (#239), suggested by @GregSlazinski
|
2016-07-08 12:57:10 +02:00 |
Yann Collet
|
e72efeb0a1
|
removed "error_public.h" dependency from "zstd.h"
|
2016-07-07 14:17:40 +02:00 |
Yann Collet
|
e09d38e921
|
removed `mem.h` dependency from `zbuff.h` (experimental section)
|
2016-07-07 13:17:37 +02:00 |