Ryan Foster
63eb2d1c31
mac-vth264: Remove OSX 10.8 compatibility code
...
OBS no longer supports building on OSX. The minimum version of macOS
that we support is macOS 10.13. We can safely remove this 10.8
compatibility code.
2022-01-28 11:35:50 -08:00
jp9000
c2b1f93a7b
obs-vst: Fix VSTs losing their settings when upgrading
2022-01-26 08:12:04 -08:00
derrod
8367c8adfa
obs-ffmpeg: Add MX450 to blacklist
2022-01-25 16:46:55 +01:00
Jim
b3b4e1b2ef
Merge pull request #5860 from obsproject/deprecate-addref
...
Deprecate addref for obs objects
2022-01-25 05:55:52 -08:00
Colin Edwards
99fe09e706
aja: Remove inter-plugin debug logging
2022-01-24 22:00:02 -06:00
Jim
404ebdbd51
mac-syphon: Replace source addref calls with get_ref
2022-01-24 14:06:50 -08:00
Jim
ad6cb5a8be
image-source: Replace source addref calls with get_ref
2022-01-24 14:06:50 -08:00
jp9000
0dd5d93d42
obs-ffmpeg: Add new SVT presets
...
Don't worry, these preset names are just placeholders for now
2022-01-23 14:57:27 -08:00
jp9000
b9599fed2d
obs-browser: Suppress certain warnings
2022-01-23 08:52:15 -08:00
Matt Gajownik
5c07cc12b2
obs-vst: Fix formatting, fix size truncation warning
...
31c2fc6 - Fix size truncation warning for silenceChannel
7e53139 - Fix formatting
2022-01-23 21:27:59 +11:00
jpark37
63a6534966
win-capture: Fix parameter mismatches
...
Fix missing HWND argument type, and use DWORD based on MS sample.
2022-01-23 20:39:54 +11:00
Christine Lin
2474775f40
obs-qsv11: Fix memory leak in QSV plugin module
2022-01-22 15:30:36 -08:00
Matt Gajownik
7c84fb49bc
obs-vst: Fix closing & resizing VSTs on macOS
...
* 2b2f15f - Don't disable VST close button on macOS
* 95d81a3 - Fix resizing most VSTs on macOS
2022-01-22 19:07:16 +11:00
Matt Gajownik
00232e6b98
obs-vst: Fix mvMeter2 resize crash, fix SPAN resizing
2022-01-22 13:14:02 +11:00
Paul Hindt
57d1619c8d
aja: Fix UHD/4K YCbCr 3G Level-B 2SI preset
2022-01-21 11:58:29 -06:00
Matt Gajownik
838986006b
obs-browser: Update version to 2.17.8
...
* 9dbaed4 - Revert "Fix debug builds for CEF >= 4430 on Windows"
This fixes a crash when loading browser docks in Debug mode.
2022-01-21 20:21:18 +11:00
Paul Hindt
a59f6c4e50
aja: Fix crash when capture thread is reset
2022-01-19 11:18:26 -06:00
Paul Hindt
04bf12f130
aja: Workaround for SDI5 output not working on io4K+
2022-01-18 20:50:37 -06:00
Matt Gajownik
a59286f6b5
obs-browser: Fix compilation on non-Windows
2022-01-19 13:20:27 +11:00
Matt Gajownik
35ca19bf68
obs-browser: Update version to 2.17.7
...
* 7ef33d5 - Allow resizing without recreate
* 16be8b6 - Fix showing stale frames on show
* 03942a8 - Fix sources not rendering after hide/show
2022-01-19 11:47:53 +11:00
Matt Gajownik
fa35fd0f55
win-capture: Don't list minimized UWP apps
2022-01-18 03:42:27 -08:00
AuroraWright
e58421342c
mac-vth264: Fix DTS timestamps when blank
2022-01-18 03:02:15 -08:00
Richard Stanway
d458780f02
win-capture: Use stack buffer for small window titles
...
Avoids expensive malloc calls that might also contribute to excessive
heap fragmentation.
2022-01-18 01:58:45 +01:00
Richard Stanway
ecf8c1239d
win-capture: Make open_process_proc static
...
Seems like the original intention and avoids repeatedly calling
GetProcAddress. Detected by PVS Studio.
2022-01-18 00:00:10 +01:00
Richard Stanway
1af1a432e2
text-freetype2: Fix incorrect fread argument order
...
This fixes UTF-16 BOM files being loaded incorrectly and having their
newlines parsed incorrectly in read from end mode. Detected by PVS
Studio.
2022-01-17 23:40:48 +01:00
Paul Hindt
9728345bf4
aja: Fix signal routing for 4xSDI UHD/4K RGB 3Gb
...
Crosspoint indices were wrong for the UHD4K_ST425_Quad_3Gb_Squares_RGB_Capture preset and VPID was not being set for the selected 3G-Level B transport mode.
2022-01-15 15:30:58 -06:00
Paul Hindt
9c9efcd04d
aja: Fix erroneous HDMI input selection for certain cards
2022-01-15 15:29:39 -06:00
Paul Hindt
3e07c29ec3
aja: Rename IOSelection strings for HDMI and Analog
2022-01-15 15:29:39 -06:00
Paul Hindt
87ce26cfca
aja: Fix Kona1 not auto-detecting capture pixel format
2022-01-15 15:28:16 -06:00
Ryan Foster
a7d3df3763
linux-v4l2: Fix timeout logging
...
The timeout_usec variable is uint64_t, but the log format was set to %ld
(signed long int), so it would sometimes log a nonsensical value. Let's
use $PRIu64 instead, which should be equivalent to %llu (unsigned long
long int).
Fixes #5797 .
2022-01-14 20:43:25 -08:00
Richard Stanway
42fc705333
obs-filters: Fix incorrect format string
...
Detected by PVS Studio.
2022-01-15 00:17:02 +01:00
Paul Hindt
cb51c974f4
aja: Fix Kona5/io4K+ 6G/12G-SDI routing and RGB HD-DualLink routing
2022-01-13 13:12:47 -06:00
Paul Hindt
8f8b522ca7
aja: Fix for invalid default settings and empty cardID string
2022-01-13 13:11:51 -06:00
Matt Gajownik
cdb5b6e812
obs-vst: Fix crashes due to unhandled events, fix stutter when loading
...
* 106868e - Improve lock for effect object
* 566c213 - Handle more VST events to avoid crashes
2022-01-13 19:09:29 +11:00
Vainock
4e8fbb8f77
obs-ffmpeg: Fix spelling mistake for 'Encoder.Timeout'
2022-01-12 07:33:04 -08:00
gxalpha
723d5a2163
obs-ffmpeg: Add missing "FFmpegOpts" locale
2022-01-12 21:48:38 +11:00
Paul Hindt
1cbf9421d4
aja-output-ui: Add the Multi View UI options for new device.
2022-01-11 17:28:05 -06:00
tytan652
9d02ca0fef
aja: Fix format-security warning
...
On some Linux distributions -Werror=format-security is set when
building package keeping OBS Studio from being built with AJA
plugins.
2022-01-11 20:40:03 +11:00
Matt Gajownik
046d98d871
obs-vst: Fix crashes when switching VSTs, and large channel counts
...
* 0f6470c - Fix crash with plugins using large channel count
* 9cdde97 - obs-vst: Check hash before applying "chunk_data"
2022-01-11 10:41:57 +11:00
Matt Gajownik
1989391bfc
obs-browser: Update version to 2.17.6
...
* 26dc85e - Add obs-websocket 5.0.0 integration
2022-01-11 10:40:26 +11:00
Matt Gajownik
3900ae0974
libdshowcapture: Add P010 support
2022-01-11 10:40:01 +11:00
Paul Hindt
f09137a2e0
aja: Refactor, clean-up and fix bugs in the signal routing system, and add SDITransport UI option to assist signal routing.
2022-01-08 14:05:10 -06:00
pkv
d78971b4db
obs-ffmpeg: Further FFmpeg deprecations fixes for FFmpeg 4.4+
...
avcodec.h stopped including channel_layout.h per FFmpeg commit
1be3d8a0cb77 [1]. Fixes compilation error on macOS against
FFmpeg later than the mentioned commit.
[1] 1be3d8a0cb
2022-01-08 18:18:27 +11:00
Tatsuyuki Ishi
b684e01aad
linux-capture: Disable strict binding for NVIDIA drivers
...
NVIDIA drivers appears to have a bug where binding would be excessively
slow. Apply a workaround similar to what [KWin] does to prevent the issue.
Also performs a refactor so that the code paths with and without the
workaround can be shared.
[KWin]: 4f2c3a00c4/src/libkwineffects/kwinglplatform.cpp
Fixes: 316f858c6 ("linux-capture: Fix capturing on software rasterization setups")
Closes: https://github.com/obsproject/obs-studio/issues/5685
Tested-By: univrsal <uni@vrsal.xyz>
2022-01-07 15:21:09 -08:00
Matt Gajownik
5defdaf1db
obs-vst: Fix resizing, always use source name in window title
...
425935a - Fix VST plug-ins disappearing when resized
2e90d23 - Correctly use source name (not target) for window title
2022-01-07 23:48:06 +11:00
jp9000
dfaccd1e3a
obs-ffmpeg: Fix av1 encoding with fractional framerates
...
Just use util_mul_div64 instead of using av_rescale_q_rnd
2022-01-04 22:48:10 -08:00
Matt Gajownik
da5fc10a8b
obs-browser: Update version to 2.17.5
...
* Get and log Chromium build version
* Fix debug builds for CEF >= 4430 on Windows
* Fix unused-parameter warning
2022-01-04 22:46:23 +11:00
Georges Basile Stavracas Neto
a200001d2a
linux-capture: Standardize gs_color_format variable names
...
Name them all to 'gs_format'. We need to be a bit strict with
naming here, since we're dealing with 3 format namespaces (OBS,
PipeWire, and DRM).
2021-12-30 18:41:04 -03:00
Georges Basile Stavracas Neto
64bb5a0974
linux-capture: Unify format lookups
...
Merge all format lookup functions into a single one, with all
out parameters optional.
2021-12-30 18:41:04 -03:00
Georges Basile Stavracas Neto
f0026142f0
linux-capture: Move supported formats into a static table
...
We've been listing the supported formats in place whenever we
needed so far, but now we're doing it in too many different
places, which is getting confusing.
Move all these sparsely written rules into one single table
of formats, and adjust the code to lookup data on it.
2021-12-30 18:41:04 -03:00