Orum

Results 14 comments of Orum

Let's not fearmonger... Anyway, I had hoped with katmagic taking over that (s)he or someone would have converted it to a proper build system (e.g. Autoconf), but it looks like...

I'll see if I can replicate this, but I suspect it is indeed a problem, possibly caused by changes to Tor itself.

It would be? I have my doubts. Last time I looked into acceleration (albeit, with CPU-based acceleration), the instruction set was designed to hash a lot of data once. It...

Time to compute a matching key/hash is nondeterministic. That is, it could take a hundred years to get a result of even a short hash on a fast computer. It's...

Any update on this? Is libaom still bugged? If so, I don't suppose you're willing to support another encoder in the meantime...

Thanks. I can confirm that the issue still occurs on the latest master. As for LLVM, I'm not sure which it's using, as I've several installed from ports alone: ```...

I know that was meant for an older version, but after applying it by hand to the current master, it's working perfectly for me. Thank you!

Thanks. I realized the issue was actually with it not accepting 10-bit input, though this is not clear in the error message; it simply says `Failed to read a frame...

Ah, so internally it only uses the 8 most significant bits, even for 10-bit input? I built a new binary after adding `ADD_DEFINITIONS(-DUVG_BIT_DEPTH=10)` to the `CMakeLists.txt`, and that seems to...