ReenigneArcher
3ee511cabb
Merge branch 'nightly' into nightly
2022-10-26 16:19:05 -04:00
ReenigneArcher
b484060831
Merge branch 'nightly' into master
2022-10-26 15:35:47 -04:00
ReenigneArcher
b4703efbef
Merge branch 'nightly' into fix/image-paths
2022-10-16 08:44:15 -04:00
ReenigneArcher
264c9272df
fix string concatenation of image in assets dir
2022-10-15 20:04:40 -04:00
w0utert
79ce11fe72
Merge branch 'nightly' into nightly
2022-10-13 22:08:20 +02:00
Wouter Bijlsma
7f53388304
Fix CUDA RGBA to NV12 conversion
...
On linux hosts with Nvidia GPU and CUDA support enabled, a CUDA kernel
is used to convert captured RGBA frames to NV12 before encoding. This
kernel contained a bug affecting image quality, in particular when
rendering high-contrast colored text and sharp lines. See [1] for more
information.
This commit fixes the format conversion kernel by taking 2x2 RGBA blocks
to generate 4 luma (Y) values and 1 chroma (UV) pair, ie: 12 bits per
pixel YUV420 (NV12). Previous code incorrectly generated 1 UV pair for
every 2 pixels.
[1] https://github.com/LizardByte/Sunshine/issues/154
2022-10-10 21:39:58 +02:00
Michael Rogers
cf6107971d
Merge branch 'nightly' into no-sink-path-rebased
2022-09-16 11:54:02 -05:00
Michael Rogers
62af7d255c
Clang Format Applied
2022-09-16 11:47:10 -05:00
Michael Rogers
d4a4096bba
Added some sanity checks for no sink being detected.
2022-09-16 11:46:41 -05:00
ReenigneArcher
5e5ae0b4b8
Merge branch 'nightly' into fix/image-paths
2022-09-11 20:35:24 -04:00
ReenigneArcher
58ed5ba3ce
fix typos and comment formatting
2022-08-28 16:42:00 -04:00
ReenigneArcher
b3a1615170
fix image paths
2022-08-26 19:40:53 -04:00
Jack Brown
977a4d3d4a
Add dma import modifiers EGL ext
2022-08-26 18:20:49 -04:00
ReenigneArcher
6980ee36b3
fix windows install extra commands and...
...
- prompt to remove install directory on uninstall
- delete start menu icons on uninstall
- create appdata folder if it doesn't exist
2022-08-20 22:18:25 -04:00
ReenigneArcher
8b0e6a28c2
single AppImage file
...
- simplify cmake install prefix and assets directory
2022-08-14 18:29:05 -04:00
ReenigneArcher
30c178baa1
move default configs to assets directory
2022-08-12 16:00:19 -04:00
ReenigneArcher
a4acaf15b0
move sunshine
to src
...
- this will allow for common cpp workflow files within org
2022-08-07 23:37:57 -04:00