Lines Matching refs:LZMA
1 LZMA SDK 18.06
4 LZMA SDK provides the documentation, samples, header files,
6 use 7z / LZMA / LZMA2 / XZ compression.
8 LZMA is an improved version of famous LZ77 compression algorithm.
13 LZMA2 is a LZMA based compression method. LZMA2 provides better
14 multithreading support for compression than LZMA and some other improvements.
18 7z format supports different compression methods: LZMA, LZMA2 and others.
30 LZMA SDK is written and placed in the public domain by Igor Pavlov.
32 Some code in LZMA SDK is based on public domain code from another developers:
37 original LZMA SDK code, either in source code form or as a compiled binary, for
40 LZMA SDK code is compatible with open source licenses, for example, you can
44 LZMA SDK Contents
49 - C / C++ / C# / Java - LZMA compression and decompression
65 To compile C++ version of file->file LZMA encoding, go to directory
70 In some UNIX/Linux versions you must compile LZMA with static libraries.
85 DOC/lzma.txt - LZMA compression description
86 DOC/lzma-sdk.txt - LZMA SDK description (this file)
87 DOC/lzma-history.txt - history of LZMA SDK
88 DOC/lzma-specification.txt - Specification of LZMA
96 bin/lzma.exe - file->file LZMA encoder/decoder for Windows
105 It supports only LZMA, LZMA2, and PPMd methods.
121 Lzma - LZMA program (file->file LZMA encoder/decoder).
122 LzmaLib - LZMA library (.DLL for Windows)
140 Format7zExtractR - 7zxr.dll: Reduced version of 7z DLL: extracting from 7z/LZMA/BCJ/BCJ2.
141 …Format7zR - 7zr.dll: Reduced version of 7z DLL: extracting/compressing to 7z/LZMA/BCJ/BCJ2
142 LzmaCon - lzma.exe: LZMA compression/decompression
143 LzmaSpec - example code for LZMA Specification
169 LZMA - LZMA compression/decompression
170 LzmaAlone - file->file LZMA compression/decompression
177 LZMA - LZMA compression/decompression
182 Asm / C / C++ source code of LZMA SDK is part of 7-Zip's source code.
189 LZMA features
199 LZMA decoder uses only integer operations and can be
202 Some critical operations that affect the speed of LZMA decompression:
207 The speed of LZMA decompressing mostly depends from CPU speed.
215 Using LZMA encoder/decoder executable
218 Usage: LZMA <e|d> inputFile outputFile [<switches>...]
225 with LZMA method. Benchmark shows rating in MIPS (million
232 LZMA b 30
244 For decompressing file compressed by LZMA method with dictionary
279 -eos: write End Of Stream marker. By default LZMA doesn't write
280 eos marker, since LZMA decoder knows uncompressed size
289 1) LZMA e file.bin file.lzma -d16 -lc0
296 2) LZMA e file.bin file.lzma -lc0 -lp2
301 3) LZMA d file.lzma file.bin
312 To increase the compression ratio for LZMA compressing it's desirable