Yann Collet
|
571a59034a
|
changed enccoding type order : raw, rle, compressed, repeat-stats
|
2016-07-23 15:52:05 +02:00 |
Yann Collet
|
2fa9904844
|
update specification and comments
|
2016-07-01 20:55:28 +02:00 |
Yann Collet
|
63b5e7a2ea
|
Improved comments
|
2016-06-26 17:42:15 +02:00 |
Yann Collet
|
52a0622beb
|
RepsCodes are saved into Dict
(uncomplete : need decompression to regenerate them)
|
2016-06-16 01:05:04 +02:00 |
Yann Collet
|
4266c0a2fd
|
adding inter-blocks rep-offsets
|
2016-06-14 01:49:25 +02:00 |
Yann Collet
|
0974f681a4
|
completed `.gitignore`
|
2016-06-10 14:44:16 +02:00 |
Yann Collet
|
9dd12742f3
|
`litBlockType_t` is an `enum`
|
2016-06-10 00:12:26 +02:00 |
Yann Collet
|
673f0d7cdc
|
new frame format, allowing custom window size
|
2016-06-06 00:26:38 +02:00 |
Yann Collet
|
49bb0041af
|
removed `ZSTD_highbit()` from `zstd_internal.h`, as it is only used by `zstd_compress.c`
|
2016-06-04 20:17:38 +02:00 |
Yann Collet
|
d3b7f8d21f
|
Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro
|
2016-06-04 19:47:02 +02:00 |
inikep
|
2a74609b90
|
zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions
|
2016-06-03 14:53:51 +02:00 |
inikep
|
3763c77f6b
|
defaultCustomNULL replaced with defaultCustomMem
|
2016-06-03 13:28:20 +02:00 |
inikep
|
db2f540414
|
added defaultCustomNULL
|
2016-06-03 12:56:56 +02:00 |
inikep
|
ff9114aee3
|
zlibWrapper: added support for custom memory allocation functions
|
2016-06-02 16:52:36 +02:00 |
inikep
|
c4807f4d2f
|
default custom allocation functions moved to zstd_internal.h
|
2016-06-02 15:11:39 +02:00 |
inikep
|
a6b942018d
|
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070
# Conflicts:
# .travis.yml
# Makefile
# lib/common/zstd_static.h
# programs/Makefile
# projects/VS2008/zstd/zstd.vcproj
# projects/VS2008/zstdlib/zstdlib.vcproj
# projects/cmake/lib/CMakeLists.txt
# projects/cmake/programs/CMakeLists.txt
|
2016-06-01 00:07:09 +02:00 |
inikep
|
f772bf54a5
|
support for skippable frames
|
2016-05-31 12:43:46 +02:00 |
Yann Collet
|
c46fb924df
|
added dictionary ID (incomplete)
|
2016-05-29 05:01:04 +02:00 |
inikep
|
fb5df613cf
|
zstd_stats.h included only in debug mode
|
2016-05-24 15:36:37 +02:00 |
inikep
|
35b891c5b0
|
zstd_stats.h updated to v0.6
|
2016-05-20 19:42:20 +02:00 |
Yann Collet
|
ddb8ebd5b3
|
Stricter gnu90 tests
|
2016-05-05 04:59:53 +02:00 |
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |