Kurt Kartaltepe

Results 142 comments of Kurt Kartaltepe

> Weirdly, with m_bD3D9HACK and m_bUseTexAlloc always being true, there are a lot of seemingly dead branches. Are those going to be utilized for later work? Yea we will use...

For the usage on linux of the non-texture alloc path you can see https://github.com/kkartaltepe/obs-studio/tree/qsv-linux-pt2

> Revisiting this, I get an encoder start failure on Windows 11. > > ``` > [qsv encoder: 'msdk_impl'] Invalid session or MemId handle (MFX_ERR_INVALID_HANDLE) > ``` It looks like...

Fixed that up now.

> Potentially closes #3929 Yea feel free to add a fixes marker to the commit. I think scanning for our label is fine as a solution, though users who did...

I was able to test this out, I think the only problem is that there is no checking for v4l2loopback-ctl having the required `add` command or that v4l2loopback-ctl has failed....

Also where does this work, as I was testing on archlinux and there is no add function. Is this still unreleased by upstream?

> #4951 was closed before this was merged. Are FreeBSD fixes no longer "welcome"? We generally close issues very aggressively, I have re-opened it if you prefer it to be...

> In case of an error the Go runtime will panic causing the OBS process to deadlock. If your plugin is trying to crash, it seems like we should let...

I don't believe anyone is currently interested in supporting non-x86 linux platforms, so patches are welcome for issues on that platform.