Commit Graph

  • ca29eac53a Refactor RTSP handling to be session-based rather than socket-based Cameron Gutman 2024-02-02 20:05:56 -06:00
  • e62d6915db Fix -Wreturn-local-addr warning in event_t::view() Cameron Gutman 2024-02-02 19:28:55 -06:00
  • 328a300550 build(cmake): use CMAKE_SOURCE_DIR property (#2091) ReenigneArcher 2024-02-03 15:29:09 -05:00
  • 2008bc0eaa Use CS6 instead of CS7 for audio traffic Cameron Gutman 2024-02-01 21:07:15 -06:00
  • bb3b7984f3 Add refcounting to Mac and Linux QoS state to ensure it works properly with multiple clients Cameron Gutman 2024-02-01 18:17:12 -06:00
  • 5c9533f6d7 Allow DSCP tagging and local traffic prioritization to be enabled separately on Mac and Linux Cameron Gutman 2024-02-01 18:12:05 -06:00
  • c7700f96fc Enable opportunistic QoS tagging for control messages Cameron Gutman 2024-02-01 18:05:36 -06:00
  • fe8b0bad92 Implement workaround for qWAVE issues handling IPv4-mapped IPv6 addresses Cameron Gutman 2024-02-01 18:04:55 -06:00
  • 190ea41b2e build(deps): bump third-party/moonlight-common-c dependabot[bot] 2024-02-01 07:31:09 +00:00
  • 5e948dc835 docs(build): add missing libcurl build dep for ubuntu (#2081) ReenigneArcher 2024-01-31 19:59:11 -05:00
  • f82c3cbc99 build(deps): bump furo from 2023.9.10 to 2024.1.29 (#2077) dependabot[bot] 2024-01-30 08:31:14 -05:00
  • f70c3f1c0e Fix crash on monitor index not found in KMS Cameron Gutman 2024-01-20 20:44:34 -06:00
  • cf416f55e1 Fix KMS cursor capture on Nvidia GPUs Cameron Gutman 2024-01-27 23:43:19 -06:00
  • 8182f592e8 Implement NVENC support for KMS and wlgrab capture methods Cameron Gutman 2024-01-27 17:16:17 -06:00
  • 9a3553db04 Refactor to use pixel format helpers in VAAPI Cameron Gutman 2024-01-27 17:11:32 -06:00
  • 3b11bc86b0 Rewrite software scaling to use new multi-threaded swscale API Cameron Gutman 2024-01-27 11:34:54 -06:00
  • a15bd65391 Adjust default CPU thread count to 2 Cameron Gutman 2024-01-27 11:34:04 -06:00
  • 9dfe97d405 Send the frame number in the encrypted video header Cameron Gutman 2024-01-24 19:04:24 -06:00
  • 65851407b1 Avoid unnecessary reallocation of the IV for every packet Cameron Gutman 2024-01-24 19:03:57 -06:00
  • 3f31400e7f Revert "Remove useless texture size queries for every frame in display_ram_t" Kelvie Wong 2024-01-24 15:13:49 -08:00
  • 75b6e1f1d8 docs(setup): correct instruction for portfile install (#2058) ReenigneArcher 2024-01-25 20:21:05 -05:00
  • 0d4dfcd708 Find the correct install paths for systemd units and udev rules (#2046) PVermeer 2024-01-21 22:53:30 +01:00
  • 52511f3ccb Update docs for new nvenc options ns6089 2023-10-29 13:39:43 +03:00
  • fe886632dc Add new nvenc options to legacy ffmpeg path ns6089 2023-10-29 10:22:09 +03:00
  • 6ded2a9577 Update config page for new nvenc/nvprefs options ns6089 2023-10-29 10:00:44 +03:00
  • ede59e17d8 Expose more nvenc options ns6089 2023-10-28 12:26:32 +03:00
  • 66150872b0 Add nvprefs user override options ns6089 2023-10-28 12:02:25 +03:00
  • 270716b862 Use safe string composition in tray tooltip ns6089 2023-10-20 13:35:33 +03:00
  • bf1b9a20ec Add a dedicated library for working with JSON (#2047) Lukas Senionis 2024-01-21 00:05:35 +02:00
  • bed58cf8b9 build(deps): bump vite from 4.4.9 to 4.5.2 (#2048) dependabot[bot] 2024-01-20 11:07:42 -05:00
  • a10ec3a98a Drop unencrypted messages on the encrypted control stream Cameron Gutman 2024-01-19 18:24:29 -06:00
  • c88fa655f5 Implement video encryption Cameron Gutman 2024-01-14 19:59:20 -06:00
  • 23fb07d4a2 Implement control stream v2 encryption Cameron Gutman 2024-01-14 18:12:40 -06:00
  • 2f80145b8e Change crypto::aes_t to variable size and cleanup some crypto code Cameron Gutman 2024-01-14 19:24:00 -06:00
  • 6b5a712506 Normalize IPv4-mapped IPv4 addresses before checking PC/LAN/WAN type Cameron Gutman 2024-01-14 19:55:09 -06:00
  • 3d6e7f447a Refactor audio encryption to use new encryption flags Cameron Gutman 2024-01-14 18:05:40 -06:00
  • 77b0bab374 Pass launch_session_t directly into session::alloc() Cameron Gutman 2024-01-14 18:03:02 -06:00
  • 6cdb7f7d03 docs(docker): add podman notes (#2035) ReenigneArcher 2024-01-18 21:53:33 -05:00
  • 2e995355dc fix(linux)!: use XDG spec for fetching Linux configuration directory (#2034) Rafael 2024-01-19 02:24:55 +00:00
  • 21e4450ee1 Fix stream disconnecting when reconfiguring display in X11 Cameron Gutman 2024-01-18 18:54:05 -06:00
  • 404b434754 Fix starvation of encoder thread when not receiving new captured frames Cameron Gutman 2024-01-18 18:07:32 -06:00
  • f64712f277 Always reset the thread desktop before calling DuplicateOutput() Cameron Gutman 2024-01-17 17:15:21 -06:00
  • 8a86678d62 Reenumerate displays when the display is reinitialized or switched Cameron Gutman 2024-01-16 20:57:13 -06:00
  • b94f8c0b50 Improve Name->DRM_MODE_CONNECTOR mapping with new types and names Cameron Gutman 2024-01-16 18:30:18 -06:00
  • df2d728af7 Fix plane_it_t skipping the last entry when iterating Cameron Gutman 2024-01-16 18:28:45 -06:00
  • 35b785ebb8 build(deps): bump third-party/moonlight-common-c dependabot[bot] 2024-01-15 10:18:12 +00:00
  • 701b7081b1 build(linux deps): fix miniupnp dependency (#2022) ReenigneArcher 2024-01-14 15:48:46 -05:00
  • d0049da2df Implement pen and touch support for Linux Cameron Gutman 2024-01-12 21:16:34 -06:00
  • c1a3903d20 Fix absolute mouse motion being interpreted as touchscreen input Cameron Gutman 2024-01-11 11:30:15 -06:00
  • bc3ab8a000 fix(ui): allow hash handler to accept tab ids (#2019) ReenigneArcher 2024-01-14 09:26:58 -05:00
  • ec1ae4a3fe docs(advanced-usage): cross reference config UI (#2000) ReenigneArcher 2024-01-14 08:16:02 -05:00
  • 1ccda51df9 feat(ui): add hash handler for configuration ids (#2002) ReenigneArcher 2024-01-13 23:46:15 -05:00
  • 937d0d810c fix: add additional pin validation (#2007) ReenigneArcher 2024-01-13 22:03:49 -05:00
  • 545af98459 Add a fallback to retry codec init with more lenient config options Cameron Gutman 2024-01-08 01:18:48 -06:00
  • 056281b745 Implement HDR support for Linux KMS capture backend (#1994) Cameron Gutman 2024-01-11 22:41:58 -06:00
  • 3fb384f868 build(deps): bump third-party/tray from 8bb9978 to 2bf1c61 dependabot[bot] 2024-01-11 10:06:53 +00:00
  • 593e170da8 Implement graceful termination and group-based app tracking Cameron Gutman 2024-01-07 16:27:14 -06:00
  • d05a67166e feat(ui): add href to logs in fatal error container (#1984) ReenigneArcher 2024-01-07 15:02:25 -05:00
  • de7b81e3b4 fix(ui): reorder and add missing config options (#1993) ReenigneArcher 2024-01-07 13:32:32 -05:00
  • d873c8b088 build(deps): bump vue from 3.2.25 to 3.4.5 (#1983) dependabot[bot] 2024-01-07 12:31:36 -05:00
  • b5fae464b6 docs: refactor and general cleanup (#1992) ReenigneArcher 2024-01-07 11:58:13 -05:00
  • 88d46914ca build(deps): bump @vitejs/plugin-vue from 4.3.4 to 4.6.2 (#1965) dependabot[bot] 2024-01-07 11:30:30 -05:00
  • 60c95d6385 fix(web-api): allow trailing slash on endpoints (#1985) ReenigneArcher 2024-01-06 10:56:35 -05:00
  • f88df0f596 Implement support for KMS cursor plane capture (#1981) Cameron Gutman 2024-01-05 23:02:39 -06:00
  • 791ed48a3f fix(macos): replace depreciated AbsoluteToNanoseconds (#1986) ReenigneArcher 2024-01-05 23:28:50 -05:00
  • 7d751f050e Fix EGL import for modifiers that require aux planes Cameron Gutman 2024-01-05 18:01:21 -06:00
  • c7e5df5976 Refactor EGLAttrib logic into a shared function Cameron Gutman 2024-01-05 18:00:18 -06:00
  • bc6cc2078e build(linux) make vaapi optional without dlopen (#1979) James Le Cuirot 2024-01-05 15:59:41 +00:00
  • 0dff8b16fd Use the new VAAPI dummy image support for kmsgrab too Cameron Gutman 2024-01-04 00:21:46 -06:00
  • ebe01ce20b Remove useless texture size queries for every frame in display_ram_t Cameron Gutman 2024-01-04 00:20:14 -06:00
  • 3adf9e5967 Don't busy loop during wlgrab capture Cameron Gutman 2024-01-03 16:08:46 -06:00
  • e1771de37a Fix race condition causing hangs and EGL import errors due to concurrent snapshot() calls Cameron Gutman 2024-01-03 15:42:12 -06:00
  • 0403ad147a Fix capturing scaled output with wlgrab Cameron Gutman 2024-01-03 10:14:50 -06:00
  • 1bd45ca803 Fix low-res scrolling on Linux Cameron Gutman 2024-01-02 21:23:35 -06:00
  • 556d9586e9 Switch to LizardByte ViGEmClient submodule Cameron Gutman 2024-01-02 19:22:32 -06:00
  • a01a15a54b Fix termination of child processes when the parent terminates Cameron Gutman 2024-01-02 18:17:09 -06:00
  • 43992e7e9b Don't fail kmsgrab init entirely if a single card doesn't work Cameron Gutman 2024-01-03 00:03:32 -06:00
  • 0f640b8dd9 Fix clear color when rendering to VA surfaces Cameron Gutman 2024-01-02 23:42:20 -06:00
  • a9b459cdb1 Use P010 instead of YUV420P10 for 10-bit VAAPI encoding Cameron Gutman 2024-01-02 21:33:32 -06:00
  • beb51cc925 Correctly passthrough plane format and modifiers when importing VA surface Cameron Gutman 2024-01-02 21:33:14 -06:00
  • 52e5662dd9 docs: add reset credential examples for unique pacakges (#1973) Mariotaku 2024-01-04 06:04:21 +09:00
  • e7a3c485ee Only keep the ViGEmBus connection alive while gamepads are attached Cameron Gutman 2023-12-31 19:42:48 -06:00
  • 9a3106fcef fix(ui): fix missing favicon (#1972) ReenigneArcher 2024-01-02 17:25:32 -05:00
  • caf5e02d8b Alphabetize defaultConfig Cameron Gutman 2023-12-31 19:56:04 -06:00
  • 3ca75bee19 Add option to disable native pen/touch support Cameron Gutman 2023-12-31 19:03:07 -06:00
  • 729922d2c0 Add option to disable high resolution scroll events Cameron Gutman 2023-12-31 19:02:36 -06:00
  • 6ea836c511 Add options to control gamepad autoselection heuristics Cameron Gutman 2023-12-31 19:01:37 -06:00
  • 97c921629a Move Alt to Windows mapping option to Input tab Cameron Gutman 2023-12-31 18:59:51 -06:00
  • 852db4877d refactor(process): re-order variables to avoid unused variable when tray is disabled (#1963) ReenigneArcher 2024-01-01 19:36:00 -05:00
  • c0164caaaa builds(deps): use miniupnpc package instead of submodule (#1971) ReenigneArcher 2024-01-01 18:48:27 -05:00
  • a452402267 ci(macos): install boost from source (#1954) ReenigneArcher 2024-01-01 14:42:19 -05:00
  • 8d14e7c6f1 Optionally allow the system installation of wayland-protocols to be used (#1966) James Le Cuirot 2024-01-01 16:49:00 +00:00
  • faeeb7ec57 build(cmake): Use GNUInstallDirs to install data and lib directories (#1817) Timo Gurr 2024-01-01 03:53:16 +01:00
  • 44b34d1e23 Optionally allow the system installation of MiniUPnP to be used (#1959) James Le Cuirot 2024-01-01 01:04:04 +00:00
  • fe3bf0ee6f fix(tray): use PROJECT_NAME definition for tooltip (#1958) ReenigneArcher 2023-12-31 16:34:33 -05:00
  • 64be0aa67a Fix grabbing code when DRM is enabled and X11 is disabled (#1956) James Le Cuirot 2023-12-31 20:57:45 +00:00
  • d97f724e3b Use dl handle for libva's vaTerminate rather than actual function (#1955) James Le Cuirot 2023-12-31 20:10:48 +00:00
  • 8efc15b58f build(cmake): do not include unneeded headers (#1957) ReenigneArcher 2023-12-31 14:25:18 -05:00
  • a6ffeb4b53 Don't install/update ViGEmBus if 1.17 or later is already installed (#1953) Cameron Gutman 2023-12-30 21:48:48 -06:00
  • 66e31a21fb Compute the bitrate on the host side for supported clients Cameron Gutman 2023-12-30 13:08:30 -06:00