Exeldro
Exeldro
### Description Add command-line `--bmem-trace` to enable keeping stacktraces for each `bmalloc` which includes `bzalloc` On shutdown the stack traces are printed in the OBS log file like this: >...
### Description requires https://github.com/obsproject/obs-studio/pull/10264 ### Motivation and Context Want to have crop to bounds ### How Has This Been Tested? Tested OS(s): Windows 11 ### Types of changes - Bug...
### 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...
it is faster and has less chance of null reference error in the `get_properties` function of the source, because `void* data` is not `null` Also some source have different properties...
### Description Add `cropToBounds` to scene item ### Motivation and Context Was added in obs, but not in obs-websocket yet The new `obs_sceneitem_set_info2` is used but `crop_to_bounds` is not set...
### Description Render text only when changed ### Motivation and Context Rendering text can take lots of time (in my testing example 86 ms), so in case nothing changed, like...
### Description Add support for: `uniform float4 test = float4(1,0,0,1);` next to the existing: `uniform float4 test = {1,0,0,1};` ### Motivation and Context Support more shader stuff. This helps converting...
### Description Add float2x2 and float3x3 support ### Motivation and Context Support more for shaders. This pull request helps obs-shaderfilter detecting types used so that it can provide better guidance...
### Operating System Info Windows 11 ### Other OS _No response_ ### OBS Studio Version 30.2.0-rc1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL https://obsproject.com/logs/IzjRZUMB8cqzbjpC ###...
### Description Add support for #if and #elif to CF parser It supports without comparator and with the following comparators: ==, >=, 1234 #elif test < 1234 #elif test ==...