Cameron Gutman
dd02bf809e
Don't require linking to wlanapi.dll
...
This is not always available on Windows Server
2020-09-08 18:27:01 -07:00
Cameron Gutman
78203eb9be
Enable media streaming mode for 802.11 WLAN interfaces on Windows
2020-08-11 22:14:26 -07:00
Cameron Gutman
16bb4a148e
Only use libsoundio on Windows or macOS
2020-07-08 18:57:27 -05:00
Cameron Gutman
4b7b01ce0a
Fix EGL build
2020-05-15 17:54:45 -07:00
Cameron Gutman
c4039a929c
Use a compile test for EGL support
2020-05-15 16:46:03 -07:00
Antoine Damhet
0a396f3112
Introduce a new FFMPEG frontend renderer: EGLRenderer
...
Right now this renderer works on X11 & Wayland with VAAPI as a backend.
Some rendering latency benchmarks on my `i7-10510U` (with
`intel-media-driver` 20.1.1 which cause a *huge* regression with the
SDL_Renderer):
| | X11 | Wayland |
| Before | 6.78ms | 22.50ms |
| EGLRenderer | 0.76ms | 00.77ms |
Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
2020-05-12 11:11:35 +02:00
Cameron Gutman
dc3c565ec0
Move serialization and deserialization into NvApp class
2020-05-07 19:54:36 -07:00
Cameron Gutman
97c15c7876
Ensure the Info.plist is included for builds in the IDE
...
It is required for SDL_WINDOW_ALLOW_HIGHDPI to work
2020-05-04 20:25:19 -07:00
Cameron Gutman
0c9d72a9a1
Restore the option for relative touch mode
2020-04-30 20:55:15 -07:00
Cameron Gutman
c2c2bd2df6
Split input.cpp into smaller files
2020-04-30 20:22:43 -07:00
Cameron Gutman
78fc594d84
Move input code into a subfolder
2020-04-30 20:09:36 -07:00
Cameron Gutman
49a4a61876
Enable QoS for ENet on Windows and fix disconnect delay on GFE 3.20.3
2020-04-09 18:02:49 -07:00
Cameron Gutman
505050e936
Fix high DPI check in 0437835b
2020-02-08 18:47:59 -08:00
Cameron Gutman
c20daa8867
Add compatibility checks for HEVC Main10 in VT backend
2019-11-05 18:36:43 -08:00
Cameron Gutman
6468efd7e4
Add VAAPI DRM support
2019-07-07 15:32:38 -07:00
Cameron Gutman
e1a697658e
Add Discord Rich Presence for macOS
2019-06-29 17:55:21 -07:00
Cameron Gutman
0a5051f959
Add Discord Rich Presence integration for Windows
2019-06-29 17:40:30 -07:00
Cameron Gutman
e5712a9474
Move dylibs into the Frameworks folder in the app bundle
2019-06-29 15:39:20 -07:00
Cameron Gutman
87356ef594
Add CUDA acceleration support
2019-06-26 21:02:33 -07:00
Cameron Gutman
c2b12868bb
Move DisplayLinkVsyncSource back into VTRenderer to reduce latency
2019-05-11 18:33:12 -07:00
Cameron Gutman
67b0907e52
Add globaldefs.pri for setting qmake values in each project
2019-04-21 11:08:33 -07:00
Cameron Gutman
dba479774b
Add DRM renderer for Rockchip devices
2019-04-21 05:22:37 +00:00
Cameron Gutman
9c76700f74
Add MMAL renderer for Raspberry Pi
2019-04-16 01:20:21 -07:00
Cameron Gutman
a3361363e4
Remove duplicate data files on Linux
2019-03-23 12:20:01 -07:00
Cameron Gutman
2703efedef
Improve performance of looking up static system properties
2019-03-23 12:05:08 -07:00
Cameron Gutman
c313f1a20b
Embed our data files inside the binary with QRC
2019-03-23 10:45:44 -07:00
Cameron Gutman
b7116657d9
Add SLAudio renderer for Steam Link
2019-03-22 23:08:10 -07:00
Cameron Gutman
2bf3f1b94b
Refactor Steam Link support files
2019-03-22 22:51:08 -07:00
Cameron Gutman
9288cfa684
Basic support for building as UWP app
2019-03-13 01:02:04 -07:00
Cameron Gutman
a8f72df7f8
Fix in-tree builds
2019-02-16 00:42:09 -08:00
Cameron Gutman
640e3213ee
Copy the required data files into place for building in the IDE
2019-02-15 18:47:42 -08:00
Cameron Gutman
46bd8ad83d
Add debug overlay for SDL renderer
2019-02-12 21:55:15 -08:00
Cameron Gutman
4dac57cf8c
Add SDL2_ttf dependency for Linux
2019-02-12 21:38:51 -08:00
Cameron Gutman
95cb026446
Add SDL2_ttf for macOS
2019-02-12 21:32:11 -08:00
Cameron Gutman
d077c6450f
Split SdlRenderer from renderer.h
2019-02-12 19:58:36 -08:00
Cameron Gutman
7747624c80
Revert "Wake up main thread immediately after new frame is pushed"
...
This reverts commit aab7191a44
.
2019-01-21 20:10:13 -08:00
Cameron Gutman
aab7191a44
Wake up main thread immediately after new frame is pushed
2019-01-21 18:57:14 -08:00
Cameron Gutman
b19c4bfc5d
Add performance overlay for DXVA2 renderer
2019-01-19 23:05:56 -08:00
Cameron Gutman
a66fbcd6be
Use version.txt for Info.plist too
2019-01-05 18:53:17 -08:00
Cameron Gutman
102e5f6de9
Move the version string into version.txt
2019-01-05 18:08:34 -08:00
Cameron Gutman
82230ef2f5
Version 0.8.0
2018-12-25 22:29:27 -08:00
Cameron Gutman
d696536486
Version 0.7.0
2018-12-05 22:49:42 -08:00
Janne Hakonen
0ab07303c9
Add quit cli command and app quit option after stream session. Fixes #92 ( #138 )
...
* Add quit cli command and app quit option after stream session. Fixes #92
* Code review fixes.
2018-12-05 18:45:28 -08:00
Cameron Gutman
b97758ef46
Switch to libsoundio on Linux now that PA works reliably after d1fe752028
2018-11-28 00:13:04 -08:00
Cameron Gutman
c63c5100e2
Version 0.6.4
2018-11-20 22:23:03 -08:00
Cameron Gutman
115ced7ab4
Only precompile QML files on release builds
2018-11-18 22:04:11 -08:00
Cameron Gutman
ef15b5641a
Fix accidental dependency on system SDL2.framework when building in the IDE
2018-11-18 21:23:46 -08:00
Cameron Gutman
7b5dc33a21
Version 0.6.3
2018-11-16 01:17:57 -08:00
Cameron Gutman
eaeb9ec6f7
Version 0.6.2
2018-10-28 19:57:38 -07:00
Cameron Gutman
8a7c463c52
Version 0.6.1
2018-10-14 23:08:58 -07:00