Lines Matching refs:API

46 api : experimental : new advanced decompression API
62 API exp : breaking change : ZSTD_getframeHeader() provides more information
63 API exp : breaking change : pinned down values of error codes
73 API : added : ZSTD_versionString()
74 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
75 API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
76 API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
77 API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle (#700)
78 API exp : clarified memory estimation / measurement functions.
79 API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
81 new : contrib/seekable_format, demo and API, by Sean Purcell
94 API : breaking change : ZSTD_createCDict_advanced(), only use compressionParameters as argument
95 API : added : prototypes ZSTD_*_usingCDict_advanced(), for direct control over frameParameters.
96 API : improved: ZSTDMT_compressCCtx() reduced memory usage
97 API : fix : ZSTDMT_compressCCtx() now provides srcSize in header (#634)
98 API : fix : src size stored in frame header is controlled at end of frame
99 API : fix : enforced consistent rules for pledgedSrcSize==0 (#641)
100 API : fix : error code "GENERIC" replaced by "dstSizeTooSmall" when appropriate
115 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
116 API : changed : dropped support of legacy versions <= v0.3 (can be changed by modifying ZSTD_LEGACY…
130 API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
131 API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
132 API : new : ZDICT_finalizeDictionary()
133 API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szor…
134 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
139 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
140 API : experimental : added : dictID retrieval functions, and ZSTD_initCStream_srcSize()
141 API : zbuff : changed : prototypes now generate deprecation warnings
159 Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report
160 Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section)
183 API : Streaming API supports legacy format
184 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParamter()
190 New streaming API
201 Changed : modified API : ZSTD_compressEnd()
251 API : more efficient Dictionary API : `ZSTD_compress_usingCDict()`, `ZSTD_decompress_usingDDict()`
252 API : create dictionary files from custom content, by Giuseppe Ottaviano
253 API : support for custom malloc/free functions
258 New : zlib wrapper API, thanks to Przemyslaw Skibinski
269 API : ZSTD_getFrameParams() provides size of decompressed content
282 Changed : streaming & dictionary API
294 New : block-level API
302 new : external dictionary API extended to buffered mode and accessible through command line
306 new : external dictionary API
320 Added : ZBUFF API (see zstd_buffered.h)