Home
last modified time | relevance | path

Searched refs:LZMA (Results 1 – 25 of 46) 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/chromium_org/third_party/ots/third_party/lzma_sdk/
DREADME.ots1 Name: LZMA SDK
6 The LZMA SDK provides the documentation, samples, header files, libraries, and tools you need to de…
9 LZMA.
DLICENSE1 LZMA SDK is placed in the public domain.
/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/chromium_org/third_party/lzma_sdk/
DREADME.chromium1 Name: LZMA SDK
9 This contains a part of LZMA SDK 9.20.
11 Only the C code required to open 7z archive files and uncompress LZMA
DLICENSE1 LZMA SDK is placed in the public domain.
/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/0.153/libdwfl/
Dlzma.c3 #define LZMA macro
DMakefile.am76 if LZMA
Dgzip.c55 #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/elfutils/0.153/
Dconfig.h.in45 /* Support LZMA (xz) decompression via -llzma. */
/external/libpng/
DANNOUNCE11 libpng-1.6.10.tar.xz (LZMA-compressed, recommended)
17 lpng1610.7z (LZMA-compressed, recommended)

12