Commit Graph

15673 Commits

Author SHA1 Message Date
Penwywern e6f6487d7b win-capture: Change capture methods name 2026-08-20 21:41:32 -04:00
Warchamp7 0043697fc5 frontend: Remove native widget property 2026-08-20 19:22:01 -04:00
WarmUpTill a07884d752 obs-frontend-api: Fix repeated preview en-/disables not working 2026-08-20 18:54:10 -04:00
Penwywern f6933c9639 frontend: Don't read unloaded module in source toolbar 2026-08-20 18:25:04 -04:00
Penwywern 5cecae04f2 frontend: Ensure source type exists before creating toolbar 2026-08-20 18:25:04 -04:00
Penwywern 4cc9c4466c libobs: Ensure module exists before getting locale string 2026-08-20 18:25:04 -04:00
FiniteSingularity b790a32b2e libobs: Fix file filter for save file path widget 2026-08-20 17:55:08 -04:00
derrod 6d22a9a7f0 docs: Add deprecation notice for source hiding 2026-08-20 17:26:22 -04:00
derrod cc6c7629fd libobs: Deprecate source hiding 2026-08-20 17:26:22 -04:00
derrod 782a15aaf9 frontend: Remove superfluous hidden check 2026-08-20 17:26:22 -04:00
Warchamp7 3bf06991a5 frontend: Fix SourceButton rename handler 2026-08-20 16:56:10 -04:00
derrod 8c86ed05d4 frontend: Add Encoder availability check 2026-08-20 16:16:59 -04:00
Ryan Foster 1bf1379faa libobs: Update version to 32.2.2 2026-08-14 16:57:12 -04:00
Warchamp7 14e3dae77f frontend: Fix spacer in permissions dialog 2026-08-10 17:48:54 -04:00
Warchamp7 f5b6d8da12 frontend: Update forms to fully qualified enums 2026-08-10 17:48:54 -04:00
Warchamp7 4abbcf0b6d frontend: Update invokeMethod to use functions 2026-08-10 16:27:32 -04:00
Ryan Foster 220a16378f CI: Remove support for Ubuntu 24.04 2026-08-07 14:12:38 -04:00
Richard Stanway 88de106cff frontend, plugins: Remove PreferSystem32Images mitigation
This process mitigation flag is inherited by child processes and applies
to load-time DLL resolution, pushing the application's own directory
below the system directories. If there are system-installed copies of
dependent DLLs such as FFmpeg, those get loaded when OBS is updated as
the updater and subsequent relaunch of OBS inherit the mitigation.

As we use SetDefaultDllDirectories, this mitigation is less important,
the proper fix would be to use /DEPENDENTLOADFLAG to protect load-time
import resolution.
2026-08-04 17:19:45 -04:00
Ryan Foster d3972603e5 CI: Update minimum macOS version to 26 for building
Match requirements set in CMake.
2026-08-04 17:01:23 -04:00
Ryan Foster 55c3c07d52 CI: Update macOS deployment target to macOS 13
Qt 6.11 only supports macOS 13+. It does not support macOS 12, and OBS
Studio will fail to launch on macOS 12 as a result. We should reflect
that with our deployment target.

https://doc.qt.io/qt-6.11/supported-platforms.html
2026-08-04 15:59:21 -04:00
jcm b6f854c73b mac-virtualcam: Suppress deprecation warnings in DAL module
This line, along with the entire DAL plugin itself, should be removed
when the macOS deployment target is raised to 14 or above.
2026-08-04 15:59:21 -04:00
Ryan Foster 651bd1e9bf CI: Update brew unconditionally
Should resolve some issues we've seen on CI lately.
2026-08-04 15:21:40 -04:00
Ryan Foster 0052d024fd libobs: Update version to 32.2.1 32.2.1 2026-07-24 17:49:25 -04:00
Richard Stanway e2e0bfc8fc win-capture: Log hook DLL install / update errors
We suspect users hit errors updating the system-wide hook files even if
the file is not in use, but without logging we have no way to know for
sure. This commit adds additional logs. Not logging source paths
anywhere is intentional to avoid wide char to utf-8 issues making this
more complicated than it needs to be - the source will always be the OBS
install dir regardless.
2026-07-24 17:31:49 -04:00
Ryan Foster 74579d8452 CI: Increase number of update deltas generated for macOS to 5
The previous increase from 1 to 3 deltas has an acceptable time cost on
CI. Further increase it from 3 to 5.

This should somewhat improve the update experience on macOS for users
not on the most recent previous version of OBS Studio.
2026-07-24 12:12:44 -04:00
Richard Stanway d7a6a8e1b7 win-capture: Resolve inject helper and hook path to absolute paths 2026-07-24 11:40:08 -04:00
Warchamp7 7546be7266 frontend: Fix default thumbnail positioning 32.2.0 2026-07-21 14:07:32 -04:00
jcm 01e68ca6ad frontend: Fix deprecated header order in Add Source dialog 2026-07-20 16:03:54 -04:00
Warchamp7 0218aa658f CI: Disable fail-fast for Ubuntu builds 2026-07-17 16:19:19 -04:00
Ryan Foster 4675b12bcd CI: Increase number of update deltas generated for macOS
This should somewhat improve the update experience on macOS for users
not on the most recent previous version of OBS Studio.
2026-07-17 14:48:44 -04:00
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