Yann Collet
|
c093208ab8
|
fix : potential leak (#229)
|
2016-06-30 14:07:30 +02:00 |
|
Yann Collet
|
d4f4e58ee1
|
fixed ZSTD_decompressBlock() using multiple blocks
|
2016-06-27 01:31:35 +02:00 |
|
Yann Collet
|
19cab46f2f
|
Joined seqStore initialization at dispatch point
|
2016-06-17 12:54:52 +02:00 |
|
Yann Collet
|
23ba41533a
|
Fixed zstd_opt encoding error with repeat-offsets
|
2016-06-16 13:20:46 +02:00 |
|
Yann Collet
|
d059092897
|
fixed conversion warnings
|
2016-06-14 15:34:24 +02:00 |
|
Yann Collet
|
45c03c564f
|
fixed corruption with inter-blocks repeated offsets
|
2016-06-14 13:46:11 +02:00 |
|
Yann Collet
|
4266c0a2fd
|
adding inter-blocks rep-offsets
|
2016-06-14 01:49:25 +02:00 |
|
Yann Collet
|
43dfe01919
|
Check repIndex for validity
|
2016-06-13 21:43:06 +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 |
|
inikep
|
ea4ee3eee0
|
added compatibility with Visual C++ 2012
|
2016-04-25 13:09:06 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|