Rodney

Results 51 issues of Rodney

### Description Only mix audio of each unique source in a scene once. ### Motivation and Context Fixes a common pitfall as the constructive interference due to multiple scene items...

Bug Fix
Enhancement
Seeking Testers
UI/UX

### Description Removes some legacy cruft. ### Motivation and Context The FFmpeg output and reconnect setting migrations are over 9 years old. The NVENC preset migrations are also over 2...

Code Cleanup

### Description Serialise default values when converting `obs_data` to JSON. ### Motivation and Context Pretty much the same as #8205, if we change defaults we have to write migration code...

Enhancement

### Description Build Qt Designer with our Qt deps ### Motivation and Context We should have always have a readily available version of designer people can use without having to...

Seeking Testers

### Description Adds brotli and nghttp2 libraries to curl for HTTP/2 and brotli compression support. Also switches curl to being a static library. ### Motivation and Context Currently all HTTP...

Seeking Testers

A few days ago the author of discord.py announced the discontinuation of his development and archival of the project due to not being able to find a new maintainer to...

### Description Removes some leftover debug logging messages that have outlived their usefulness. ### Motivation and Context These were originally added to help troubleshoot the application audio capture issues. Since...

Code Cleanup
Windows

### Description Use `std::optional` as a return value instead of a pointer, thus avoiding any manual memory management shenanigans. ### Motivation and Context Want to avoid errors like the one...

Bug Fix
Code Cleanup

### Description Fixes a buffer overrun in `os_wcs_to_utf8()` ### Motivation and Context If the output buffer size is exactly the same as the length of the converted string, `out_len` would...

Bug Fix

### Description Sets the invalid parameter handler for Windows's "secure" functions like `strcat_s()`. By having one that does not abort execution we let the caller handle the error codes, instead...

Windows