Posted
almost 9 years
ago
by
Gautier de Montmollin
Changes in '51', 27-Aug-2016:
- LZMA.Encoding has been added; it is a standalone compressor,
see lzma_enc.adb for an example of use.
- Zip.Compress provides now LZMA_1, LZMA_2 methods. In other words, you
can use the LZMA compression
|
Posted
almost 9 years
ago
by
Gautier de Montmollin
Changes in '51', 27-Aug-2016:
LZMA.Encoding has been added; it is a standalone compressor,
see lzma_enc.adb for an example of use.
Zip.Compress provides now LZMA_1, LZMA_2 methods. In other words, you
can use the LZMA compression with
|
Posted
almost 9 years
ago
by
Gautier de Montmollin
LZMA.Encoding: started July 28th, first working version August 16th (revision 457).
Zip-Ada's Zip.Compress makes use of LZMA encoding since revision 459.
More details here.
|
Posted
about 9 years
ago
by
Gautier de Montmollin
... can be read here: http://gautiersblog.blogspot.ch/2016/04/zip-ada-v50.html
|
Posted
about 9 years
ago
by
Gautier de Montmollin
Available from now here: http://sourceforge.net/projects/unzip-ada/files/zipada50-bin-win32.zip/download
To access it from the project page, click on "Browse All Files".
|
Posted
about 9 years
ago
by
Gautier de Montmollin
In a nutshell, there are now, finally, fast and efficient compression methods available.
Changes in '50', 31-Mar-2016:
Zip.Compress.Shrink is slightly faster
Zip.Compress.Deflate has new compression features:
Deflate_Fixed is much faster, with
|
Posted
over 9 years
ago
by
Gautier de Montmollin
Zip.Compress.Deflate: first variant with 'dynamic' compression working
|
Posted
about 10 years
ago
by
Gautier de Montmollin
Encryption implemented (portable Zip 2.0 encryption scheme)
|
Posted
about 10 years
ago
by
Gautier de Montmollin
Encryption implemented (portable Zip 2.0 encryption scheme)
|
Posted
over 10 years
ago
by
Gautier de Montmollin
Under test: encryption (the Zip 2.0 flavor).
Feedback is welcome!
|