Greg Beard
Greg Beard
From the README... > ## Observations > [...] > C++ "ref-counted" (shared_ptr) has significant performance hit on non-Linux platforms. Apparently, libstdc++ contains an optimization for `shared_ptr` whereby it is able...
I believe that the placement of the call to `pool.scoped` *inside* the `loop` statement isn't taking advantage of the thread pool. As it stands, I think only one connection at...
It appears that this project is no longer being maintained. Please consider indicating this in the README as a courtesy to those who come across this project.
This PR fixes a number of memory issues reported by *AddressSanitizer*. ### Memory Leaks *ASan* detects lots of leaks. They all look similar to the below... Direct leak of 128...
The voidlinux package for **apr** on musl fails the `test_unload_library` test in `testdso.c` without this `NULL` check. The test unloads the dso and then immediately tries to read a symbol...
Support for other vendors / manufacturers should be possible as long as the devices support VAAPI H/W encoding. At a high level, the steps would be... - Capture the FB...
Currently, multi-display capture is unlikely to work correctly. - For X11, display `:0` is always used. - For Wayland, the DRM plane with the largest size is used. If there...