You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 35087df
Author: Richard <[email protected]>
Date: Thu Oct 9 10:22:09 2025 -0500
rename macos_avcapture (replace dashes with underscore) (#679)
* remove dash character so this can be looked up easily from JS code
in frontend
commit c01bded
Author: Richard <[email protected]>
Date: Wed Oct 8 14:16:01 2025 -0500
add comment to mac-screen-capture plugin and bump obs-browser (#678)
* add note indicating why we renamed this plugin
* makes future merges easier and reduces risk of accidental naming conflict.
* bump obs-browser (added comment that explained float literal value)
commit 5b2f353
Author: Aleksandr Voitenko <[email protected]>
Date: Wed Oct 8 17:43:31 2025 +0100
Twitch dual streaming (#670)
* Backported changes from OBS 31 to enable Twitch dual streaming mode
* Restored back lost code from the commit 'Ffmpeg mux freez'
* Updated AMD library
* CMake format
* Fix MacOS build
* Fixing linking issues on Window by removing the older tools install step
* Fix buid. Updated ftl-sdk submodule
* Set option ENABLE_UI to OFF everywhere
* CMake format
* Updated deps files
* Broadcast Performance Metrics (BPM)
* Fix HEVC packet priority issues
* Allow interleaver to recover from temporary stalls
* CMake format
* MacOS build fix
* Revert "Updated deps files"
This reverts commit 5122468.
* Attempt to fix dependencies checker
* Making step 'Chech for changes in dependencies' on Windows optional
* Fixing MacOS build
* Removed setup_ccache from MacOS X build
* Fixing MacOS build
commit 938395a
Author: Richard <[email protected]>
Date: Fri Oct 3 15:51:50 2025 -0500
update slobs to build on macOS Tahoe dev env (#676)
* cmake: Disable CCache for local builds and enable by default for CI
* cmake: Disable discovery of Homebrew libraries for dependencies
macOS builds should only use dependencies built via the obs-deps
build scripts. Default variants of the same dependencies are not
compatible with our app packaging requirements and thus will create
issues when creating the app bundle.
This is specifically an issue when MbedTLS is installed via Homebrew
which ships a CMake package config by default and is picked up
by our code ever since we switched to prefer CMake packages.
* upgrade Qt6 to resolve missing AGL framework on macos Tahoe
* Apple remove AGL framework on macos tahoe which breaks the older Qt6
Link: https://bugreports.qt.io/browse/QTBUG-137687
---------
Co-authored-by: PatTheMav <[email protected]>
commit 1758f33
Author: Richard <[email protected]>
Date: Thu Sep 25 10:04:57 2025 -0500
bump obs-browser (qt browser loop shutdown) (#675)
commit 8ae233b
Author: Richard <[email protected]>
Date: Wed Sep 24 16:52:58 2025 -0500
fix cef main loop blocking call & github workflow ccache issue (#674)
* bump obs-browser (fix cef main loop blocking call)
* cmake: Remove Ccache option to enforce second preprocessor call
Feature was removed in Ccache 4.12, which is provided by Homebrew by
default since 2025-10-19.
* ci: Limit use of Ccache option to enforce second preprocessor call
Feature was removed in Ccache 4.12, which is provided by Homebrew by
default since 2025-10-19.
---------
Co-authored-by: PatTheMav <[email protected]>
commit a9d81e1
Author: Richard <[email protected]>
Date: Tue Sep 16 10:37:10 2025 -0500
upgrade obs-browser (#672)
commit a14a0c9
Author: Vladimir <[email protected]>
Date: Mon Sep 15 10:31:51 2025 -0700
api to communicate with browser source (#647)
0 commit comments