Commit Graph

  • 537e3e6935 build(deps): bump third-party/tray from d9f7e76 to ebbd14f (#3010) dependabot[bot] 2024-08-18 19:44:24 -04:00
  • c8d0d2b615 build(deps): bump babel from 2.15.0 to 2.16.0 (#2998) dependabot[bot] 2024-08-16 19:32:32 -04:00
  • 7c4c905f04 build(macos): fix error in macos-13 build (#3022) ReenigneArcher 2024-08-16 18:41:31 -04:00
  • 727ea9037e docs(docker): add ipc note (#3034) ReenigneArcher 2024-08-16 17:18:35 -04:00
  • bfdfcebc80 feat(win/video): support native YUV 4:4:4 encoding (#2533) ns6089 2024-08-16 20:41:27 +03:00
  • e8c837f412 ci(crowdin): customize PR title (#3031) ReenigneArcher 2024-08-16 11:19:57 -04:00
  • c246c78b13 fix(linux): ensure NvFBC capture works after multiple sessions (#3020) Insanemal 2024-08-16 11:30:00 +10:00
  • a669b36c31 fix(build): update cuda compatibilities (#3018) ReenigneArcher 2024-08-15 18:16:19 -04:00
  • 299672795c chore: update global workflows (#3003) LizardByte-bot 2024-08-12 10:19:25 -04:00
  • f9c885a414 fix(linux/audio): don't set pulseaudio buffer size (#2999) ns6089 2024-08-09 23:29:17 +03:00
  • 0e153cf292 build(deps): bump LizardByte/homebrew-release-action from 2024.612.21058 to 2024.809.31635 (#2992) dependabot[bot] 2024-08-09 03:57:30 +00:00
  • 0b8468ca3e feat(macos): add beta homebrew formula (#2990) ReenigneArcher 2024-08-08 21:17:15 -04:00
  • b6b8e681cb fix: print encoder name to info log during creation (#2965) ns6089 2024-08-08 23:09:51 +03:00
  • 19250f13d6 tests(windows): prefer static libraries (#2939) ns6089 2024-08-08 20:39:30 +03:00
  • 6d91e680c5 feat(logging): include milliseconds timestamps (#2963) ns6089 2024-08-08 17:52:08 +03:00
  • 04df80ff6b feat!: drop advertised resolutions and fps (#2924) ReenigneArcher 2024-08-07 22:10:19 -04:00
  • 64083c1679 chore(issue-template): add Apple Silicon to GPUs (#2968) Vithorio Polten 2024-08-07 22:01:28 -03:00
  • 9bc09e9d39 build(deps): bump third-party/doxyconfig from 671b494 to 6d145da (#2979) dependabot[bot] 2024-08-07 23:07:51 +00:00
  • 4bd521bb43 docs: drop sphinx and use doxygen exclusively (#2932) ReenigneArcher 2024-08-05 14:44:17 -04:00
  • adf068e44e fix(windows): properly break on the first matching DXGI output (#2962) ns6089 2024-08-05 01:40:28 +03:00
  • c6ed640daa build(linux): disable GCC 12 Wrestrict warning (#2925) Lukas Senionis 2024-08-04 05:11:38 +03:00
  • 7737d6f10a build(deps): bump LizardByte/setup-release-action from 2024.725.234618 to 2024.801.192524 (#2942) dependabot[bot] 2024-08-04 01:00:58 +00:00
  • 081fbe0e18 build(linux): add common build script (#2946) ReenigneArcher 2024-08-03 20:04:26 -04:00
  • 4fd6c66edb Handle CTRL_CLOSE_EVENT on Windows (#2952) ns6089 2024-08-04 00:21:10 +03:00
  • ecc7f2a521 build(linux): fix new lint errors (#2953) ReenigneArcher 2024-08-03 16:07:30 -04:00
  • 444ca98cbf build(cmake): set CMAKE_PROJECT_VERSION from PROJECT_VERSION (#2936) ReenigneArcher 2024-07-30 15:15:23 -04:00
  • 459c604803 chore: update global workflows (#2886) LizardByte-bot 2024-07-28 22:45:08 -04:00
  • 0009c63cc1 build(deps): bump furo from 2024.5.6 to 2024.7.18 (#2889) dependabot[bot] 2024-07-28 17:39:13 -04:00
  • 3d3a298734 build(deps): bump LizardByte/setup-release-action from 2024.717.220227 to 2024.725.234618 (#2917) dependabot[bot] 2024-07-28 17:38:39 -04:00
  • 0b70d46bef fix(linux): add delay to service and improve troubleshooting docs (#2903) Gilles Schintgen 2024-07-28 15:21:30 +02:00
  • 4afa0ee258 docs(source code): fix examples end alias (#2921) ReenigneArcher 2024-07-26 10:35:39 -04:00
  • 369158375f fix: remove logging::bracket "*_view" overloads (#2919) Lukas Senionis 2024-07-26 15:29:49 +03:00
  • f4dda21248 Migrate audio pipeline to float from 16-bit integer (#2873) ns6089 2024-07-26 04:01:43 +03:00
  • aa2cf8e5a9 New Crowdin updates (#2905) ReenigneArcher 2024-07-24 08:44:21 -04:00
  • f694137aa4 feat: Use CMake 3.30 for Ubuntu 22.04 docker (#2898) Lukas Senionis 2024-07-19 19:14:59 +03:00
  • 0ca560ced8 Fix invalid parameter passed to WSASendMsg() (#2890) Cameron Gutman 2024-07-19 03:39:37 -05:00
  • 3935d305ae Implement S/G IO for batched sends and eliminate another frame copy (#2874) Cameron Gutman 2024-07-18 23:04:18 -05:00
  • 16f62436a9 build(deps): bump LizardByte/setup-release-action from 2024.714.140421 to 2024.717.220227 (#2888) dependabot[bot] 2024-07-18 22:53:05 -04:00
  • 81c6e61594 Implement S/G IO for non-batched sends and eliminate more data copies (#2867) Cameron Gutman 2024-07-17 21:34:56 -05:00
  • b93756a804 docs(troubleshoot): add network testing with iPerf3 (#2866) Gilles Schintgen 2024-07-17 21:05:37 +02:00
  • 1f4e10964f build(deps): bump @fortawesome/fontawesome-free from 6.5.2 to 6.6.0 (#2878) dependabot[bot] 2024-07-17 17:50:40 +00:00
  • e99b178045 build(deps): bump vue from 3.4.31 to 3.4.32 (#2877) dependabot[bot] 2024-07-17 16:19:10 +00:00
  • 13a202498d build(deps): bump packaging/linux/flatpak/deps/shared-modules from 782d3cc to 29a1c08 (#2880) dependabot[bot] 2024-07-17 10:28:51 -04:00
  • aadd6eec19 Escape backslashes in javascript string (#2861) ns6089 2024-07-15 18:20:02 +03:00
  • e34f446210 build(flatpak): separate dependencies into sub-modules (#2818) ReenigneArcher 2024-07-14 19:01:59 -04:00
  • 3b95397381 chore: update global workflows (#2858) LizardByte-bot 2024-07-14 16:41:04 -04:00
  • 07fc1063d9 build(deps): bump LizardByte/setup-release-action from 2024.608.210128 to 2024.714.140421 (#2856) dependabot[bot] 2024-07-14 18:59:51 +00:00
  • 5f715d66cd fix(linux/input): don't pass unknown battery values (#2820) Cameron Gutman 2024-07-14 13:11:29 -05:00
  • d57c66fa9c Eliminate a redundant alloc+copy of each frame (#2852) Cameron Gutman 2024-07-14 12:23:19 -05:00
  • 18e7dfb190 Refactor periodic loggers and limit batch size for small packets (#2835) ns6089 2024-07-13 23:55:03 +03:00
  • 8187a28afc fix(linux/input): handle pen EVENT_MOVE events (#2841) Christos Falas 2024-07-13 21:53:06 +02:00
  • ba68caf6a8 build(deps): bump third-party/build-deps from a1e5cc7 to d0a09a6 (#2843) dependabot[bot] 2024-07-13 17:18:08 +00:00
  • df0ba13615 build(linux)!: drop debian bullseye support (#2844) ReenigneArcher 2024-07-13 12:27:01 -04:00
  • a1c6d2a85c build(deps): bump third-party/doxygen-awesome-css from 40e9b25 to 28ed396 (#2829) dependabot[bot] 2024-07-13 01:23:57 +00:00
  • f3a164e95e build(linux): sync PKGBUILD with pacman-repo (#2833) ReenigneArcher 2024-07-12 13:53:19 -04:00
  • e7c420dd6e Provide SSSE3, AVX2, and AVX512 optimized Reed-Solomon functions (#2828) Cameron Gutman 2024-07-11 20:22:57 -05:00
  • 037c61dc99 Implement basic network flow control (#2803) ns6089 2024-07-11 03:03:16 +03:00
  • 6607a28a68 docs(website): add pacman download button (#2830) ReenigneArcher 2024-07-10 11:16:49 -04:00
  • 30748dd916 Check API before trying to disable border on WGC capture (#2825) ns6089 2024-07-10 15:14:17 +03:00
  • 29410c6412 build(archlinux): generate srcinfo file during build (#2826) ReenigneArcher 2024-07-09 21:35:37 -04:00
  • 638a7020b7 build(linux): drop support for AUR (#2819) ReenigneArcher 2024-07-08 20:47:08 -04:00
  • 49495a8da3 New Crowdin updates (#2822) ReenigneArcher 2024-07-08 13:43:53 -04:00
  • 38c13c8fe1 Fix rate control for AMD cards using VAAPI (#2821) Cameron Gutman 2024-07-08 10:05:35 -05:00
  • c92ed6158a build(deps): bump rstcheck[sphinx] from 6.2.1 to 6.2.4 (#2824) dependabot[bot] 2024-07-08 09:25:00 -04:00
  • 5cea1e1458 build(linux): make postinst use which to find sunshine (#2812) Gilles Schintgen 2024-07-07 18:17:53 +02:00
  • 3cc12dfbe7 macOS: New implementation of service publication (#2786) Cathy J. Fitzpatrick 2024-07-07 08:19:51 -07:00
  • 37b60fb2c1 ci(flatpak): add flatpak builder lint (#2799) ReenigneArcher 2024-07-07 10:19:11 -04:00
  • acccacf861 ci(macos): adjust permissions for test binaries (#2806) ReenigneArcher 2024-07-05 20:00:00 -04:00
  • c92e4f27cd build(flatpak): remove org.flatpak.Builder.BaseApp (#2798) ReenigneArcher 2024-07-02 19:35:06 -04:00
  • 0b2487d022 build(flatpak): add xvfb locally (#2797) ReenigneArcher 2024-07-02 18:42:21 -04:00
  • 9b5a04634e New Crowdin updates (#2792) ReenigneArcher 2024-07-02 08:57:27 -04:00
  • 3a8f32e9c9 New Crowdin updates (#2779) ReenigneArcher 2024-07-01 21:49:44 -04:00
  • defd98d3f5 docs(website): add clients section (#2791) ReenigneArcher 2024-07-01 21:13:14 -04:00
  • 4552f142d7 ci(appimage): add sleep delay before test execution (#2790) ReenigneArcher 2024-07-01 17:55:55 -04:00
  • bc7282c000 build(deps): bump robinraju/release-downloader from 1.10 to 1.11 (#2783) dependabot[bot] 2024-07-01 19:17:48 +00:00
  • 29f01e1225 build(deps): bump packaging/linux/flatpak/deps/org.flatpak.Builder.BaseApp from 17d551d to 5557876 (#2784) dependabot[bot] 2024-07-01 17:23:16 +00:00
  • 5b881025bb build(deps): bump vue from 3.4.30 to 3.4.31 (#2767) dependabot[bot] 2024-07-01 14:49:49 +00:00
  • a940cdb394 fix(upnp): support newer miniupnpc library (#2782) ReenigneArcher 2024-07-01 10:07:06 -04:00
  • 90fd3712a8 build(deps): bump third-party/inputtino from 93a81cb to f8f5a81 (#2766) dependabot[bot] 2024-06-29 01:39:01 +00:00
  • 59ff5dcb3c docs(doxygen): disable html copy clipboard (#2771) ReenigneArcher 2024-06-28 14:03:52 -04:00
  • 67b631ec66 New Crowdin updates (#2740) ReenigneArcher 2024-06-28 12:17:03 -04:00
  • 070eb8c6b0 docs(doxygen): do not extract all (#2770) ReenigneArcher 2024-06-28 11:34:09 -04:00
  • 1dd4b68e1c docs(src): add examples alias and general cleanup (#2763) ReenigneArcher 2024-06-28 08:34:14 -04:00
  • 49b6efcdfd build(deps): bump third-party/nvapi-open-source-sdk from 7d99f95 to cce4e90 (#2750) dependabot[bot] 2024-06-26 17:31:03 +00:00
  • 5b3de5f508 build(deps): bump vue from 3.4.29 to 3.4.30 (#2749) dependabot[bot] 2024-06-26 16:41:25 +00:00
  • 761e7cc016 build(deps): bump third-party/inputtino from 8a33706 to 93a81cb (#2761) dependabot[bot] 2024-06-26 15:45:02 +00:00
  • 7e9a2dd621 docs: use doxygen-awesome-css (#2758) ReenigneArcher 2024-06-26 10:44:32 -04:00
  • cac1ca37aa build(docs): use patterns to locate python venv interpreter (#2757) ReenigneArcher 2024-06-25 12:06:29 -04:00
  • 4a0704d844 docs(doxygen): simplify doxygen config file (#2752) ReenigneArcher 2024-06-25 10:57:54 -04:00
  • 10666c0194 docs: use doxygen directly and drop breathe (#2739) ReenigneArcher 2024-06-24 18:14:27 -04:00
  • 4683bcaf36 build(docs): add cmake target for docs (#2748) ReenigneArcher 2024-06-24 12:12:31 -04:00
  • 13f94f113a fix(macos): fix boost on macos (#2733) Vithorio Polten 2024-06-21 16:38:52 -03:00
  • acd9ae606e docs: more doxygen fixes (#2736) ReenigneArcher 2024-06-20 21:34:27 -04:00
  • f3abf59fbf docs(src): fix some doxygen warnings (#2731) ReenigneArcher 2024-06-19 21:36:09 -04:00
  • 429019e47b New Crowdin updates (#2725) ReenigneArcher 2024-06-19 16:36:03 -04:00
  • 9a82b6810a docs: fix ffmpeg include directory (#2727) ReenigneArcher 2024-06-18 22:54:35 -04:00
  • 722e5600c6 feat: add min_fps_target setting (#1043) ReenigneArcher 2024-06-18 20:09:23 -04:00
  • d6dd1ab42b ci(issues): update issue template (#2277) ReenigneArcher 2024-06-17 22:59:55 -04:00
  • ccd65591e9 docs: update badges (#2716) ReenigneArcher 2024-06-17 20:06:00 -04:00
  • fb18b38f68 fix(linux/input): battery values conversion (#2715) ABeltramo 2024-06-17 23:37:48 +01:00