-
n-a-c-h added thibeaz to the VBA-M project.
2009-06-13 20:28:16 UTC in VBA-M
-
n-a-c-h created the test file release.
2009-06-05 07:25:06 UTC in VBA-M
-
Thanks for the reply.
I'm interested in pure decoding, for two reasons.
First of all, there is a semi standard going around for ZIP files which contain LZMA streams, written as I've described above. I think it was invented by these guys: http://advancemame.sourceforge.net/comp-readme.html, yet it's also mentioned in the latest PKZip specification...
2008-06-12 15:54:11 UTC in LZMA Utils
-
How compatible are liblzma streams with LZMA streams produced by the official SDK?
Does lzma_stream_encoder_single() produce streams that can be decompressed by the official SDK, and do official SDK streams decompress with lzma_auto_decoder() properly?
For clarification, when I say the official SDK streams, I mean those produced with:
NCompress::NLZMA::CEncoder encoder;
...settings.....
2008-06-12 06:22:14 UTC in LZMA Utils
-
n-a-c-h committed revision 572 to the VBA-M SVN repository, changing 1 files.
2008-06-09 19:49:02 UTC in VBA-M
-
n-a-c-h committed revision 567 to the VBA-M SVN repository, changing 1 files.
2008-06-06 10:17:20 UTC in VBA-M
-
n-a-c-h committed revision 565 to the VBA-M SVN repository, changing 1 files.
2008-06-06 10:09:54 UTC in VBA-M
-
n-a-c-h committed revision 564 to the VBA-M SVN repository, changing 1 files.
2008-06-06 09:31:46 UTC in VBA-M
-
n-a-c-h committed revision 555 to the VBA-M SVN repository, changing 3 files.
2008-06-02 02:15:55 UTC in VBA-M
-
n-a-c-h committed revision 550 to the VBA-M SVN repository, changing 1 files.
2008-05-29 03:55:54 UTC in VBA-M