Florian Zwoch
Florian Zwoch
Looks like interacting with the the frontend API is deadlocking/crashing OBS. Can be reproduced with the following plugin: ```go package main // #include // #include // // extern void frontend_event_cb(enum...
Upstream `peerdiscover` module may leak socket handles when there is no multicast announcer present. May result in "too many open files" errors.
Not sure where in the chain this is happening but I noticed that the PATH variable inside the container is limited to 1024 characters: > > Microsoft Windows 10.0.10240 (4.0)...
A proposal. Use a deadline for the read operation in the Go routine. In case the routine is supposed to shut down but no traffic is happening on the multicast...
During encoding I think YCbCr 4:2.0 may read from locations of the Cb and Cr planes that are out of bounds. I also think it happens when the image width/height...
Enabling VulkanDebug() causes a panic during registering the debug callback in `cgo`. ```shell $ go version go version go1.11.12 linux/amd64 ``` ```shell 2019/07/24 11:28:36 vulkan: enabling 0 instance extensions panic:...
### Description Create an alternate signal stack and set up our signals to run on this stack instead of the default one. ### Motivation and Context This works around an...
### Description Since the audio mixer widget is marked as being opaque it is necessary to draw all of it's pixels in the drawing region. Pixels not being drawn will...
Currently `Makefile` assumes it is doing a host compile always: ```makefile ifndef CPU CPU := $(shell uname -m | sed -e s/i.86/i386/ -e s/amd64/x86_64/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/...
### Description Feels weird to touch code that has been there for 11 years.. but I think there is actually a bug in here. In case the string buffer that...