Re: [xz-devel] BUG: liblzma: LZMA+BCJ raw decode: output truncated last word

2020-07-12 Thread miura@linux
Hello. > liblzma cannot be used to decode data from .7z files except in certain > cases. This isn't a bug, it's a missing feature. Thank you for detailed explanations. It is worth to describe in python's lzma module document why LZMA1 is only supported with FORMAT_ALONE(lzma_alone_decode).

Re: [xz-devel] BUG: liblzma: LZMA+BCJ raw decode: output truncated last word

2020-07-12 Thread Lasse Collin
Hello! On 2020-07-08 miura@linux wrote: > when setting filter as only LZMA1, it returns expected SIZE of > output. > > Because BCJ should not change size, BCJ may have a bug, or LZMA1 - > BCJ pipeline may be a problem. liblzma cannot be used to decode data from .7z files except in certain

Re: [xz-devel] [PATCH] CMake: Add missing include directory when building the shared library

2020-07-12 Thread Lasse Collin
On 2020-06-04 Markus Rickert wrote: > This way also works, I just tested your patch on my system with > VS2019. The DLL includes the following info, looks good to me: > > File description: liblzma data compression library > File version: 5.3.1.0 > Product name: XZ Utils