conor42

Results 17 comments of conor42

I can probably take a look on the weekend.

@mcmilk I completely forgot about this. I'll look at what's required sometime in the next week.

I won't be doing this for the moment. Plugging the FLZMA2 encoder into the XZ container writer looks like it involves a lot of work.

Mostly because I couldn't test very large dictionaries at the time, and also because the specification only allows 1.5 Gb, though some decoders may accept larger ones anyway. It will...

Thanks for the info Stephan. I'll probably have some time to look into it in the next few weeks.

@mcmilk I will be working again on the project this week, starting with tidying up. I think the compression code needs no modification so it will be ready for production...

@mcmilk What version of VS do you compile with? Radyx needs VS 2013 or later iirc. Would need to make a dll with the compression code if you use an...

@mcmilk It's all working except for one snag - if I register the radyx codec as method id 0x21 to indicate lzma2 output, it's impossible to use because the standard...

@mcmilk Yes it's fully compatible. The switch is -m0=RADYX but the problem is 7-zip looks up the method ID and uses that later when creating the encoder object. Internally 7-zip...

I found a kludge to work around this problem - use a unique id, check for it when writing the method info to the archive, and replace it with 0x21....