Matt Gajownik
662648bd98
obs-browser: Update version to 2.14.1
...
Fixes building on Ubuntu 18.04.
2021-03-23 21:51:30 +11:00
jp9000
ad628eb2e0
obs-browser: Update version to 2.14.0
2021-03-22 22:59:04 -07:00
Richard Stanway
6424901120
win-dshow: Check return value of ReadFile
2021-03-23 03:15:07 +01:00
Richard Stanway
45643adb03
win-dshow: Check return values for memory allocation functions
...
Since some of these run inside the virtual cam module, we should be a
good guest and not crash the host process if we run out of memory.
2021-03-23 03:07:22 +01:00
Richard Stanway
670156db8b
win-dshow: Fix incorrect variable used in condition
2021-03-23 02:49:44 +01:00
Richard Stanway
5c8587eab3
win-dshow: Don't call DisableThreadLibraryCalls in virtualcam
...
Per MSDN: Do not call this function from a DLL that is linked to the static C
run-time library (CRT). The static CRT requires DLL_THREAD_ATTACH and
DLL_THREAD_DETATCH notifications to function properly.
2021-03-23 02:49:44 +01:00
wangshaohui
f316762a2a
win-dshow: Fix memory leak caused by using incorrect API
2021-03-22 13:59:22 -07:00
jp9000
535e7dfa15
obs-vst: Update to latest version
2021-03-22 12:42:54 -07:00
Faeez Kadiri
85334d562f
rtmp-services: Add Dacast
2021-03-21 22:44:02 -07:00
jp9000
6afb6d9c9f
rtmp-services: Move service-specific files
...
Cleans up the directory a bit
2021-03-21 02:46:01 -07:00
jpark37
10c43f19c0
obs-ffmpeg: Missing NVENC bounds check
2021-03-20 12:35:49 -07:00
jpark37
4404422082
obs-ffmpeg: Replace cast with numeric literal
2021-03-20 12:35:49 -07:00
Jim
011adc4e29
Merge pull request #4344 from jpark37/nvenc-ffmpeg-alignment
...
obs-ffmpeg: Align both NVENC implementations
2021-03-16 22:12:36 -07:00
jpark37
7b983f00e3
obs-ffmpeg: Static analysis warnings
...
Fix various warnings about variable size.
2021-03-16 20:03:45 -07:00
jpark37
f35e37a963
obs-ffmpeg: Use NVENC preset lookahead length
...
If the preset specifies the lookahead length, use it. Force to previous
setting of 8 otherwise.
2021-03-16 20:03:45 -07:00
jpark37
6826285921
obs-ffmpeg: Align NVENC config values
...
Hard-code various config values as they appear in FFmpeg.
2021-03-16 20:03:29 -07:00
jpark37
3ddab3ca3e
obs-ffmpeg: Align NVENC buffer length
...
Compute buffer count according to FFmpeg logic.
2021-03-16 20:02:49 -07:00
jpark37
7e8a04bbea
obs-ffmpeg: Align NVENC lookahead logic
...
Force-enable lookahead if nvEncGetEncodePresetConfig says to.
2021-03-16 20:02:20 -07:00
jpark37
eca916527d
obs-ffmpeg: PVT for NVENC fallback
...
Plumb Psycho Visual Tuning setting into fallback encoder.
2021-03-16 19:05:36 -07:00
jpark37
aa7e579f87
obs-ffmpeg: Align NVENC vbvBufferSize
...
Set vbvBufferSize to match FFmpeg behavior.
2021-03-16 19:04:00 -07:00
jpark37
f253c6dcb3
obs-ffmpeg: Align NVENC aqStrength
...
If Psycho Visual Tuning is on, switch aqStrength to from 0 to 8 to match
FFmpeg default.
2021-03-16 19:02:50 -07:00
jpark37
0c971276ae
obs-ffmpeg: Don't set NVENC max dimensions
...
Don't set maxEncodeWidth/maxEncodeHeight since FFmpeg doesn't, and we
don't support resolution changes.
2021-03-16 19:01:00 -07:00
jpark37
b150e4fd39
obs-ffmpeg: Align NVENC dts math
...
Multiply by number of bframes like FFmpeg does.
2021-03-16 18:58:29 -07:00
jpark37
6ee7725c03
obs-ffmpeg: Use av_reduce on NVENC aspect ratio
...
For example, 1920:1080 becomes 16:9.
2021-03-16 18:58:20 -07:00
Richard Stanway
db7daa6eaf
obs-filters: Simplify NVAFX SDK path lookup
2021-03-16 20:34:15 +01:00
Richard Stanway
d8a434bcc8
obs-filters: Minor code cleanup
...
Remove some unused variables, fix const qualifier and remove printfs.
2021-03-16 20:34:15 +01:00
pkv
54892b27db
obs-filters: Add RTX denoiser
...
This adds RTX denoiser filter to be used with RTX GPUs.
(from Nvidia Audio Effects SDK)
2021-03-13 12:17:11 -08:00
Ying Yin
a609554b89
rtmp-services: Make YouTube - RTMPS service the default
...
Remove beta label for YouTube - RTMPS and make it the default. Remove
YouTube - RTMP service and move the legacy RTMP urls to the Server
dropdown list.
2021-03-12 23:48:42 -08:00
jpark37
7e263ab775
win-capture: Better laptop test for auto-selection
...
Only auto-select WGC for desktop capture if a battery exists and
multiple GPU adapters are present. May false-positive on desktops with
a smart UPS attached, but we don't know of a better test.
2021-03-12 20:59:31 -08:00
Amin Shayan
883ec6fb66
UI: Add recommended settings for Aparat
...
Closes obsproject/obs-studio#4339
2021-03-12 19:15:44 -08:00
jp9000
4ef0d3bc69
obs-browser: Update version to 2.13.2
2021-03-12 18:57:13 -08:00
Christopher P Yarger
fc6d2954fd
obs-ffmpeg: Fix bug with obs_source_media_play_pause
2021-03-04 23:43:14 -08:00
Richard Stanway
43a291806e
decklink: Remove unnecessary obs-frontend-api dependency
2021-03-04 19:22:12 +01:00
pedanticdan
bc3decc8d1
mac-virtualcam: DAL PlugIn check for custom png file
2021-03-01 07:40:13 -08:00
Doug Kelly
6a9f25c8ea
mac-vth264: Clean up encoder list
...
When enumerating the list of encoders offered by VideoToolbox,
there's no reason we can't use the returned ID, which allows us to
remove the hardware/software encoder specific functions. At the
same time, this does add a slight complexity when localizing the
encoder name, so we can fall back to the OS-provided encoder name
if there's not a match.
2021-02-28 19:00:43 -08:00
Doug Kelly
5d711ebbda
mac-capture: Adjust mHostTime to milliseconds
...
The timestamp returned by mHostTime in the AudioTimeStamp structure
is the current timestamp equivalent to mach_absolute_time(), which
is relative to the machine's time base. In order to convert this
to milliseconds, it's necessary to get the host's timebase with
mach_timebase_info() and scale the timestamp accordingly, since
the rest of the timestamp synchronization code expects the timestamp
to be in milliseconds.
This is effectively equivalent to the code which was previously in
libobs/util/platform-coca.m, but must be applied here instead.
2021-02-28 19:00:43 -08:00
PatTheMav
516ed4458d
mac-virtualcam: Handle missing DAL plugin destination directory
2021-02-26 13:29:49 -08:00
Thomas Picquet
848395f326
rtmp-services: Add ePlay service
...
Closes obsproject/obs-studio#4263
2021-02-22 02:40:56 -08:00
PatTheMav
200a050937
mac-virtualcam: Fix codesign error after updating OBS
2021-02-22 02:37:58 -08:00
Clayton Groeneveld
3e4c2c0535
obs-ffmpeg: Fix replay save callback not working properly
...
Previously the save callback would be called when the replay buffer
hotkey was pressed and not when the saving of the replay was finished.
When the 'get_last_replay' procedure was called after the saved callback
function, it would return the incorrect path, as the path would still
be the previous path.
2021-02-15 02:40:00 -08:00
jpark37
17cb0acdd7
graphics-hook: Fix build without COMPILE_D3D12_HOOK
...
Just need to forward declare D3D12 type.
2021-02-14 22:20:14 -08:00
jpark37
23e9d4153e
win-capture: D3D12 swap chain queue usage
...
Attempt to schedule shared texture copies against the command queue that
the game's swap chain uses to try to reduce artifacts. The heuristics
for obtaining the queue are not perfect, so provide a toggle to use the
previous behavior.
2021-02-14 02:06:02 -08:00
Oliver Lietz
01c00cf271
rtmp-services: Add nanoStream Cloud / bintu
...
Closes obsproject/obs-studio#4086
2021-02-13 14:06:21 -08:00
Jim
190ab876cc
Merge pull request #2484 from GeorgesStavracas/feaneron/egl-wayland
...
EGL/Wayland (Wayland, pt 3)
2021-02-12 01:30:05 -08:00
poccariswet
77e4a09f62
rtmp-services: Add OPENREC.tv service
2021-02-08 22:36:36 -08:00
Jim
999d32e581
Merge pull request #1618 from Palakis/stinger-track-matte
...
obs-transitions: Track Matte support for Stinger Transitions
2021-02-08 01:48:30 -08:00
Andrés Barreiro
c83273cc72
win-dshow: Add autorotation toggle
2021-02-07 21:12:48 -08:00
Hernán
a8aadff2f5
rtmp-services: update Piczel.tv recommended
2021-02-07 11:36:10 -08:00
Stéphane Lepin
2bd0404c17
obs-transitions: skip stinger size factors if track matte is disabled
2021-02-06 17:14:10 -08:00
Stéphane Lepin
442ebce361
obs-transitions: default size factors when track matte is disabled
2021-02-06 17:14:10 -08:00