darix
accepted
request 6294
11 days 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
13 days ago
(revision 123)
- looks like nvenc support is not on aarch64 yet.
frispete
accepted
request 6292
13 days ago
(revision 122)
submitting this early as it fixes some obs-studio virtual camera problems on TW
darix
accepted
request 6267
3 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
6 months ago
(revision 118)
replace libqt5-qtwayland with qt6-wayland because obs-studio is built with qt6
boombatower
accepted
request 6128
7 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
about 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"
frispete
accepted
request 5795
about 2 years ago
(revision 109)
- libmfx is available for x86 archs only
- Build with Qt6 for Tumbleweed and with Qt5 otherwise
- Update to version 29.1.2:
* libobs: Update version to 29.1.2
* obs-outputs: Remove support for "RTMP Go Away" feature (#8959)
* UI: Fix crash on patronJsonThread
* deps/media-playback: Just null the first frame pointer on decode
* deps/media-playback: Check `is_active` when frame preloading
* deps/media-playback: Fix crash when interrupting stingers
* UI: Disallow exiting settings with no track in advanced mode
* UI: Disallow exiting settings with no track in simple mode
* UI: Fix crash when receiving multiple SIGINT
* libobs: Adds obs.hpp to exported header files
* UI: Only defer property updates for input and transition sources
* win-dshow: Remove obsolete translation
* win-capture: Remove obsolete translation
* obs-qsv11: Add missing translation
* obs-outputs: Add missing translations
* obs-filters: Remove obsolete translation in expander-filter
* obs-filters: Add missing translation in chroma-key-filter
* obs-ffmpeg: Add missing translations
* obs-ffmpeg: Add missing translations
* obs-ffmpeg: Remove obsolete translations
* mac-videotoolbox: Remove obsolete translation
* mac-syphon: Remove obsolete translations
* mac-avcapture: Add missing translation
* linux-pulseaudio: Add missing translation
* linux-capture: Remove obsolete translation
frispete
accepted
request 5792
about 2 years ago
(revision 108)
- Exclude libcef.so dependency tracking correctly
frispete
accepted
request 5781
about 2 years ago
(revision 107)
- Apply upstream pull request 8376.patch to fix build with ffmpeg >= 6
- Disable __requires_exclude_from for testing
frispete
accepted
request 5732
over 2 years ago
(revision 105)
- Update to version 29.0.2:
* libobs: Update version to 29.0.2
* obs-filters: Ensure gain is positive for upward compressor
* CI: Publish docs to Cloudflare Pages
* libobs: Update version to 29.0.1
* UI: Unblock encoder comboboxes signals before change
* UI: Re-raise properties window after picking files on macOS
* obs-ffmpeg: Use gai_strerrorA for error logging on Windows
* obs-filters: Fix wrong number of arguments to error macro
* virtualcam-module: Update filter size immediately when used in OBS
* obs-filters: Improve upward compressor with soft knee
* obs-filters: Make continuous gain on upward compressor
* obs-filters: Fix expander and upward compressor above threshold
* libobs-opengl: Close display when destroying X11/EGL platform
* libobs-opengl: Do not close X11 platform display on error
* libobs: Close display when destroying X11 hotkey platform
* cmake,obs-ffmpeg: Refactor Libva finder
* updater: Pass AppData path to elevated process
* win-capture: Support EnumDisplayDevices failure
* updater: Add additional status messages
* libobs: Fix SDR async video on non-SDR targets
* libobs-d3d11: Log monitor color depth
* UI: Work around Qt dock restore crash
* obs-ffmpeg: Tell FFmpeg that BGRA uses alpha
* frontend-tools: Fix crash on non X11 windowing systems
* libobs-opengl: Fixup dmabuf queries on X11
* obs-filters: Improve NVIDIA effects SDK version checks
* libobs/graphics: Enable DMABUF on FreeBSD and DragonFly
* libobs: Fix loading of custom_size for empty scenes
* CI: Revert Qt to 6.3.1 on Windows