Rūdolfs Bundulis
Rūdolfs Bundulis
@kkm000 sure, I don't need an ETA since I did the patch locally and built kaldi, so I'm kinda good. Just wanted to let you know.
@lu-zero ok, I assumed that, but then can what is the correct way to build a non prefixed binary (with non prefixed I mean that the dependency would be without...
@lu-zero as I wrote in the bug, and empty libdir added a starting slash, but now I made it work by using `cargo cinstall --release --destdir=/Users/rudolfs/Development/Artifacts/ --prefix= --libdir=./`, but then...
Is stripping available via cargo-c? I just did `strip -xS -o librav1e.stripped.a librav1e.a z` which reduced the size from 80mb to 60mb. There is a lot of weird output while...
What is the best practice - should I squash the whole feature branch, merge it in my master, rebase it and then open a PR?
@carlpett thanks for getting back, so let's try and resolve the points and I'll fix the stuff that needs fixing :) Since I already made some bugfixes it actually became...
@okopanja I didn't manage to refactor/split all the stuff, and it seems like there is not much need for it, so I can just keep it as is in my...
@ChandonPierre Hey, sorry for abandoning work on this - simply lack of time and it was easier to live with a local fork since the WDDM/GPU metrics were all that...
@jamesdwise thanks, yeah 2. also did sound as as the best choice to me, so will spare some time and start working.
Hi, i think we are suffering from this as well, but `GL GC` does not help - CasparCG keeps allocating new textures/consuming memory until it crashes. Basically what we are...