Norihiro Kamae
123231c97c
text-freetype2: Move static function declarations from header file
2024-08-07 17:27:49 -04:00
Norihiro Kamae
bec9f0c544
obs-x264: Remove unused function
2024-08-07 17:27:49 -04:00
Norihiro Kamae
384a5e7f30
obs-qsv11: Remove unused functions
2024-08-07 17:27:49 -04:00
Norihiro Kamae
6532be4140
obs-outputs: Remove unused functions on non-Windows
...
Also adjusted mixed usage of `#if defined` and `#ifdef`.
2024-08-07 17:27:49 -04:00
Norihiro Kamae
d2971d1aaa
obs-filters: Remove unused functions when NvAFX is disabled
2024-08-07 17:27:49 -04:00
Norihiro Kamae
e9c440401c
obs-ffmpeg: Resolve unused-function warnings
2024-08-07 17:27:49 -04:00
Norihiro Kamae
f811903e4f
linux-pipewire: Remove unused function
2024-08-07 17:27:49 -04:00
Norihiro Kamae
82466751ea
linux-alsa: Remove unused function declaration
2024-08-07 17:27:49 -04:00
Kurt Kartaltepe
15ec21106a
obs-qsv11: Check for null response on free
...
During destruction of the QSV_Encoder_Internal the response may not be
initialized and we can segfault. Add a check for this similar to the
Windows implementation.
2024-08-05 20:28:07 -04:00
jcm
b0faf38a76
mac-virtualcam: Improve 'not found' error message
2024-08-05 19:36:05 -04:00
Norihiro Kamae
edf753b31e
obs-vst: Remove min and max macro workaround
2024-08-03 16:57:17 -07:00
jcm
ff2fa24dc2
mac-virtualcam: Update NotInstalled error text for macOS 15
2024-07-31 16:29:21 -04:00
Matt Gajownik
8b975c4563
obs-browser: Update version to 2.24.0
...
2a2879b - Update translations from Crowdin
07255f1 - Enable building with CEF 5938 on macOS
5db6494 - Enable building with CEF 6261
5db6494 - Enable building with CEF 6261
879a9d2 - Enable building with CEF 6367
2024-07-31 20:45:50 +10:00
Ruwen Hahn
b2d83efcf3
obs-ffmpeg: Disable AMF DTS adjustment for AV1
2024-07-30 11:10:47 -04:00
Ruwen Hahn
e7bf19d139
obs-ffmpeg: Disable NVENC DTS adjustment for AV1
2024-07-30 11:10:47 -04:00
Amin.MasterkinG
1aa4bd9fc7
rtmp-services: Update MasterStream.iR ingest
...
https://github.com/obsproject/obs-studio/pull/10978
https://github.com/obsproject/obs-studio/pull/11044
2024-07-30 10:07:02 -04:00
gxalpha
4bbf8df2ba
cmake: Set CFBundleDisplayName for camera extension
...
macOS shows this in the settings so we should set it, otherwise it will
fall back on the identifier which isn't great for users.
2024-07-29 23:28:38 -04:00
Paul Hindt
4d5e0e89ad
aja: Add v210 pixel format support.
...
Allow selecting v210 in AJA capture plugin.
Enable auto-detection of SDI v210 pixel format.
2024-07-29 19:26:49 -04:00
tytan652
7d578c5cfb
plugins: Enable QSV only on x86_64 architecture
...
Intel stack is only completely buildable on x86_64 architectures.
2024-07-29 18:11:29 -04:00
tytan652
8480660bf8
cmake: Add architecture support to add_obs_plugin
...
Also add formatting support to the function
2024-07-29 18:11:29 -04:00
Ryan Foster
b9f63632a1
Merge pull request #10019 from derrod/remove-ftl
...
Remove FTL.
2024-07-29 16:41:31 -04:00
tytan652
2a53015ad7
deps,shared,plugins: Move opts-parser to shared folder
2024-07-27 07:38:36 +02:00
tytan652
ade04f4f1c
deps,shared,obs-ffmpeg: Move media-playback to shared folder
2024-07-27 07:38:36 +02:00
tytan652
4b0b71ad5f
deps,shared,win-capture: Move ipc-util to shared folder
2024-07-27 07:38:36 +02:00
tytan652
fa0ffff7c0
deps,shared,obs-outputs: Move happy-eyeballs to shared folder
2024-07-27 07:38:36 +02:00
tytan652
f293a6edd1
deps,shared,plugins: Move file-updater to shared folder
2024-07-27 07:38:36 +02:00
Gol-D-Ace
ce6f9a4742
win-capture: Add Zenless Zone Zero to compatibility list
2024-07-24 16:05:26 -04:00
derrod
31963f8dac
obs-outputs: Set FLV DTS offset based on first audio or video packet
2024-07-22 17:43:45 -04:00
Ryan Foster
c5a01b7df4
obs-websocket: Update version to 5.5.2
...
Bug Fixes:
- Fix an issue where the virtualcam requests would report that the
virtualcam is not available.
- Fix an issue with the config migration where the migrated settings
were not being persisted to disk.
Changelog:
0548c7798a
2024-07-19 20:07:14 -04:00
Translation Updater
e7d6707fa7
Update translations from Crowdin
2024-07-17 09:34:12 +00:00
derrod
b83df1b141
obs-outputs: Remove FTL output
2024-07-14 06:09:49 +02:00
Rodney
58264833c9
rtmp-services: Remove YouNow specific code
2024-07-14 06:09:49 +02:00
derrod
e741a817e9
rtmp-services: Remove FTL entries
2024-07-14 05:55:26 +02:00
derrod
877ddad270
win-wasapi: Remove noisy and useless debug logging
2024-07-06 16:21:21 -07:00
derrod
c6a100a980
obs-ffmpeg: Honor preferred format in native NVENC
2024-07-06 16:18:52 -07:00
Ryan Foster
9d67bf2662
Revert "plugins/win-dshow: Add CUDA decoder"
...
This reverts commit ce4c99be4e .
This was causing infinitely looping log errors in systems with no
CUDA-capable hardware when hardware decoding was enabled on video
capture devices with custom config enabled.
2024-06-26 18:43:09 -04:00
derrod
edcda5a825
obs-x264: Ignore stats/qp file and multipass options
2024-06-26 13:58:08 -04:00
derrod
2e6e79b4f5
obs-outputs: Skip trak box if track has no data
2024-06-26 13:57:59 -04:00
derrod
b34fbb116e
obs-ffmpeg: Check if current NVENC configuration supports 4:4:4 encode
2024-06-26 13:57:43 -04:00
derrod
6cc0e2b803
obs-outputs: Fix file splitting ts offset using video DTS instead of PTS
2024-06-25 23:36:33 -04:00
derrod
ed2478535f
obs-outputs: Do not create MP4 track chunks without samples
2024-06-25 23:36:33 -04:00
tt2468
6c389271b3
obs-ffmpeg: Close VAAPI device on vaInitialize fail
...
On some systems (eg. mine), VAAPI fails on vaInitialize. Valgrind was
able to spot that the device was not being closed, and it appears to
have been correct. This fixes a memory leak.
2024-06-19 19:46:05 -07:00
Fabien Lavocat
6457d7b429
rtmp-services: Add Dolby Millicast
2024-06-19 13:13:16 -04:00
tt2468
d1bf6f951a
obs-outputs: Add multitrack flag to null output
2024-06-15 16:35:59 -07:00
Ryan Foster
e454f488aa
obs-websocket: Update version to 5.5.1
...
Changelog:
obsproject/obs-websocket@f8bc7c4f59
2024-06-11 19:05:02 -04:00
derrod
86502764b9
obs-ffmpeg: Set encoder error message for CUDA errors
2024-06-10 17:08:57 -04:00
Sean DuBois
512db59c44
obs-webrtc: Do not use curl_easy_nextheader
...
API not available in Ubuntu 22.04 which ships 7.81 this API was first
available in 7.83
2024-06-07 15:36:36 -04:00
tt2468
9d610316cb
obs-websocket: Update version to 5.5.0
...
See commit obsproject/obs-studio@2055104 for the changelog
2024-06-07 03:23:21 -07:00
Translation Updater
8999d9fef9
Update translations from Crowdin
2024-06-07 09:47:58 +00:00
Ryan Foster
5d05d7084e
obs-browser: Update version to 2.23.5
...
b4f724a - cmake: Set minimum CEF version to 95
2024-06-06 15:21:25 -04:00