lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lzip-bug] othet lzma


From: Nikola Vladov
Subject: [Lzip-bug] othet lzma
Date: 2 Dec 2008 21:39:01 -0000

Hi, Antonio!

I have also one similar to your lzip compressor.
I prepared it to open lzip files.

http://riemann.fmi.uni-sofia.bg/lzma/

See also the lines 164-167 in Lzma_ENC.h  and
177-179 in Lzma_DEC.h

You have in header position six one letter x and
12 <= x <= 31.  I have the idea to exetned aslo
 x + 32 as possible dictinary size.  Then yoy have also
6k, 12k, 24k ... 6m, 12m, 24m ...

len = x & 0x1f;
if (x & 32) len += len/2;

Regards,  Nikola
PS.  If you make this changes let me know.  I will uncomment
this option for the encoder





reply via email to

[Prev in Thread] Current Thread [Next in Thread]