Lines Matching refs:api

15 api : new sequence ingestion API, by @senhuang42
16 api : shared thread pool: control total nb of threads used by multiple compression jobs, by @marxin
17 api : new ZSTD_getDictID_fromCDict(), by @LuAPi
18 api : zlibWrapper only uses public API, and is compatible with dynamic library, by @terrelln
19 api : fix : multithreaded compression has predictable output even in special cases (see #2327) (iss…
20 api : fix : dictionary compression correctly respects dictionary compression level (see #2303) (iss…
40 api : Do not install zbuff.h, since it has long been deprecated, by @cyan4973 (#2166).
41 api : Fix ZSTD_CCtx_setParameter() with ZSTD_c_compressionLevel to make 0 mean default level, by @i…
42 api : Rename ZSTDMT_NBTHREADS_MAX to ZSTDMT_NBWORKERS_MAX, by @marxin (#2228).
73 api : ZDICT_finalizeDictionary() is promoted to stable (#2111)
74 api : new experimental parameter ZSTD_d_stableOutBuffer (#2094)
94 api: new ability to extract sequences from the parser for analysis, by @bimbashrestha
95 api: fixed decoding of magic-less frames, by @terrelln
96 api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK
135 api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656)
158 api: Move the advanced API, including all functions in the staging section, to the stable section
159 api: Make ZSTD_e_flush and ZSTD_e_end block for maximum forward progress
160 api: Rename ZSTD_CCtxParam_getParameter to ZSTD_CCtxParams_getParameter
161 api: Rename ZSTD_CCtxParam_setParameter to ZSTD_CCtxParams_setParameter
162 api: Don't export ZSTDMT functions from the shared library by default
163 api: Require ZSTD_MULTITHREAD to be defined to use ZSTDMT
164 api: Add ZSTD_decompressBound() to provide an upper bound on decompressed size by @shakeelrao
165 api: Fix ZSTD_decompressDCtx() corner cases with a dictionary
166 api: Move ZSTD_getDictID_*() functions to the stable section
167 api: Add ZSTD_c_literalCompressionMode flag to enable or disable literal compression by @terrelln
168 api: Allow compression parameters to be set when a dictionary is used
169 api: Allow setting parameters before or after ZSTD_CCtx_loadDictionary() is called
170 api: Fix ZSTD_estimateCStreamSize_usingCCtxParams()
171 api: Setting ZSTD_d_maxWindowLog to 0 means use the default
196 api : finalized advanced API, last stage before "stable" status
197 api : new --rsyncable mode, by @terrelln
198 api : support decompression of empty frames into NULL (used to be an error) (#1385)
228 api : fix : block api can be streamed with > 4 GB, reported by @catid
229 api : reduced ZSTD_DDict size by 2 KB
230 api : minimum negative compression level is defined, and can be queried using ZSTD_minCLevel().
243 api : fix : performance degradation for dictionary compression when using advanced API, by @terrelln
244 api : change : clarify ZSTD_CCtx_reset() vs ZSTD_CCtx_resetParameters(), by @terrelln
259 api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode
260 api : compression levels can be negative, for even more speed
261 api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime
262 api : ZSTDMT can accept new compression parameters during compression
263 api : implemented all advanced dictionary decompression prototypes
275 api : fix : support large skippable frames, by @terrelln
276 api : fix : streaming interface was adding a useless 3-bytes null block to small frames
277 api : change : when setting `pledgedSrcSize`, use `ZSTD_CONTENTSIZE_UNKNOWN` macro value to mean "u…
295 api : added macro ZSTD_COMPRESSBOUND() for static allocation
296 api : experimental : new advanced decompression API
297 api : fix : sizeof_CCtx() used to over-estimate