obs-studio
obs-studio copied to clipboard
OBS Studio - Free and open source software for live streaming and screen recording
This fixes an issue where when the MAX_CODECS length was equal to the amount of supported codecs (3), it would leave the list without a null terminator and crash when...
This is an automatically created pull request to remove unresponsive servers and services. | Service | Action Taken | Author(s) | | ------- | ------------ | --------- | | MasterStream.iR...
### Description > [!NOTE] > This pull request is targeted for the next major version as it breaks some backwards compatibility (mainly Kepler GPUs). - Adds refactored native NVENC implementation...
### Operating System Info macOS 13 ### Other OS _No response_ ### OBS Studio Version 30.0.0-rc1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/YBw0Kw8hOZbeYFav ###...
### Description This PR fixes a bug concerning the visualization and release of audio sources when inserted into an invisible group. The bug arises from the fact that when a...
### Operating System Info macOS 14 ### Other OS Windows11 ### OBS Studio Version 30.1.2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/CJnSlQPXikGyq54D ### OBS...
### Description This moves the system tray to its own file. ### Motivation and Context Instead of being strewn all over OBSBasic, the system tray code is now consolidated into...
### Description - Move non-deps module from the `deps` folder to the `shared` folder - Move UI code that was used in various frontend-plugins as module in the `shared` folder...
### Description This removes an unnecessary usage of QProxyStyle for the source context bar media QSlider and the destruction/recreation of audio mixer controls. ### Motivation and Context It appears we...
### Description The things that happen to get this deadlock: - the io thread reads `shutdown_requested` as false - the main thread sets `shutdown_requested` to true - the main thread...