Commit Graph

245 Commits

Author SHA1 Message Date
Conn O'Griofa c6a0eeef3f Force IDR frames for libx265 encoder
Parameter is needed to avoid infinite black screen with
"Waiting for IDR frame" in moonlight-qt (3.1.3) on Windows.
2021-05-20 00:22:28 +01:00
loki 66a78f0d40 Fix windows build 2021-05-19 09:42:38 +02:00
loki 3d8a99f541 clang-format 2021-05-17 21:21:57 +02:00
loki a6c1649493 Remove redundent code 2021-05-15 17:01:03 +02:00
loki 33a330fd6c Downmix surround 5.1 to stereo 2021-05-14 21:44:20 +02:00
loki 1050978246 Add warning to ignore errors during encoder validation 2021-05-12 23:22:13 +02:00
loki 9e48e58221 Allow applications started by sunshine to be detached 2021-05-12 23:01:30 +02:00
loki 5d313b509e fix resetting mouse buttons on end stream 2021-05-12 15:48:39 +02:00
loki 022b2202f6 Absolute mouse coordinates on Windows 2021-05-12 14:42:10 +02:00
loki 2e9a1cfbba absolute mouse coordinates regardless of the number of monitors attached on Linux 2021-05-11 23:51:45 +02:00
loki 1d84c8f9ce Correct dimensions for touchscreen when single monitor attached 2021-05-11 23:30:56 +02:00
loki 92cd8648fa Some refactoring for linux/display.cpp 2021-05-11 20:10:33 +02:00
loki 41cc9a3e80 absolute mouse coordinate support for single monitor on Linux 2021-05-11 18:01:56 +02:00
Loki b97c902d10 print absolute mouse movement packets 2021-05-10 15:04:41 +02:00
loki 377b086882 Fix amd_rc config options 2021-05-09 16:37:40 +02:00
loki ade2ef3a15 Fix profile values for amfvce 2021-05-09 16:19:05 +02:00
loki 6f428eb316 Ensure no input remains in the task_pool before resetting 2021-05-09 11:56:53 +02:00
loki 2970ad662c No more dumb pointers for initialization 2021-05-09 11:40:12 +02:00
loki 1dfe49e765 Merge branch 'draw' 2021-05-08 14:16:29 +02:00
Elia Zammuto 661c8260e5 Fix Position for input::reset 2021-05-08 13:46:20 +02:00
loki 13c2da07e8 Move shaders to seperate folder in assets 2021-05-08 13:22:04 +02:00
Elia Zammuto 71b214ca43 Fix Stuck Modifiers on Disconnection 2021-05-08 13:08:07 +02:00
loki 513942c888 Improve colors for nv12 2021-05-08 12:03:58 +02:00
loki 67df04e0a2 Fix cursor position on lower resolution screens 2021-05-06 16:51:59 +02:00
loki 7b45f0d899 Fix cursor height and width 2021-05-06 13:51:29 +02:00
loki 0f661e467e Blend cursor onto the image 2021-05-06 12:36:26 +02:00
loki 0232d8027c Render cursor on duplicated image 2021-05-06 12:00:39 +02:00
loki a93bad4cf3 Fix crash when sending SIGINT before starting the http server 2021-05-05 15:53:22 +02:00
loki 88c3828ad3 Fixed not testing for 10bit pixels support 2021-05-05 12:17:25 +02:00
loki c19853f03f Add color for BT701 colorspace 2021-05-05 11:28:57 +02:00
loki 1b7e103ef6 Allow resizing the image during conversion 2021-05-04 10:21:56 +02:00
loki 900d59b3ac Dynamically set colors during runtime 2021-05-03 22:06:55 +02:00
loki 37a9256587 Render NV12 color format 2021-05-02 22:35:19 +02:00
loki 127b5501d9 Render luma onto nv12 surface 2021-04-30 20:01:15 +02:00
loki fe8c2ceab9 Warn when VideoProcessorSetStreamAlpha isn't supported 2021-04-28 13:44:42 +02:00
loki 1be5b4787f Moved pairInputDesktop() from desktop.h to input.cpp 2021-04-26 19:27:55 +02:00
loki 488d8e5fc2 force merge 2021-04-24 23:46:04 +02:00
loki 0049b36471 Use existing config option for selecting monitor 2021-04-24 23:41:56 +02:00
loki 66b4b70023 merge with notentered 2021-04-24 17:12:10 +02:00
loki 438ae6a761 Don't stop streaming when UAC is running 2021-04-24 15:53:48 +02:00
loki 0cfb440cf6 Added config examples to the config file 2021-04-24 14:23:12 +02:00
Elia Zammuto 3f26a4fd21 Merge pull request #2 from psyke83/realtime_gpu
Use realtime GPU priority to avoid stalls during high GPU usage
2021-04-05 15:35:04 +02:00
Elia Zammuto bb5b003dd5 Disabled key frames when not needed 2021-04-01 20:27:59 +02:00
Elia Zammuto 99777c8e82 Added more params 2021-04-01 14:25:38 +02:00
Elia Zammuto 4daaa1f089 Added some keyframes 2021-03-31 14:11:21 +02:00
kiralycraft fe3784454a Fixed unspecified monitor streaming the whole X 2021-02-28 17:56:38 +02:00
kiralycraft 7abcfc0390 Added ability to stream specific monitor on Linux 2021-02-28 15:52:47 +02:00
Garrett 020e2069cb Add amd decoder support 2021-01-28 18:38:11 -05:00
Zlatko Zahariev 83dd07469e Initial elevated windows work 2021-01-15 02:07:49 -05:00
Conn O'Griofa 0a883ab651 Use realtime GPU priority to avoid stalls during high GPU usage
Change derived from OBS project commit: https://github.com/obsproject/obs-studio/commit/ec769ef008b748f7dfba211daec9eb203ea4bea0
See related discussion: https://obsproject.com/forum/threads/obs-studio-24-0-3-gpu-priority-fix-testing.111669/
2021-01-11 04:22:18 +00:00