Jefferson Carpenter
Jefferson Carpenter
For me the key was to install a 32-bit version of iTunes. (previously I had 64-bit installed and got this error) (The normal 32-bit iTunes will not install on 64-bit...
Windows 7 in a Cygwin shell.
It works if I go with Option A.
You can pass `/dev/stdout` or `/dev/stderr` as the argument to `-debug-log` to have the debug log output there.
Hey, so I've looked at `LZ4_decompress_safe_partial_usingDict`, and I'm a little unsure if I'm doing what you intended. It looks like it calls `lz4_decompress_generic` through every code path, and that just...
Okay, I'm pretty sure the `-3` is unreliable. It looks like the the origin of the magic number `-3` is that `ip` is incremented by 2 when reading out the...
@Cyan4973 Sorry to bug you again, but are you sure this use case is still supported with the current API? Thanks!
Correct. Multiple compressed blocks stacked back to back, total compressed size known, and decompressed size for each block known.
No, during compression we call `LZ4_resetStreamHC` before compressing each block, so I do not believe they can have matches leading into previous blocks.
To answer your question, the code was like that when I got here. I'm just reporting what it says, however I agree that it would make more sense not to...