tytan652
tytan652
### Description Disable icons on QDialog buttons, QStyle like Fusion provide icons to those. Before:  After:  ### Motivation and Context They are ugly and not needed and only...
### Description Replace one-case switches, remove workaround casts and refactor a little the Windows taskbar code to fix its switch. ### Motivation and Context Clean up switches and switch warnings...
### Description Depends on: - #6720 - #6750 - #6761 - #6767 - ~~https://github.com/obsproject/obs-browser/pull/368~~ - https://github.com/obsproject/obs-browser/pull/370 - #6842 - #6884 - #6908 - ~~#6960~~ - #7802 - also #6760 if...
### Description Depends on: - https://github.com/obsproject/obs-deps/pull/152 Remove external/AMF headers folder from `obs-ffmpeg` and use obs-deps headers. Difference between upstream and "external": - "external" have outdated code compared to 1.4.28 from...
### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** - Add a "protocols" and "protocols_prefixes" fields in `obs_output_info` and add protocols to outputs meant for services. - Add the function...
**Testers: would please add to your feedback the output of the `vainfo --all` command and if issues a log of OBS with `--verbose` for debug log.** ### Description Fixes #3184...
### Operating System Info Other ### Other OS Arch Linux ### OBS Studio Version Other ### OBS Studio Version (Other) 27.1.3 (harder to trigger), 27.2 RC4 with CEF 87, 95...
## RFC 45: Add notion of protocol ### Summary - Add notion of service protocol in libobs and OBS Studio - Outputs for streaming are registered with their compatible protocol...
### Summary - Switch main dock system to [ADS](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System) - Make ADS dock state per profile - Allow the user to switch between pre-made layouts - Plugins could register their...
*I'm sorry to have stupidly pushed a PR about this suddenly without talking about it with you. So now I tried to write this RFC, it's not perfect, but we...