Cameron Gutman
f4a48f44e4
Rework audio bitrate and quality handling ( #642 )
2022-12-28 09:30:51 -05:00
Cameron Gutman
c7fe8f65bd
windows: Fix audio when host is not using 48 KHz sample rate ( #640 )
2022-12-28 08:53:58 -05:00
Conn O'Griofa
215c86455f
nvenc, amdvce: rework all user presets/options ( #623 )
2022-12-27 21:27:47 -05:00
Cameron Gutman
05f5370efe
Launch games under the correct user account on Windows ( #600 )
2022-12-27 15:52:41 -05:00
Conn O'Griofa
c0b042fa8a
windows/vram: fix fringing in NV12 colour conversion ( #622 )
2022-12-27 11:05:57 -05:00
Brad Richardson
95437d15f3
FFmpeg 5 and pre-built CBS ( #509 )
2022-12-27 09:13:54 -05:00
Cameron Gutman
1e037db7bd
Fix pixel pitch handling for DXGI_FORMAT_R16G16B16A16_FLOAT ( #605 )
2022-12-22 21:58:39 -05:00
Cameron Gutman
bb092c0723
Fix streaming with non-B8G8R8A8 desktop mode ( #609 )
2022-12-22 20:48:31 -05:00
Cameron Gutman
dfb8d9d87f
Fix PATH environment variable handling on Windows
...
PATH needs to be matched case-insensitively on Windows or we will just clobber the pre-existing PATH
2022-12-21 09:48:30 -06:00
dependabot[bot]
66f1ac664a
Bump third-party/miniupnp from 6f848ae
to 207cf44
( #557 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2022-12-16 18:48:09 -05:00
Cameron Gutman
633f0035c2
Send a valid PTS in the RTP video header ( #529 )
2022-12-16 15:56:44 -05:00
Cameron Gutman
66f46ab341
Send valid frame type value in frame header ( #516 )
2022-12-16 14:53:34 -05:00
Cameron Gutman
f4edce318c
Avoid using functions deprecated in OpenSSL 3.0 ( #515 )
2022-12-15 21:21:57 -05:00
Conn O'Griofa
a54830cf39
video: vaapi: reduce async_depth to 1 ( #545 )
2022-12-15 20:37:55 -05:00
Cameron Gutman
5e6a42abb2
Migrate to upstream Simple-Web-Server submodule ( #517 )
2022-12-15 15:32:31 -05:00
Conn O'Griofa
3fd38b3a2e
video: reduce nvenc delay/async_depth to 0 ( #507 )
2022-12-15 14:18:11 -05:00
Conn O'Griofa
cb406bce06
Video: revert software bitrate change & use more conservative bufsize ( #482 )
2022-12-15 13:12:25 -05:00
Conn O'Griofa
a4a5d30603
AMD encoder improvements ( #480 )
2022-12-15 11:23:59 -05:00
Cameron Gutman
e39d9bc662
Add support for Unicode input messages on Windows
2022-11-23 21:45:26 -06:00
Cameron Gutman
d912cce5ba
Update moonlight-common-c to pick up new input structures
2022-11-23 21:45:26 -06:00
ReenigneArcher
981d878082
use npm dependencies
2022-11-19 12:58:29 -05:00
Mariotaku
01b8ba353a
Cover Finder ( #216 )
...
Adds functionality to search and add game cover images automatically.
Co-authored-by: Conn O'Griofa <connogriofa@gmail.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2022-11-18 11:07:22 -05:00
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