Lines Matching refs:compression
202 - Improve setting of zlib format compression level flags
223 write more than 4095 bytes before compression
368 compression ratio on some files. This also allows inlining _tr_tally for
375 - compile with -DFASTEST to get compression code optimized for speed only
410 - added compress2() to allow setting the compression level
452 - Fix a deflate bug occuring only with compression level 0 (thanks to
479 - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
487 - Allow compilation of gzio with -DNO_DEFLATE to avoid the compression code.
581 - allow compression level 0 (no compression)
582 - add deflateParams in zlib.h: allow dynamic change of compression level
583 and compression strategy.
645 - default window size is same for compression and decompression
655 - allow a compression level in gzopen()
739 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
751 if compression method == 8.
762 - use Z_FINISH instead of deflateEnd to finish compression.