Lines Matching refs:API
25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
53 doc: Improve `zdict.h` dictionary training API documentation (#2622, @terrelln)
59 tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42)
75 contrib: Seekable format - New seek table-only API (#2113 #2518, @mdittmer @Cyan4973)
120 api : new sequence ingestion API, by @senhuang42
123 api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
227 bug: Fix seekable decompression in-memory API by @iburinoc (#1695)
263 api: Move the advanced API, including all functions in the staging section, to the stable section
279 doc: Update the examples to use the advanced API
280 doc: Explain how to transition from old streaming functions to the advanced API in the header
301 api : finalized advanced API, last stage before "stable" status
348 api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
401 api : experimental : new advanced decompression API
417 API exp : breaking change : ZSTD_getframeHeader() provides more information
418 API exp : breaking change : pinned down values of error codes
428 API : added : ZSTD_versionString()
429 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
430 API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
431 API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
432 API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle (#700)
433 API exp : clarified memory estimation / measurement functions.
434 API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
436 new : contrib/seekable_format, demo and API, by Sean Purcell
449 API : breaking change : ZSTD_createCDict_advanced(), only use compressionParameters as argument
450 API : added : prototypes ZSTD_*_usingCDict_advanced(), for direct control over frameParameters.
451 API : improved: ZSTDMT_compressCCtx() reduced memory usage
452 API : fix : ZSTDMT_compressCCtx() now provides srcSize in header (#634)
453 API : fix : src size stored in frame header is controlled at end of frame
454 API : fix : enforced consistent rules for pledgedSrcSize==0 (#641)
455 API : fix : error code "GENERIC" replaced by "dstSizeTooSmall" when appropriate
470 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
471 API : changed : dropped support of legacy versions <= v0.3 (can be changed by modifying ZSTD_LEGACY…
485 API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
486 API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
487 API : new : ZDICT_finalizeDictionary()
488 API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szor…
489 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
494 API : streaming : decompression : changed : automatic implicit reset when chain-decoding new frames…
495 API : experimental : added : dictID retrieval functions, and ZSTD_initCStream_srcSize()
496 API : zbuff : changed : prototypes now generate deprecation warnings
514 Improved : better memory usage when using streaming compression API, thanks to @Rogier-5 report
515 Added : API : ZSTD_initCStream_usingCDict(), ZSTD_initDStream_usingDDict() (experimental section)
538 API : Streaming API supports legacy format
539 API : ZDICT_getDictID(), ZSTD_sizeof_{CCtx, DCtx, CStream, DStream}(), ZSTD_setDStreamParameter()
545 New streaming API
556 Changed : modified API : ZSTD_compressEnd()
606 API : more efficient Dictionary API : `ZSTD_compress_usingCDict()`, `ZSTD_decompress_usingDDict()`
607 API : create dictionary files from custom content, by Giuseppe Ottaviano
608 API : support for custom malloc/free functions
613 New : zlib wrapper API, thanks to Przemyslaw Skibinski
624 API : ZSTD_getFrameParams() provides size of decompressed content
637 Changed : streaming & dictionary API
649 New : block-level API
657 new : external dictionary API extended to buffered mode and accessible through command line
661 new : external dictionary API
675 Added : ZBUFF API (see zstd_buffered.h)