Commit Graph

38 Commits

Author SHA1 Message Date
b344af2d88 Tweak wording for codec mode options to avoid users changing it 2023-08-26 12:38:24 -05:00
69e720b44b Implement AV1 support 2023-08-19 18:36:48 -05:00
11aedf56a2 Implement controller arrival metadata support 2023-06-30 20:47:29 -05:00
8da919f411 Rename Back Button Timeout and disable it by default
Users don't expect long presses of the back button to not work out of the box.
2023-05-25 20:03:53 -05:00
2f4cc9ace0 Add option to always send scancodes
Default is enabled to match v0.19.1 behavior

Fixes #1233
2023-05-25 19:31:39 -05:00
53125ffeca Add support for installing the Steam Streaming Speakers driver (#1262)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
2023-05-09 20:02:28 -05:00
1d6ea8c759 Allow audio sinks to match on device names
Names are more stable than IDs on Windows
2023-05-07 11:52:57 -05:00
2138d0c9bc docs(advanced_usage): fix nvlax url (#1205) 2023-04-22 20:41:32 -04:00
809d7f9d0e config: fix 4K resolution typo (#1139) 2023-04-05 10:12:02 -04:00
1ab1b7920e Don't skip disconnected X11 outputs (#1071) 2023-03-28 16:44:32 -04:00
8c86baf627 Add support for global prep commands (#977) 2023-03-27 12:02:20 -04:00
c6548f4271 Provide ability to force a capture method via configuration. (#1063)
Co-authored-by: KuleRucket <luke.d.tucker@gmail.com>
2023-03-25 21:26:28 -04:00
a0d7250c33 docs: update config defaults (#1070) 2023-03-24 19:00:27 -04:00
8162d5f0d0 Change text input to select (#1067) 2023-03-24 18:18:14 -04:00
4ac8c5c8ec docs: improve examples (#1000) 2023-03-06 11:10:40 -05:00
55a225d21c AMF: add missing encoder tunables (#902) 2023-02-13 09:23:29 -05:00
f44ae4cc8d nvenc: add nvidia preset migration guide to docs (#685) 2023-01-15 22:20:10 -05:00
4fc444b5b3 Intel QuickSync support for Windows (#758) 2023-01-14 16:23:49 -05:00
c95f54f874 Migrate Windows config files into specific config directory (#716) 2023-01-07 13:34:06 -05:00
08cb5fc2f2 Minor UI fixes (#696) 2023-01-04 18:44:23 -05:00
a5213c6225 Logs inside the WebUI (#634) 2022-12-31 20:12:36 -05:00
88a450bf1f update docs (#574) 2022-12-28 16:30:32 -05:00
215c86455f nvenc, amdvce: rework all user presets/options (#623) 2022-12-27 21:27:47 -05:00
95437d15f3 FFmpeg 5 and pre-built CBS (#509) 2022-12-27 09:13:54 -05:00
3cab7e1067 change docs theme to furo 2022-10-30 10:13:59 -04:00
43fa4100d2 update docs
- add information about various ports
- correct typos in macos installation instructions
2022-08-26 20:25:03 -04:00
83ea433857 update docs 2022-08-24 21:40:53 -04:00
da3c39e9e3 change org to LizardByte (#263)
- updates issue template
- updates docker readme
2022-07-29 09:45:26 -04:00
92f1313993 Merge branch 'nightly' into macports-improvements 2022-06-29 19:06:33 -04:00
3b2226c4ea Add paths for aur package 2022-06-28 20:39:33 -04:00
3cd3d261e9 Update macOS documentation 2022-06-28 19:16:24 -04:00
2d969c2ccc platform/windows: change dwmflush default, add autodetection
On each re/init, query the active monitor refresh rate via
DwmGetCompositionTimingInfo. If the client requested framerate exceeds
the host monitor refresh, automatically disable DwmFlush.

This avoids the problem by which DwmFlush would constrain the client
FPS if the host monitor runs at a lower refresh rate, thus allowing
the feature to be enabled by default.

If there are other issues caused by DwmFlush for certain systems,
it can still be disabled via configuration.
2022-06-15 22:23:09 +01:00
211b25848f platform/windows: add optional DwmFlush() call to improve Windows capture
Invoke DwmFlush() before acquiring the next frame to alleviate visual stutter
during mouse movement at the cost of constraining the capture rate to the host's
monitor refresh.

Disabled by default; enable via "dwmflush" boolean configuration parameter.
2022-06-15 22:23:09 +01:00
65c4f01998 Update documentation
- Add copy button to code blocks
- Fix some badges
- Improve Linux installation instructions
2022-06-09 19:50:20 -04:00
68ba1db24a Refactor assets and config directory 2022-05-11 23:10:46 -04:00
eacae3954e Fix typos 2022-04-18 16:21:05 -04:00
56cf3e4ede Update admonitions 2022-04-18 16:05:17 -04:00
536df759ae Initial version of sphinx documentation and...
- remove ubuntu 21.04 from CI (end of life)
- adjust matrix strategy for clang.yml
- Use lessons learned from RetroArcher on localize.yml, crowdin.yml, and locale.py
- Add end of life comments to Dockerfiles
- Adjust dependency order in Dockerfiles
2022-04-18 14:53:28 -04:00