cg2121
5aac910659
UI: Fix grid mode spacing with Yami
...
In the scenes grid mode, the buttons would be squished together in
the Yami theme.
2022-08-13 16:22:02 -07:00
cg2121
5d803058b4
UI: Fix settings properties view background
...
In the Yami theme, the background color in the properties view in the
settings dialog would be incorrect.
2022-08-13 16:02:00 -07:00
wang.shaohui
7eb46d50b7
win-capture: Fix memory leak in dc-capture.c
2022-08-13 01:50:38 -07:00
Ed Maste
cbd35d41f5
CI: Update FreeBSD Cirrus-CI configuration
...
- Clone submodules too (for obs-websocket)
- Disable ALSA and AJA
- Add new deps (srt, librist, and libpci packages)
- Bump OS to most recent release, FreeBSD 13.1
2022-08-13 01:36:41 -07:00
Norihiro Kamae
e46e0f8a3e
UI: Fix memory leak when virtualcam fails to start
2022-08-13 01:35:45 -07:00
Chip Bradford
eb1cc8d076
libobs: Fix gpu thread termination when additional video mixes are added
2022-08-13 01:33:34 -07:00
Chip Bradford
e7ebe99049
UI: Fix crash when pausing/unpausing recording
2022-08-13 01:33:07 -07:00
jpark37
37621f0fdd
obs-filters: Fix filter color space queries
...
Need to ask target instead of parent.
2022-08-13 01:32:42 -07:00
jpark37
64ef93a29d
libobs: Fix filter color space passthrough
...
Need to chain against target instead of parent.
2022-08-13 01:32:42 -07:00
gxalpha
a9b83c7ffd
mac-virtualcam: Don't convert color space when converting color format
...
Converting the color space was likely accidental as it isn't explicitly
set. Unfortunately, not setting it means that it gets set to the
default, which is Rec. 709 and thus a conversion takes place when having
any other space. This conversion leads to a massive performance penalty
that isn't necessary.
2022-08-13 01:32:14 -07:00
gxalpha
d9c4c0f5da
mac-virtualcam: Avoid conversion of P010
2022-08-13 01:31:40 -07:00
jpark37
535d4141cb
obs-filters: Add HDR Tonemap filter
...
Allow per-source tonemapping to override default tonemapping.
2022-08-13 01:30:18 -07:00
cg2121
94189402c2
UI: Fix padding with vertical volume meters
...
Since Yami uses a different font, the 0 dB mark at the top of the
vertical meters would be cut off. This adds a 1px padding to the top
and bottom of the volume meters, when in vertical mode.
2022-08-13 01:10:38 -07:00
tytan652
cdd3399286
UI/themes: Disable QDialog button icons on all non-system themes
2022-08-13 01:07:29 -07:00
Norihiro Kamae
e8f025cde2
decklink: Remove BOM
2022-08-13 00:49:17 -07:00
Norihiro Kamae
33e6ad3cc9
libobs: Remove unnecessary UTF characters
2022-08-13 00:49:17 -07:00
Norihiro Kamae
0929a78e8c
deps/w32-pthreads: Remove unnecessary UTF characters
2022-08-13 00:49:17 -07:00
Norihiro Kamae
b7d4ae8cf8
UI: Remove unnecessary UTF character
2022-08-13 00:49:17 -07:00
Richard Stanway
dcc79c374d
obs-ffmpeg: Fix format specifier in obs-amf-test
2022-08-12 23:05:58 +02:00
Chris
120d9ce690
.gitignore: Add install_temp folder
...
We don't want this folder to be searched, as it's just a temp folder.
2022-08-11 20:04:01 -04:00
Matt Gajownik
a4564bee27
docs/sphinx: Update references to Python 3.x
2022-08-11 22:06:16 +10:00
jpark37
b4f7499b33
libobs-d3d11: Force SDR for legacy swap chain
...
Legacy DISCARD does not support HDR, so prevent HDR preview.
2022-08-10 03:44:34 -07:00
tytan652
e3cebb9942
UI: Avoid forcing the user to start the virtual camera
...
While configuring it.
2022-08-10 03:44:01 -07:00
tytan652
0e61a57bba
UI: Cleanup virtual camera config dialog code
...
Remove unneeded headers and "using namespace".
2022-08-10 03:44:01 -07:00
jpark37
a0e50b18b1
obs-filters: Remove param from AI greenscreen
...
Didn't notice two params were the same. Remove extra param.
2022-08-10 03:28:30 -07:00
jp9000
b763777a4b
enc-amf: Mark as deprecated
2022-08-10 02:57:14 -07:00
jp9000
2c43ca1dc6
obs-ffmpeg: Add b-frame option to AMF encoder
2022-08-10 02:20:11 -07:00
Jim
9e15114750
Merge pull request #6577 from chippydip/multiple-video-mixes
...
libobs: Add support for multiple video mixes
2022-08-09 21:37:48 -07:00
jpark37
fb146fa370
libobs: Remove display GPU markers without draws
2022-08-09 20:21:27 -07:00
jpark37
a392aa52cc
obs-filters: Support HDR AI greenscreen
2022-08-09 20:21:05 -07:00
PatTheMav
ef2b0a0f52
cmake: Update pluginhelpers script from obs-plugintemplate
2022-08-10 02:05:27 +02:00
PatTheMav
f31c1c124b
cmake: Update Xcode project generation on macOS
...
* If a valid team id is provided, automatic code sign management is
enabled
* Different deployment targets for x86_64 and arm64 are enabled for
Xcode-based builds
* Codesign identity and code-sign style are set globally
2022-08-10 02:05:27 +02:00
PatTheMav
8e3f19722e
cmake: Fix unwanted public header installation on macOS
2022-08-10 02:05:27 +02:00
PatTheMav
c6ea39534f
cmake: Remove workarounds for legacy obs-browser submodule
2022-08-10 02:05:27 +02:00
PatTheMav
2006092076
cmake: Fix missing header installation for libobs and obs-frontend-api
2022-08-10 02:05:27 +02:00
Vainock
020cd92ab5
mac-videotoolbox: Fix typo 'diffent'
2022-08-09 20:05:06 -04:00
PatTheMav
43a49dca47
cmake: Fix CMake package export templates for CMake 3.24
...
CMake 3.24 implemented changes that break dependency discovery of the
exported libraries built by OBS.
2022-08-09 19:48:03 -04:00
Kurt Kartaltepe
7f3ea4e00c
libobs-opengl: Check window creation for errors
...
Without this we get somewhat misleading errors from later in the
swapchain creation when this fails. This is currently happening for
users attempting to use multi-gpu with prime offloading on nvidia.
2022-08-09 13:55:45 -03:00
gxalpha
ad57af4c0a
mac-videotoolbox: Reject color formats other than NV12 and I420
2022-08-09 16:19:30 +02:00
gxalpha
6644fed7b1
mac-capture: Fix macOS 12 SCK Display Capture workaround
...
Adding all windows manually means that any windows opened after the
session was started won't appear. This instead excludes the Control
Center from Display Capture. While unfortunate, it seems to be the only
thing on the display that can't be disabled.
2022-08-09 16:18:28 +02:00
Matt Gajownik
3a7a6f4dc0
UI: Fix build error with stray defaultStylesheet
2022-08-09 22:57:23 +10:00
Matt Gajownik
aacc1133f7
UI/installer: Require Windows 10 64bit minimum
2022-08-09 22:43:09 +10:00
Matt Gajownik
a7503254f3
Revert "UI: Apply default stylesheet before applying theme"
...
This reverts commit 08cee21158c1f43956210418dd99ab763a90d2a2.
Turns out that while this did improve theme switching performance, it
also completely breaks styling on macOS and introduces visual quirks
on Windows after switching themes, such as sliders and dropdown contents.
# Conflicts:
# UI/obs-app.cpp
# UI/obs-app.hpp
2022-08-09 22:39:26 +10:00
Richard Stanway
3c6c44e1fe
win-capture: Fix incorrect path in CMakeLists
2022-08-09 02:31:50 +02:00
PatTheMav
3c3fdc7a70
cmake: Fix M1-based OBS.app appearing as being an "iOS" app
...
MacOS' system information checks the CFBundleSupportedPlatforms value
in the app's property list file for the type. This was correctly set
for plugin bundles, but not binary bundles so far.
2022-08-08 18:54:29 -04:00
PatTheMav
61f862d826
cmake: Fix broken pthread detection on Windows with CMake 3.24
...
Workaround for CMake issue
https://gitlab.kitware.com/cmake/cmake/-/issues/23829
2022-08-08 15:50:42 -07:00
jpark37
9c77796299
obs-filters: Fix NVIDIA greenscreen issues
...
Fix non-async sources, make sure math is linear-correct, preserve
incoming alpha, and allow the filter to work in previews.
2022-08-08 15:50:06 -07:00
tytan652
1272209710
obs-scripting: Fix SWIG flags for non-macOS POSIX
2022-08-08 15:00:09 +02:00
cg2121
185dbf5492
UI: Fix ffmpeg path browse button not showing
...
The ffmpeg path browse button would be hidden in the settings.
2022-08-08 20:44:46 +10:00
derrod
9c20ad9046
obs-ffmpeg: Set NVENC CQP maximum to 51
...
51 is the actual maximum and especially with HEVC values higher than 30
are actually pretty usable.
2022-08-08 09:24:08 +02:00