Home
last modified time | relevance | path

Searched refs:LZMA (Results 1 – 25 of 48) sorted by relevance

12

/external/lzma/
Dhistory.txt1 HISTORY of the LZMA SDK
11 - The BUG in LZMA SDK 9.* was fixed: LZMA2 codec didn't work,
51 - The bug in ANSI-C LZMA Decoder was fixed:
55 - LZMA SDK is placed in the public domain.
66 LZMA Encoder in fast compression mode could access memory outside of
72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
73 - ANSI-C LZMA Encoder was included to LZMA SDK.
74 - C++ LZMA code now is just wrapper over ANSI-C code.
79 - Speed optimizations in �++ LZMA Decoder.
90 was included to LZMA SDK.
[all …]
Dlzma.txt1 LZMA SDK 9.20
4 LZMA SDK provides the documentation, samples, header files, libraries,
5 and tools you need to develop applications that use LZMA compression.
7 LZMA is default and general compression method of 7z format
8 in 7-Zip compression program (www.7-zip.org). LZMA provides high
11 LZMA is an improved version of famous LZ77 compression algorithm.
21 LZMA SDK is written and placed in the public domain by Igor Pavlov.
23 Some code in LZMA SDK is based on public domain code from another developers:
28 LZMA SDK Contents
31 LZMA SDK includes:
[all …]
D7zC.txt4 7z ANSI-C provides 7z/LZMA decoding.
7 LZMA is default and general compression method of 7z format
8 in 7-Zip compression program (www.7-zip.org). LZMA provides high
15 7z ANSI-C Decoder is part of the LZMA SDK.
16 LZMA SDK is written and placed in the public domain by Igor Pavlov.
51 - It supports only LZMA and Copy (no compression) methods with BCJ or BCJ2 filters.
172 - Memory for LZMA decompressing structures
DMethods.txt43 01 - LZMA
82 14 - LZMA
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj54 <Compile Include="..\LZMA\LzmaBase.cs">
55 <Link>LZMA\LzmaBase.cs</Link>
57 <Compile Include="..\LZMA\LzmaDecoder.cs">
58 <Link>LZMA\LzmaDecoder.cs</Link>
60 <Compile Include="..\LZMA\LzmaEncoder.cs">
61 <Link>LZMA\LzmaEncoder.cs</Link>
DLzmaAlone.cs295 Compression.LZMA.Encoder encoder = new Compression.LZMA.Encoder(); in Main2()
326 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder(); in Main2()
DLzmaBench.cs252 Compression.LZMA.Encoder encoder = new Compression.LZMA.Encoder(); in LzmaBenchmark()
253 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder(); in LzmaBenchmark()
/external/lzma/C/Util/LzmaLib/
Dresource.rc3 MY_VERSION_INFO_DLL("LZMA library", "LZMA")
Dmakefile3 PROG = LZMA.dll
DLzmaLib.dsp57 …ib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /out:"C:\Util\LZMA.dll" /opt:NOWIN98
85 …lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"C:\Util\LZMA.dll" /pdbtype:sept
/external/lzma/Java/SevenZip/
DLzmaAlone.java203 SevenZip.Compression.LZMA.Encoder encoder = new SevenZip.Compression.LZMA.Encoder(); in main()
231 SevenZip.Compression.LZMA.Decoder decoder = new SevenZip.Compression.LZMA.Decoder(); in main()
DLzmaBench.java303 SevenZip.Compression.LZMA.Encoder encoder = new SevenZip.Compression.LZMA.Encoder(); in LzmaBenchmark()
304 SevenZip.Compression.LZMA.Decoder decoder = new SevenZip.Compression.LZMA.Decoder(); in LzmaBenchmark()
/external/elfutils/src/libdwfl/
Dlzma.c3 #define LZMA macro
DMakefile.am79 if LZMA
Dgzip.c34 #ifdef LZMA
/external/lzma/CPP/7zip/Compress/
DLzmaRegister.cpp20 REGISTER_CODEC(LZMA)
/external/lzma/Java/SevenZip/Compression/LZMA/
DBase.java3 package SevenZip.Compression.LZMA;
DDecoder.java1 package SevenZip.Compression.LZMA;
4 import SevenZip.Compression.LZMA.Base;
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaBase.cs3 namespace SevenZip.Compression.LZMA
/external/libxml2/
Dxzlib.c46 #define LZMA 3 /* decompress a lzma stream */ macro
199 case LZMA: in xz_compressed()
446 state->how = LZMA; in xz_head()
643 } else if (state->how == LZMA || state->how == GZIP) { /* decompress */ in xz_make()
/external/squashfs-tools/squashfs-tools/
DMakefile212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.114 2. Support for LZMA and LZO compression
50 LZMA and LZO compression
53 Squashfs now supports LZMA and LZO compression.
55 LZO support is in 2.6.36 and newer kernels. LZMA is not yet in mainline.
/external/libpng/
DANNOUNCE11 libpng-1.6.10.tar.xz (LZMA-compressed, recommended)
17 lpng1610.7z (LZMA-compressed, recommended)
/external/elfutils/src/
Dconfig.h.in81 /* Support LZMA (xz) decompression via -llzma. */
/external/libunwind/
Dconfigure.ac263 AC_MSG_CHECKING([whether to support LZMA-compressed symbol tables])
265 AS_HELP_STRING([--enable-minidebuginfo], [Enables support for LZMA-compressed symbol tables]),, [en…

12