Michael Fabian 'Xaymar' Dirks
75397d8f01
filter/upscaling: 'Video Super-Resolution' -> 'Upscaling'
...
The previous name was too strict on what could be put into the effect, and would result in additional clutter in the Filter menu when we eventually decide to support other Upscaling methods than Super-Resolution networks.
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
71f372c754
filter/video-superresolution: Fix missing UI when selecting Providers
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
b6f379de99
filter/video-superresolution: Fix incorrect symbol name
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
c9b1c175f4
filter/video-superresolution: Catch all exceptions
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
7f4d0d0343
nvidia/vfx/denoising: Add wrapper for Denoising effect
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
db30786a75
nvidia/vfx/effect: Implement managed effect wrapper
...
Slightly simplifies interaction with effects.
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
05363706ca
nvidia/vfx/superresolution: Round to nearest instead of truncate
...
Slightly improves the accuracy of the scaled size calculations.
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
756abc04e7
third-party: Update NVIDIA Maxine Video Effects SDK
2021-09-28 03:59:42 +02:00
Michael Fabian 'Xaymar' Dirks
9e992b27b8
nvidia/cuda: Add cuMemsetD# functions
2021-09-28 03:59:42 +02:00
Xaymar
615e334f98
locale: New Crowdin updates ( #634 )
2021-09-27 23:16:29 +02:00
Michael Fabian 'Xaymar' Dirks
d865058f3a
encoders/aom-av1: AV1 encoder based on libaom
2021-09-27 23:15:24 +02:00
Michael Fabian 'Xaymar' Dirks
d890414a6a
cmake: Add find package module for libAOM
2021-09-27 23:15:24 +02:00
Michael Fabian 'Xaymar' Dirks
61d7bb36a1
obs/encoder-factory: Don't require implementing all virtual functions
...
As not all encoders need all functions, classes inheriting from this should not need to implement all of them as no-ops. Instead the header should take care of this, which reduces duplicated empty code paths.
2021-09-27 23:15:24 +02:00
Radegast-FFXIV
1ad0f2a520
examples: Add Swirl shader ( #618 )
2021-09-20 11:27:02 +02:00
William Pettersson
cdf718217f
util/logging: Don't reuse vargs ( #632 )
...
As vargs may be modified by some functions, we should not reuse it and instead create a copy of it. This fixes a segfault on logging calls happening with GCC, and potentially may fix other compilers and platforms as well.
2021-09-20 11:17:51 +02:00
Michael Fabian 'Xaymar' Dirks
3902672095
project: Fix various warnings
2021-09-07 05:22:15 +02:00
Michael Fabian 'Xaymar' Dirks
5bc6b2473d
project: Unify logging structure
2021-09-07 05:22:15 +02:00
Michael Fabian 'Xaymar' Dirks
20769762c7
project: Don't leak exceptions if possible
2021-09-07 05:22:15 +02:00
Michael Fabian 'Xaymar' Dirks
7532eae39f
project: Apply Coding Guidelines
2021-09-07 03:14:29 +02:00
Xaymar
863909edba
locale: New Crowdin updates ( #607 )
2021-09-07 02:50:46 +02:00
Xaymar
0c10446ea4
locale: New Crowdin updates ( #601 )
2021-08-01 11:32:21 +02:00
Xaymar
8a9dfe4f6b
locale: New Crowdin updates ( #600 )
...
* New translations en-US.ini (Korean)
2021-06-26 02:55:37 +02:00
Michael Fabian 'Xaymar' Dirks
23207d046e
project: Version 0.11.0a3
2021-06-24 17:35:00 +02:00
Xaymar
465f34994b
locale: New translations ( #594 )
2021-06-24 17:27:31 +02:00
Michael Fabian 'Xaymar' Dirks
f65d8f2f8c
encoder/ffmpeg: Fix incorrect translations
2021-06-24 17:25:39 +02:00
Michael Fabian 'Xaymar' Dirks
b87c309fbb
plugin: Don't leak CUDA load exceptions
2021-06-24 15:46:23 +02:00
Carlos Baraza
c206769a7e
examples: Add rounded-rect Shader
...
Adapted from (https://github.com/Oncorporation/obs-shaderfilter/blob/master/data/examples/rounded_rect.shader ) by @carlosbaraza.
2021-06-24 14:23:04 +02:00
Michael Fabian 'Xaymar' Dirks
b2d635aa0b
nvidia/vfx/superresolution: Use resize instead of reallocate
2021-06-24 13:40:14 +02:00
Michael Fabian 'Xaymar' Dirks
4beeda2713
nvidia/cv/image: Store alignment for later use
2021-06-24 13:40:14 +02:00
Michael Fabian 'Xaymar' Dirks
0d9ecce8d6
nvidia/cv: NvCVImage_Dealloc returns void
2021-06-24 13:40:14 +02:00
Michael Fabian 'Xaymar' Dirks
cfd8713ca2
cmake: Check for provider instead of feature
2021-06-24 13:40:14 +02:00
Xaymar
7adccbe63e
locale: New Crowdin updates ( #590 )
2021-06-24 00:05:36 +02:00
Michael Fabian 'Xaymar' Dirks
d0e6cb6c74
project: Version 0.11.0a2
2021-06-23 17:06:14 +02:00
Michael Fabian 'Xaymar' Dirks
8d4adbe956
ci: Don't run CodeQL on translation changes
2021-06-23 17:05:56 +02:00
Michael Fabian 'Xaymar' Dirks
155c6e7acf
filter/video-superresolution: Add Video Super-Resolution filter
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
b3ca0ce684
nvidia/vfx/superresolution: Add wrapper for Super-Resolution effect
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
dd31be9a37
nvidia/vfx: Add wrapper for NVIDIA Video Effects SDK
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
4dfefa66f1
nvidia/cv/texture: Wrapper for gs::texture Images
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
412af66564
nvidia/cv/image: Wrapper for Images
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
e52dc58bdc
nvidia/cv: Add NVIDIA Computer Vision wrapper
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
f0c893b3f5
third-party: Add NVIDIA Maxine Video Effects SDK
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
d5bd34da08
nvidia/cuda: Don't be so extremely spammy
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
dce5c6b644
util/profiler: Adjust to match coding guidelines
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
44b961f54a
util: Add is_close function
2021-06-23 16:27:04 +02:00
Michael Fabian 'Xaymar' Dirks
b46775a920
plugin: If CUDA is requested, ensure it is loaded first
2021-06-17 13:48:29 +02:00
Michael Fabian 'Xaymar' Dirks
23ccec8b62
nvidia/cuda/obs: Release stream before context
2021-06-17 13:48:29 +02:00
Michael Fabian 'Xaymar' Dirks
6b2c7869ff
nvidia/cuda/context: Don't try to destroy device contexts
2021-06-17 13:48:29 +02:00
Michael Fabian 'Xaymar' Dirks
69d0aa9746
nvidia/cuda/context: Log the current device name, UUId und LUId
2021-06-17 13:48:29 +02:00
Michael Fabian 'Xaymar' Dirks
90194ade6f
nvidia/cuda: Add functions to get device name, UUId and LUId
2021-06-17 13:48:29 +02:00
Michael Fabian 'Xaymar' Dirks
33d771d479
util/library: Convert paths to native format
2021-06-17 13:48:29 +02:00