darix
accepted
request 6328
9 days ago
(revision 129)
- Update to version 32.0.1:
* libobs: Update version to 32.0.1
* frontend: Fix runtime check failure issue
* libobs: Log monitoring audio deduplication
* libobs: Fix for monitoring deduplication edge case
* frontend: Enable multitrack RTMP option for custom RTMP services
* obs-browser: Update version to 2.26.2
* CI: Pin patch generation workflows to windows-2022
darix
accepted
request 6308
2 months ago
(revision 127)
- Update to version 31.1.2:
* libobs: Update version to 31.1.2
* CI: Update obs-crowdin-sync action
* libobs: Start video output even if there is no mix
* Revert "linux-pipewire: Fix 10- and 16-bit captures"
* CI: Fix failures of analyze workflow runs due to GitHub policy change
* linux-pipewire: Ensure the release point is always signaled
* linux-pipewire: Dup syncobj fds
* linux-pipewire: Require Gio 2.76
* libobs-opengl: Make some includes unconditional
* frontend: Fix settings scrollbar size
* frontend: Fix progress bar appearance
* linux-v4l2: Avoid stopping capture on AVERROR(EAGAIN)
* frontend: Do not set maximum_video_tracks if user has set it to "Auto"
* CI: Update sphinx-publish-action commit
* frontend: Fix build failure with Clang 20+ in OBSCanvas
* build-aux: Use rebuilt CEF on Linux with backported API on Flatpak
* CI: Add checkout to fix gh CLI usage
darix
accepted
request 6300
3 months ago
(revision 126)
- Update to version 31.1.1:
* libobs: Update version to 31.1.1
* build-aux: Revert libsrt to v1.5.3
* build-aux: Update Flatpak module for mbedTLS to v3.6.4
* CI: Update deps to 2025-07-11 release
* obs-browser: Update version to 2.25.3
* CI: Use rebuilt CEF on Linux with backported API
* frontend: Avoid recreating YouTube dock
* CI: Add GH_TOKEN to fix usage of GitHub CLI
darix
accepted
request 6299
3 months ago
(revision 125)
- Update to version 31.1.0:
* frontend: Enforce minimum height for QList items
* CI: Prevent hotfixes from overwriting Flathub beta
* Revert "CI: Prevent hotfixes from overwriting Flathub beta"
* Revert "fixup! CI: Prevent hotfixes from overwriting Flathub beta"
* fixup! CI: Prevent hotfixes from overwriting Flathub beta
* CI: Prevent hotfixes from overwriting Flathub beta
* obs-websocket: Update version to 5.6.2
* obs-browser: Update version to 2.25.2
* win-capture: Add Wuthering Waves to compatibility list
* win-capture: Add Roblox to compatibility list
* Update translations from Crowdin
* CI: Update minimum macOS version to 12 for building
* CI: Update macOS deployment target to macOS 12
* mac-virtualcam: Resolve deprecation warnings to reflect 12.0 target
* mac-avcapture: Resolve deprecation warnings to reflect 12.0 target
darix
accepted
request 6294
3 months ago
(revision 124)
- Make the metainfo file more reproducible build friendly. we can
pass in a value via APPDATA_RELEASE_DATE. The value is now using
SOURCE_DATE_EPOCH if available. (boo#1245382)
darix
accepted
request 6293
3 months ago
(revision 123)
- looks like nvenc support is not on aarch64 yet.
frispete
accepted
request 6292
3 months ago
(revision 122)
submitting this early as it fixes some obs-studio virtual camera problems on TW
darix
accepted
request 6267
6 months ago
(revision 120)
- Pull in https://github.com/obsproject/obs-studio/pull/11906.patch to fix the virtual camera
- Update to version 31.0.3:
Olaf Hering (olh)
accepted
request 6133
9 months ago
(revision 118)
replace libqt5-qtwayland with qt6-wayland because obs-studio is built with qt6
boombatower
accepted
request 6128
10 months ago
(revision 113)
- Update to version 31.0.0:
This is Just a draft request. it doesnt have the CEF support anymore ATM
boombatower
accepted
request 6029
over 1 year ago
(revision 112)
- Disable BuildRequires libmfx as it is unavailable currently.
frispete
accepted
request 5921
over 1 year ago
(revision 111)
- Explicitely set CFLAGS/CXXFLAGS for all targets
frispete
accepted
request 5801
over 2 years ago
(revision 110)
- Update to version 29.1.3:
* UI: Translate place holder name for new group
* UI: Fix changed state of audio settings
* UI: Fix changing quick transition to/from fade to black
* UI: Fix checked state of source toolbar menu item
* text-freetype2: Fix not updating chat log mode property
* libobs: Update version to 29.1.3
* obs-ffmpeg: Fix logic in one of the AMF preset fallback checks
* obs-websocket: Update version to 5.2.3
* libobs: Set video thread qos class to user interactive on macOS
* mac-capture: Explicitly set clear background for SCK
* UI: Don't update text source when nothing changed
* docs: Clarify da_erase_range
* deps/obs-scripting: Fix crash removing callbacks in script_unload
* libobs: Use da_clear() to clear obs_core_data::sources_to_tick
* libobs/util: Add da_clear()
* libobs: Don't keep the sources mutex in tick_sources
* libobs/util: Actually fix use-after-free in da_insert_new
* libobs/util: Fix use-after-free in darray_insert_new
* win-capture: Skip compat helper matching if properties are null
* win-capture: Add Honkai: Star Rail to compatibility list
* UI: Don't trigger a settings update when list is empty To avoid recursive call
* obs-ffmpeg: Consider requested throughput in AMF preset fallback
* obs-ffmpeg: Fix AMF encoder reconfiguration
* UI: Fix filter shortcuts not showing in context menu
* text-freetype2: Fix crash after reaching buffer size
* UI: Fix menu actions missing shortcuts
* libobs: Fix crash when properties are deleted in callback
* UI: Assume RTMP if service has no protcol
* Revert "UI: Reset service selection to custom if name not found"