15643 Commits

Author SHA1 Message Date
Warchamp7
f730063da3 frontend: Adjustments to Add Source window 32.2.0-rc2 2026-07-16 14:33:56 -04:00
Warchamp7
6750a6e9f5 frontend: Change source window button label 2026-07-16 14:33:56 -04:00
Warchamp7
a9bcb4f9f8 frontend: Update recent sources text 2026-07-16 14:33:56 -04:00
tytan652
71550823f7 build-aux: Update Flatpak to 2026-07-15 deps
- Backport Qt fix for QTBUG-146665
2026-07-16 14:13:04 -04:00
Ryan Foster
507de81364 CI: Update deps to 2026-07-15 release
Notable Changes:
 * deps.qt: Backport fix for QTBUG-146665

Fix a bug that causes right-click to not work for disabled items in the
source list. This is fixed on the Qt 6.11 branch and in 6.12.0-beta1,
but we've backported the patch for now.
2026-07-16 13:50:10 -04:00
Richard Stanway
9d38a93831 frontend: Add Image SAFER to DLL blocklist
More useless "security" software to try to prevent screenshots that
installs global hooks and kernel drivers. Crash reports indicate that
their hook attaches to and subsequently crashes OBS.
2026-07-14 15:12:13 -04:00
derrod
f7e4fba19f frontend: Add defunct Twitch Soundtrack plugin to DLL blocklist 2026-07-14 13:47:07 -04:00
Hernán R
ca937366c1 rtmp-services: Update Piczel.tv ingest servers 2026-07-11 14:49:10 -04:00
Ryan Foster
0aefedcb14 CI: Provide GitHub token for gh usage
The GitHub CLI requires a token or it will fail.
2026-07-11 14:25:51 -04:00
jcm
8a5dab518b mac-capture: Don't capture cursor for macOS Audio Capture sources 2026-07-10 15:10:44 -04:00
Matt Gajownik
f2db0972ee Update translations from Crowdin 32.2.0-rc1 2026-07-09 14:48:07 -04:00
Ryan Foster
7db6bc73b2 CI: Fix appcast generation job
Previously, the appcast generation happened in the same workflow that
the artifacts were generated, so they could be fetched without issue.
Since they are no longer in the same workflow, we have to account for
that.
2026-07-08 12:30:16 -04:00
Warchamp7
83f5459afa frontend: Fix empty volume name label 2026-07-06 16:42:49 -04:00
Warchamp7
30d3b89b3b frontend: Parent mixer context menu to window
Parent the QMenu to the window. Fixes a warning for "QWidgetWindow
must be a top level window."
32.2.0-beta3
2026-07-02 18:49:44 -04:00
Warchamp7
1b0fc3b8be frontend: Fix resizing horizontal volume name 2026-07-02 18:49:44 -04:00
Warchamp7
b99ccb0367 frontend: Fix invokeMethod function name 2026-07-02 15:54:32 -04:00
Warchamp7
137fe34ce2 frontend: Remove What's New window padding 2026-07-02 15:32:09 -04:00
Warchamp7
02b0a796d5 frontend: Remove What's New bottom button 2026-07-02 15:32:09 -04:00
pkv
a00854666f nv-filters: Remove direct calls to CUDA in Audio FX
The CUDA calls in AUDIO FX were added initially to big a bug on the SDK
side where the SDK functions where not checking the CUDA context.
This led to interference with the VIDEO FX, potentially breaking it.
These bugs have been fixed by the SDK so we don't need anymore these
CUDA calls.

Signed-off-by: pkv <pkv@obsproject.com>
2026-07-01 17:37:45 -04:00
LinuxUserGD
7a52bedca1 frontend: Add missing <functional> include
Fixes the compile error `no template named 'function' in namespace 'std'`
2026-07-01 16:17:37 -04:00
Warchamp7
dcbb7840fe frontend: Show warning icon for Monitor Only 2026-07-01 14:27:15 -04:00
Warchamp7
04d36e09b9 frontend: Remove Monitor Only from UI 2026-07-01 14:27:15 -04:00
Warchamp7
4819d1714b frontend: Use same base theme on Win 10/11 2026-06-30 16:48:31 -04:00
tytan652
74fd272db6 build-aux: Update Flatpak to 2026-06-26 deps
- Update FFmpeg to version 8.1.2
2026-06-30 12:58:51 -04:00
Benedict Etzel
27ac23ef75 win-capture: Add Hearthstone Deck Tracker to compatibility list 2026-06-29 14:53:19 -04:00
Ryan Foster
3bba730f76 CI: Update deps to 2026-06-25 release
Notable Changes:
 * deps.ffmpeg: Update FFmpeg to 8.1.2
2026-06-26 15:45:35 -04:00
Matt Gajownik
b631635a38 win-capture: Build with file descriptor 2026-06-26 15:19:41 -04:00
Matt Gajownik
039d6ebb46 obs-vst: Build with file descriptor 2026-06-26 15:19:41 -04:00
Matt Gajownik
aa33016e28 obs-webrtc: Build with file descriptor 2026-06-26 15:19:41 -04:00
Richard Stanway
091dbeec81 frontend: Merge Windows process mitigation functions
We already started using SetProcessMitigationPolicy before #5164 got
merged and we dropped Windows 7 support, so we can do away with the
runtime detection too.
2026-06-26 14:38:23 -04:00
Ryan Foster
f6495d0017 CI: Move Sparkle Appcast creation to Publish workflow
This move allows us to separate appcast creation from the main build
jobs, which will enable us to increase the number of deltas we generate
without impacting the push workflow on tags.

This largely moves the existing jobs from push to publish with two small
changes:
1. the needs condition was changed from build-project to check-tag
2. the if condition was changed from github.ref_type == 'tag' to
   fromJSON(needs.check-tag.outputs.validTag)
2026-06-25 15:49:13 -04:00
Ryan Foster
3adff2b1aa CI: Update korelstar/xmllint-problem-matcher to v1.3.0
This updates the action from node20 to node24, which will clear some CI
warnings.
2026-06-25 14:42:55 -04:00
Ryan Foster
2396e6e9bf CI: Update softprops/action-gh-release to v3.0.1
GitHub Actions runs are emitting a warning about node20 because
softprops/action-gh-release is outdated. Update to the latest stable
release.
2026-06-22 18:09:20 -04:00
Ryan Foster
7cd4e7de34 CI: Install NSIS in the windows-patches action
The windows-2022 runner had NSIS pre-installed. The windows-2025 runners
are slimmer and do not have NSIS installed. The windows-2025 runners do
have winget available, which can be used to install NSIS.

The windows-2025 runners do not have NSIS in PATH by default, so we need
to specify it manually in the config files.

Follow-up to ac19ea6633.
2026-06-22 17:44:57 -04:00
Ryan Foster
7d869ccf0f Merge pull request #13577 from RytoEX/fix-windows-signing
CI: Fix windows signing
32.2.0-beta2
2026-06-21 18:30:16 -04:00
Ryan Foster
8c54b3d811 CI: Update sign-windows commit 2026-06-21 00:22:02 -04:00
Ryan Foster
ac19ea6633 CI: Install NSIS in the windows-signing action
The windows-2022 runner had NSIS pre-installed. The windows-2025 runners
are slimmer and do not have NSIS installed. The windows-2025 runners do
have winget available, which can be used to install NSIS.

The windows-2025 runners do not have NSIS in PATH by default, so we need
to specify it manually in the config files.
2026-06-21 00:20:57 -04:00
Ryan Foster
21733a0543 frontend: Re-enable extension points
Apparently, disabling extension points disables legacy IMEs, which is
undesirable.
32.2.0-beta1
2026-06-20 13:41:27 -04:00
Ryan Foster
f76ad4989d libobs: Update version to 32.2.0 2026-06-19 19:41:04 -04:00
Warchamp7
85e54825e9 frontend: Fix duplicate layout name 2026-06-19 18:52:08 -04:00
tytan652
873eea74e3 frontend: Explicitly set plugin manager linkage to nlohmann_json 2026-06-19 18:20:23 -04:00
Ryan Foster
819dfb86c6 obs-hook-config: Update graphics-hook version to 1.8.8 2026-06-19 17:32:33 -04:00
PatTheMav
34ec8c00b1 CI: Use jq to transform SARIF files in macOS job
Microsoft's sarif-multitool requires platform-specific binaries to run
(even though it's installed via npm) and does not ship an Apple Silicon
binary. With Rosetta 2 being deprecated in macOS 27, the tool would
stop working once the project had updated to macOS 27 runners.

Using "jq" provides a cleaner alternative, as the required
transformation is transparent in code and does not require any
additional tools or binaries.
2026-06-19 17:06:26 -04:00
PatTheMav
508d82822f CI: Skip automatic artifact creation for PR runs
Only when the pull request has been given the appropriate label on
GitHub should the workflow generate actual artifacts available for
download.
2026-06-19 16:21:59 -04:00
PatTheMav
b9a5293380 CI: Trust obsproject tools tap for format actions
Recent Homebrew versions require 3rd party taps to be explicitly trusted
before they can be used to install formulas.

The "obsproject/tools" tap is used to provide pinned formulas of some
code formatters used by CI and thus needs to be trusted to enable
installation of these formulas.
2026-06-19 15:53:27 -04:00
Lordmau5
2b88e617a2 obs-nvenc: Only update Target Quality in CQVBR mode
Previously it was setting the `averageBitRate` value to what is being set in Variable Bitrate rate control mode. However, CQVBR is initialized with a value of `0` and instead Target Quality is being used. This adds a check for the CQVBR mode and if it's set will update the `targetQuality` value, otherwise it will update `averageBitRate`.

Additionally reset `averageBitRate` to 0 if CQVBR is active, and reset `targetQuality` to 0 if it's not in any VBR mode
2026-06-19 14:06:39 -04:00
Ryan Foster
74c106512d obs-websocket: Update to 5.7.4
Changes:
 - forms: Replace implicit lamda captures for C++20
 - websocketserver: Replace implicit lamda captures for C++20
 - Update translations from Crowdin
2026-06-18 16:49:11 -04:00
Ryan Foster
db84905fb1 obs-browser: Update to 2.26.9
obsproject/obs-browser@19b1c96 Replace implicit lamda captures for C++20
obsproject/obs-browser@f76de5f Do not try to create the browser before init
obsproject/obs-browser@68af8e8 Build with Windows file descriptors
obsproject/obs-browser@951cf81 Update translations from Crowdin
obsproject/obs-browser@bdac160 Limit browser dock workaround to impacted Qt versions
obsproject/obs-browser@3f0a2cd Update version to 2.26.9
2026-06-18 16:49:11 -04:00
Ryan Foster
2b1871a6de CI: Add Ubuntu 26.04
Test builds on both Ubuntu 24.04 and 26.04.
2026-06-18 15:24:14 -04:00
Exeldro
98f5714b92 frontend: Fix pasting scene item on not the current scene 2026-06-17 17:23:00 -04:00