Cameron Gutman
646ce2bf66
Handle occlusion of the Vulkan window without recreating the renderer over and over
2023-12-27 15:36:59 -06:00
Cameron Gutman
2bbae90e2c
Revert "Unconditionally override host-reported minimum luminance value"
...
This reverts commit 770872238d
.
2023-12-26 15:46:25 -06:00
Cameron Gutman
bb8e229814
Swap buffers in waitToRender() instead of renderFrame()
2023-12-26 15:45:31 -06:00
Cameron Gutman
9ed8252cc6
Display error codes when the connection is terminated
2023-12-22 14:12:59 -06:00
Cameron Gutman
2cef09471b
Remove manual hwframe ctx setup for D3D11VA
...
It was apparently never necessary, since FFmpeg's default behavior of
avcodec_get_hw_frames_parameters() + av_hwframe_ctx_init() makes a
context that exactly matches the one we constructed manually.
2023-12-22 02:45:11 -06:00
Cameron Gutman
2d15382e31
Fix libplacebo renderer build on Windows
2023-12-21 18:12:19 -06:00
Cameron Gutman
770872238d
Unconditionally override host-reported minimum luminance value
2023-12-18 16:43:17 -06:00
Cameron Gutman
2a05b890d8
Enable transparent resizing and display changes for supported renderers
2023-12-17 21:15:40 -06:00
Cameron Gutman
481f23b6e9
Remove some dependencies on fixed window and frame sizes
2023-12-17 20:39:26 -06:00
Cameron Gutman
4e7107a09e
Use the crop rect from the pl_frame instead of the raw AVFrame dimensions
2023-12-17 19:06:56 -06:00
Cameron Gutman
0223394725
Fix manual codec options when using Vulkan for HDR
...
For now, we can't switch between GL and Vulkan on a single window, so performing decoder
probes with 8-bit formats may activate EGLRenderer which breaks Vulkan on our window.
It also speeds up stream launch validation for HDR cases in general, since we don't
perform unnecessary decoder probes for 8-bit profiles when the user wanted 10-bit.
2023-12-17 18:53:13 -06:00
Cameron Gutman
058739321c
Move vkAcquireNextImageKHR() into waitToRender() so it can overlap with new frame arrival
2023-12-17 16:47:38 -06:00
Cameron Gutman
708bec2937
Rewrite Vulkan device selection logic to handle multi-GPU systems better
2023-12-17 15:46:10 -06:00
Cameron Gutman
c939537c5c
Synchronize swapchain and pl_frame colorspace values
2023-12-16 17:36:02 -06:00
Cameron Gutman
9497657c83
Fix handling of zero minimum HDR luminance
2023-12-16 17:28:35 -06:00
Cameron Gutman
d4050f3a4f
Add HDR metadata to each AVFrame
2023-12-16 17:02:53 -06:00
Cameron Gutman
c74c4ef041
Fix native Vulkan video decoding (non-imported frames)
2023-12-16 16:21:54 -06:00
Cameron Gutman
d75663052d
Fix a few minor Vulkan renderer bugs
2023-12-16 16:18:19 -06:00
Cameron Gutman
8f2db99406
Enable libdrm in AppImage FFmpeg build to support DRM-PRIME to Vulkan hwframe mapping
2023-12-14 17:48:45 -06:00
Cameron Gutman
6a58dbb05e
Disable 10-bit SDR swapchains on Vulkan due to inconsistent dithering behavior
2023-12-14 17:46:06 -06:00
Cameron Gutman
8aeb976128
Require a test frame for Vulkan video decoding
2023-12-14 17:44:58 -06:00
Cameron Gutman
7d51a4b67d
Fix incorrect overlay colors in Vulkan renderer
2023-12-14 17:43:54 -06:00
Cameron Gutman
f7d412e3bf
Fix FFmpeg configure args
2023-12-14 00:21:39 -06:00
Cameron Gutman
4469c7fae3
Build AppImage with libplacebo and Vulkan video support
2023-12-13 18:26:00 -06:00
Cameron Gutman
ee95efc0f1
Improve Vulkan renderer debuggability
2023-12-13 01:08:32 -06:00
Cameron Gutman
3ddc8ad68a
Fix crash if pl_vulkan_create() fails
2023-12-13 01:04:54 -06:00
Cameron Gutman
333d97160e
Add opt-in for Vulkan rendering for SDR content with PREFER_VULKAN=1
2023-12-13 01:03:27 -06:00
Cameron Gutman
aac5ad3fd0
Add a libplacebo-based Vulkan renderer for HDR and Vulkan video decoding support
...
Vulkan H.264/HEVC video decoding isn't supported with Fedora's Mesa binaries due to
patent issues, so only the VAAPI/DRM-PRIME import path was tested locally with ANV.
HDR video is getting tonemapped to my SDR monitor reasonably, so HDR output probably
works with GameScope but I haven't confirmed yet.
See #1117
2023-12-12 23:54:23 -06:00
Cameron Gutman
1ef083c952
Update moonlight-common-c to remove per-codec bitrate adjustments
2023-12-03 22:21:10 -06:00
Cameron Gutman
c63b918bb2
Don't hardcode the server signature length
2023-11-29 21:53:49 -06:00
Cameron Gutman
f374e88bac
Update README.md
...
Added new SBC packages and updated build requirements
2023-11-03 00:13:50 -05:00
Cameron Gutman
3cb169ea26
Fix CUDA build without KMSDRM enabled
2023-11-01 22:49:18 -05:00
Cameron Gutman
58f87e39a9
Prepare for v5.0.1
2023-11-01 21:49:03 -05:00
Cameron Gutman
b1c8005d1a
Disable libdrm in AppImage build
2023-11-01 21:44:44 -05:00
Cathy J. Fitzpatrick
f8a2e22a18
Update moonlight-common-c to eb67a2fd (2023-10-26)
2023-11-01 20:31:19 -05:00
Cameron Gutman
7ea118fbae
Fix dark mode on Windows with Qt 6.5+
2023-11-01 20:30:34 -05:00
Cameron Gutman
2149024c35
Rerun lupdate and lrelease
2023-11-01 20:02:40 -05:00
Cameron Gutman
f5d71c8c9a
Merge remote-tracking branch 'origin/weblate'
2023-11-01 20:01:25 -05:00
Cameron Gutman
e108a05895
Bump WiX SDK to 4.0.2
2023-11-01 19:58:29 -05:00
Cameron Gutman
ea8bccd508
Fix typo causing libva-drm only to be enabled if libva-wayland is present
2023-11-01 17:39:24 -05:00
maicolbattistini
bca919c48c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (215 of 215 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/it/
2023-10-21 04:13:46 +00:00
Jorys Paulin
511ffe03b5
Translated using Weblate (French)
...
Currently translated at 100.0% (215 of 215 strings)
Translation: Moonlight Game Streaming/moonlight-qt
Translate-URL: https://hosted.weblate.org/projects/moonlight/moonlight-qt/fr/
2023-10-21 04:13:45 +00:00
Cameron Gutman
413993ab6f
Bump release date in appstream
2023-10-18 00:45:10 -05:00
Cameron Gutman
948b9c818a
Add workarounds for some SDL joystick index issues
2023-10-18 00:42:59 -05:00
Cameron Gutman
cf615ea88d
Update SDL2 to fix HIDAPI joystick crash
2023-10-18 00:41:53 -05:00
Cameron Gutman
2d1e16fe50
Update moonlight-common-c
2023-10-16 22:42:46 -05:00
Cameron Gutman
089c3d3ad3
Prepare for v5.0.0
2023-10-16 19:04:40 -05:00
Cameron Gutman
63e3fa6609
Disable ATS
2023-10-16 18:13:13 -05:00
Cameron Gutman
8a7fa7e559
Update moonlight-common-c
2023-10-16 18:06:45 -05:00
Cameron Gutman
989a90a0f7
Rerun lupdate and lrelease
2023-10-15 20:30:46 -05:00