Commit Graph

3005 Commits

Author SHA1 Message Date
Yukino Song
72ffbc0509 Merge remote-tracking branch 'sunshine/master' 2025-02-07 21:25:35 +08:00
Yukino Song
343427f20a Add default value indicator to use-app-identity and per-client-app-identity 2025-02-07 21:23:04 +08:00
Yukino Song
58bbfc3e67 Show running app in Apps page 2025-02-07 21:11:03 +08:00
Yukino Song
9481418e0d Fix launch app says failed on web ui 2025-02-07 20:05:29 +08:00
Yukino Song
773a8b6576 Update deps 2025-02-07 19:58:20 +08:00
Yukino Song
b896f68359 Fix ffmpeg 2025-02-07 19:29:14 +08:00
Cameron Gutman
265a00793c feat(nvenc): implement async encode and hang recovery (#3629)
* feat(nvenc): implement async encode

* fix(video): allow NVENC to complete teardown asynchronously
2025-02-06 22:22:00 -06:00
Yukino Song
7757e28c28 Fix prep command adding order in apps 2025-02-06 19:41:40 +08:00
Yukino Song
9f33b3f726 Add more fields to be migrated in apps.json 2025-02-06 19:24:23 +08:00
Yukino Song
5708622362 Fix dd_mode_remapping 2025-02-06 19:12:07 +08:00
Yukino Song
78714e65fc Fix build 2025-02-06 18:16:55 +08:00
Yukino Song
fd059e36f0 Merge remote-tracking branch 'origin/master' 2025-02-06 09:14:18 +08:00
Yukino Song
75824e8de7 Add a dedicated "Terminate" entry when using input only mode 2025-02-06 06:10:21 +08:00
Yukino Song
eb3a764163 Fix #329 2025-02-06 05:40:37 +08:00
Yukino Song
786fadb960 Rename Input Only to Remote Input 2025-02-06 05:24:19 +08:00
Yukino Song
68d1b5ce9d Fix doubled fps not applied on common resolutions 2025-02-06 05:16:44 +08:00
ReenigneArcher
dbba364ed7 fix(dd_config)!: disable by default (#3639) 2025-02-05 08:32:34 -05:00
Yukino Song
88be28c3e7 Refine app resume logic when enabled input only mode 2025-02-05 12:10:34 +08:00
Yukino Song
9c5c90e64b Fully prevent client commands on input only sessions 2025-02-05 11:36:34 +08:00
Yukino Song
5c36b89103 Add input only image 2025-02-05 08:14:41 +08:00
Yukino Song
1c8bd0cdb5 Implement frontend part for Double refreshrate. Resolves #299 2025-02-05 07:42:16 +08:00
Yukino Song
bf78a33831 Implement frontend part for Input Only Mode. Resolves #177 2025-02-05 07:42:14 +08:00
Yukino Song
23dd06b344 Implement input only mode w/ double framerate for virtual display 2025-02-05 06:54:30 +08:00
Yukino Song
e0d81d3c5f Fixing the extra comma in (win) default apps 2025-02-03 12:48:37 +08:00
ReenigneArcher
997093986d ci(docker): fix debian arm builds (#3627) 2025-02-03 03:48:56 +00:00
Yukino Song
6d8d063454 Terminate early when hang in encoder is detected 2025-02-03 03:28:52 +08:00
Yukino Song
8b0053437a Add encoding frame rate limit 2025-02-03 03:28:51 +08:00
ReenigneArcher
6efc687036 fix(ui): properly handle boolean json responses (#3626) 2025-02-02 17:34:02 +00:00
LizardByte-bot
a995e578fa chore: update global workflows (#3623) 2025-02-01 17:57:08 +00:00
ReenigneArcher
257a102127 fix(api): return proper json objects (#3544) 2025-01-31 23:38:22 -05:00
Yukino Song
525d42afc5 Merge pull request #309 from wallcarpet40/master
Fix linux build and some typos.
2025-02-01 00:02:08 +08:00
wallcarpet40
c2c9cd2372 Fix Linux build and some typos 2025-01-31 17:36:17 +02:00
wallcarpet40
257e48a80d Fix Linux build and some typos 2025-01-31 17:35:18 +02:00
Yukino Song
ff667ec802 Fix build for Linux 2025-01-31 20:57:23 +08:00
VMFortress
5b36357133 feat(display): Add revert display config on disconnect option (#3613) 2025-01-30 16:02:22 -05:00
dependabot[bot]
ce28e36a47 build(deps): bump third-party/wayland-protocols from 6bcf87d to c7b582c (#3611)
build(deps): bump third-party/wayland-protocols

Bumps third-party/wayland-protocols from `6bcf87d` to `c7b582c`.

---
updated-dependencies:
- dependency-name: third-party/wayland-protocols
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 14:05:30 -05:00
Yukino Song
2e38a2640a Fix localization for per-client-app-identity (again) 2025-01-29 04:11:50 +08:00
Lukas Senionis
23e131439f fix(video): allow encoder probing when there are no devices at all (#3594) 2025-01-27 12:19:47 -05:00
dependabot[bot]
24cce3a666 build(deps): bump third-party/libdisplaydevice from 2ac3386 to 53a0ea5 (#3597)
build(deps): bump third-party/libdisplaydevice

Bumps [third-party/libdisplaydevice](https://github.com/LizardByte/libdisplaydevice) from `2ac3386` to `53a0ea5`.
- [Release notes](https://github.com/LizardByte/libdisplaydevice/releases)
- [Commits](2ac338626c...53a0ea5317)

---
updated-dependencies:
- dependency-name: third-party/libdisplaydevice
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 08:37:18 -05:00
Lukas Senionis
0631472533 fix(video): prevent encoder probing with no active displays (#3592) 2025-01-26 18:21:15 -05:00
Yukino Song
038e118ccb Update README for game auto suspension 2025-01-27 02:08:14 +08:00
Yukino Song
e1f7e58a46 Update FAQ 2025-01-26 09:11:35 +08:00
Yukino Song
94b636f3c8 Disable client commands for Desktop entry by default w/ auto close Steam Big Picture by default 2025-01-26 04:38:03 +08:00
Yukino Song
f9ed7c313d Fix localization for per-client-app-identity 2025-01-26 02:38:30 +08:00
ReenigneArcher
a5c791658e build(deps): bump wayland-protocols from 1.38 to 1.39 (#3482) 2025-01-24 16:37:17 -05:00
Yukino Song
2fb79e1ca1 Log the final pair rejection 2025-01-25 00:54:09 +08:00
ReenigneArcher
a513acc16b ci(packaging): fix flatpak metainfo (#3588) 2025-01-24 15:36:50 +00:00
Yukino Song
7b653280fb Default to disable dd_configuration_option 2025-01-24 21:56:23 +08:00
Yukino Song
fb2008c346 Fix some Chinese translations 2025-01-24 21:07:00 +08:00
Yukino Song
b63d93b3c2 Update info text for disabling advanced display device config 2025-01-24 19:28:33 +08:00