From a8f5813b843b7ec469dbd3d8a6a8743395359964 Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Thu, 17 Nov 2022 13:03:09 +0000 Subject: Update Documentation: - add note that brotli is a "stream" format, not an archive-like - regenerate .1 with Pandoc Build: - drop legacy "BROTLI_BUILD_PORTABLE" option - drop "BROTLI_SANITIZED" definition Code: - c: comb includes - c/enc: extract encoder state into separate header - c/enc: drop designated q10 codepath - c/enc: dealing better with flushing of empty stream - fix MSVC compilation API: - py: use library version instead of one in version.h - c: add plugable API to report consumed input / produced output - c/java: support "lean" prepared dictionaries (without copy of source) --- scripts/sources.lst | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/sources.lst b/scripts/sources.lst index dd50a45..2848cc5 100644 --- a/scripts/sources.lst +++ b/scripts/sources.lst @@ -97,6 +97,7 @@ BROTLI_ENC_H = \ c/enc/prefix.h \ c/enc/quality.h \ c/enc/ringbuffer.h \ + c/enc/state.h \ c/enc/static_dict.h \ c/enc/static_dict_lut.h \ c/enc/utf8_util.h \ -- cgit v1.1