Lines Matching refs:API
15 api : new sequence ingestion API, by @senhuang42
18 api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
122 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)
158 api: Move the advanced API, including all functions in the staging section, to the stable section
174 doc: Update the examples to use the advanced API
175 doc: Explain how to transition from old streaming functions to the advanced API in the header
196 api : finalized advanced API, last stage before "stable" status
243 api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
296 api : experimental : new advanced decompression API
312 API exp : breaking change : ZSTD_getframeHeader() provides more information
313 API exp : breaking change : pinned down values of error codes
323 API : added : ZSTD_versionString()
324 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
325 API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
326 API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
327 API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle (#700)
328 API exp : clarified memory estimation / measurement functions.
329 API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
331 new : contrib/seekable_format, demo and API, by Sean Purcell
344 API : breaking change : ZSTD_createCDict_advanced(), only use compressionParameters as argument
345 API : added : prototypes ZSTD_*_usingCDict_advanced(), for direct control over frameParameters.
346 API : improved: ZSTDMT_compressCCtx() reduced memory usage
347 API : fix : ZSTDMT_compressCCtx() now provides srcSize in header (#634)
348 API : fix : src size stored in frame header is controlled at end of frame
349 API : fix : enforced consistent rules for pledgedSrcSize==0 (#641)
350 API : fix : error code "GENERIC" replaced by "dstSizeTooSmall" when appropriate
365 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
366 API : changed : dropped support of legacy versions <= v0.3 (can be changed by modifying ZSTD_LEGACY…
380 API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
381 API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
382 API : new : ZDICT_finalizeDictionary()
383 API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szor…
384 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
389 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
390 API : experimental : added : dictID retrieval functions, and ZSTD_initCStream_srcSize()
391 API : zbuff : changed : prototypes now generate deprecation warnings
409 Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report
410 Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section)
433 API : Streaming API supports legacy format
434 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParameter()
440 New streaming API
451 Changed : modified API : ZSTD_compressEnd()
501 API : more efficient Dictionary API : `ZSTD_compress_usingCDict()`, `ZSTD_decompress_usingDDict()`
502 API : create dictionary files from custom content, by Giuseppe Ottaviano
503 API : support for custom malloc/free functions
508 New : zlib wrapper API, thanks to Przemyslaw Skibinski
519 API : ZSTD_getFrameParams() provides size of decompressed content
532 Changed : streaming & dictionary API
544 New : block-level API
552 new : external dictionary API extended to buffered mode and accessible through command line
556 new : external dictionary API
570 Added : ZBUFF API (see zstd_buffered.h)