195 Commits

Author SHA1 Message Date
loki
af1135d455 fix row_pitch 2020-04-29 22:01:43 +02:00
loki
1a233ca4aa Remove incorrect warning 2020-04-26 15:24:36 +02:00
loki
1862662b3a Prevent queue from growing to large, eating up all memory 2020-04-24 22:10:08 +02:00
loki
7ee59669da Removed unnecessary header include 2020-04-23 15:49:47 +02:00
loki
22418cb613 Moved linux specific files to folder platform/linux 2020-04-23 15:48:05 +02:00
loki
4bccec1c39 Refactor platorm Windows 2020-04-23 15:41:40 +02:00
loki
fa489531b0 Don't access video device ctx merely for setting cursor invisible 2020-04-23 00:23:40 +03:00
loki
2e52402e27 Correctly truncate cursor image 2020-04-23 00:09:27 +03:00
loki
519f7a8bf1 convert pointer shape monochrome to color 2020-04-22 22:55:33 +03:00
loki
17e9b803db Display cursor type color with nvenc 2020-04-22 00:07:26 +03:00
loki
70bf11ec27 Increase accuracy of fps for nvenc and proper pixel format 2020-04-19 00:10:47 +03:00
loki
c7d6e959e0 Fix stream not closing properly when exiting app 2020-04-16 15:35:12 +02:00
loki
0b1a69a067 Ensure it compiles on Linux again 2020-04-15 21:07:00 +02:00
loki
525e8b3c6d Refactor video.cpp 2020-04-15 19:16:20 +02:00
loki
c7a72553c4 Configure settings nvenc 2020-04-14 00:15:24 +03:00
loki
679f74e53c Fix multicasting for nvenc 2020-04-12 02:33:17 +03:00
loki
7edaa0cce0 Encode with nvenc smoothly 2020-04-10 15:39:50 +03:00
loki
c21038af88 Encode video with nvenc 2020-04-08 02:15:08 +03:00
loki
65f44cc885 Fix encoder flags not set properly 2020-04-07 18:57:59 +03:00
loki
8e3df43caf Pass both nvenc and software in validation 2020-04-07 00:34:52 +03:00
loki
afbca0f6cd initialize nvenc 2020-04-06 23:15:03 +03:00
loki
f2636b163e General structure complete 2020-04-02 20:13:44 +02:00
loki
4de547228c Fix mouse format unsupported and incorrect version string 2020-04-01 14:33:05 +02:00
loki
3d595ce927 Re-add capturing mouse for windows 2020-03-31 23:48:07 +02:00
loki
3ceb9b37a0 Reinitialize the video encoder in addition to the capturing device 2020-03-31 21:18:33 +02:00
loki
94181fd047 Prevent unnecessary copies of entire frames on Windows 2020-03-27 21:57:29 +01:00
loki
55705af922 Prepare for hardware encoders 2020-03-25 10:51:32 +01:00
loki
e571b29868 Fix bug incorrectly blending cursor image 2020-03-17 22:17:28 +01:00
loki
92f51622cc Map session to gamepads 2020-03-15 21:22:42 +01:00
loki
41f4b71c99 Add debug msg when receiving messages over utp for video and audio 2020-02-23 20:49:53 +01:00
loki
f170e736c5 Fix Windows not accepting connections on RTSP 2020-02-12 18:05:42 +01:00
loki
da246d6417 Fix stopping all streams when just one should stop 2020-02-12 11:28:27 +01:00
loki
5cd0fd76bf Compile for Multicasting 2020-02-08 16:26:38 +01:00
loki
753f57c71b Remove dependency on a library for a single function 2020-02-01 10:25:37 +01:00
loki
c71d2739b1 Fixed incorrect logging type called 2020-01-31 21:17:49 +01:00
loki
b10c971374 Dynamically plug and unplug emulated gamepads 2020-01-31 20:57:34 +01:00
loki
1d9ccb211e Refactor gamepad device creation 2020-01-25 20:46:14 +01:00
loki
8b7c833cd4 Multiple Gamepad support for Windows 2020-01-25 01:27:47 +01:00
loki
b4d3748d74 Multi controller support for Linux 2020-01-25 01:05:43 +01:00
loki
9f0a5825f0 Select audio endpoint based on config option audio_sink on Windows 2020-01-24 23:17:05 +01:00
loki
afbc7d894f Created tool to identify different audio-sinks 2020-01-24 22:34:09 +01:00
loki
c3af78caaa Configure source for frame capturing on Windows 2020-01-24 01:05:43 +01:00
loki
95f90501e4 Created tool to display the names of the dxgi devices 2020-01-23 23:43:39 +01:00
loki
6c313bb1c8 Merge branch 'master' of github.com:loki-47-6F-64/sunshine 2020-01-23 11:53:25 +01:00
loki
944ab4b786 Remove unnecessary function 2020-01-23 11:52:08 +01:00
loki
a5b6aa279a Add FIXME comment 2020-01-23 11:35:24 +01:00
Cameron Gutman
6ec0cae2d0 Fix row pitch being assumed to be 'width * 4' 2020-01-22 18:42:53 -08:00
loki-47-6F-64
8c378eb27e
Merge pull request #13 from cgutman/key_fixes
Fix incorrect key codes
2020-01-22 14:45:01 +01:00
Cameron Gutman
96eff20c02 Fix extended keys on Windows 2020-01-21 20:36:49 -08:00
Cameron Gutman
9e11ba9902 Fix XK_KP_Decimal and XK_KP_Separator being swapped on Linux 2020-01-21 20:36:32 -08:00