Commit Graph

14 Commits (09a5bbe22e8fe8bef5671e687136ffcd925bb8ec)

Author SHA1 Message Date
Soojin Nam 971c161318 test for fail to decompress 2017-02-22 16:04:48 +09:00
Soojin Nam 6e18d33122 original size unknown 2017-02-21 09:51:40 +09:00
Yann Collet 4596037042 updated fse version
feature minor refactoring (removing FSE_abs())
also : fix a few minor issues recently introduced in examples
2017-02-15 12:00:03 -08:00
Sean Purcell 4e709712e1 Decompressed size functions now handle multiframes and distinguish cases
- Add ZSTD_findDecompressedSize
    - Traverses multiple frames to find total output size
- Add ZSTD_getFrameContentSize
    - Gets the decompressed size of a single frame by reading header
- Deprecate ZSTD_getDecompressedSize
2017-02-08 14:50:10 -08:00
Yann Collet a2664649df better error handling 2016-09-09 19:33:56 +02:00
Yann Collet 4ded9e591c added boilerplate 2016-08-30 11:06:28 -07:00
Yann Collet 0763905f44 ZSTD_compress_usingCDict() correctly provides original size by default in frame header
Fixed dictionary examples
2016-08-03 01:57:57 +02:00
Yann Collet 373d4f9070 updated examples (#273) 2016-08-01 17:36:11 +02:00
Yann Collet cadd7cd54f added dictionary_compression.c example 2016-07-15 18:52:37 +02:00
Yann Collet 5e80dd3261 fixed minor coverity warnings 2016-07-13 19:21:57 +02:00
Yann Collet 25c506601c promote ZSTD_getDecompressedSize() to stable API 2016-07-10 01:46:18 +02:00
Yann Collet e66708daf7 updated doc with zstd homepage 2016-07-09 22:56:12 +02:00
Yann Collet 0809a8863d added simple examples 2016-07-09 18:25:10 +02:00
Yann Collet 974f52fc5d Added "dictionary decompression" example 2016-07-07 14:08:00 +02:00