Commit Graph

  • fb57f3cb4d Add arbitrary audio duration support to all audio backends Cameron Gutman 2021-07-25 14:01:19 -05:00
  • 4e09dccfc0 Use moonlight-common-c definition for max channel count Cameron Gutman 2021-07-25 13:33:35 -05:00
  • d1937cb8e6 Fix usage help after remote and FPS default changes Cameron Gutman 2021-07-25 13:28:58 -05:00
  • ef719dc938 Cleanup and optimize FFmpeg code Cameron Gutman 2021-07-25 13:26:45 -05:00
  • 66ec344a31 Remove old reference to ENET_LIBRARIES Cameron Gutman 2021-07-25 13:25:27 -05:00
  • 8602c85714 Avoid deprecated av_init_packet() function Cameron Gutman 2021-07-25 13:17:21 -05:00
  • 48de7760dc Add Raspbian package build to CI Cameron Gutman 2021-07-24 18:05:39 -05:00
  • 572644800d Add AppVeyor CI Cameron Gutman 2021-07-24 17:36:49 -05:00
  • 30464979dc Enable audio encryption unless on a slow CPU Cameron Gutman 2021-07-24 16:22:48 -05:00
  • b907c4b608 Use the same remote streaming and packet size defaults as other clients Cameron Gutman 2021-07-24 15:57:55 -05:00
  • 56d1fee17b Default to 60 FPS at all resolutions Cameron Gutman 2021-07-24 15:40:59 -05:00
  • 2fa276182f Fix ALSA and PA mappings for 7.1 surround sound Cameron Gutman 2021-07-24 15:35:27 -05:00
  • 0ebd86184b Update SDL_GameControllerDB and convert it to a submodule Cameron Gutman 2021-07-24 15:17:51 -05:00
  • 1cb4699057 Start plumbing 7.1 surround sound support Cameron Gutman 2021-07-24 08:14:03 -05:00
  • 01d43ff596 FFmpeg VAAPI doesn't need slices and is incompatible with RFI Cameron Gutman 2021-07-24 07:56:41 -05:00
  • 98092f8baf FFmpeg software decoding doesn't support RFI for HEVC Cameron Gutman 2021-07-24 07:53:01 -05:00
  • 83982d3981 Change default value of 'unsupported' to true to match other clients Cameron Gutman 2021-07-24 07:50:55 -05:00
  • fc44f010f8 Update SPS fixup code to match current Qt/Android version Cameron Gutman 2021-07-24 07:39:03 -05:00
  • 615ed824ac Use 48KHz sample rate for PA test to match the actual stream Cameron Gutman 2021-07-24 07:33:07 -05:00
  • 7109301a46 Never use audio callbacks for fake platform Cameron Gutman 2021-07-24 07:31:01 -05:00
  • e84ae26ccc Avoid needless EVP_get_digestbyname() and EVP_DigestInit_ex() calls Cameron Gutman 2021-07-24 07:27:03 -05:00
  • faa7eef9a4 Don't add X509v3 extensions Cameron Gutman 2021-07-24 07:21:52 -05:00
  • 296c8de759 Fix copying rikeyid value Cameron Gutman 2021-07-24 07:13:55 -05:00
  • b4ef1dde42 Update urls in docs Iwan Timmer 2021-07-22 21:10:24 +02:00
  • d7f9bc0b25 Switch back to upstream moonlight-common-c Iwan Timmer 2021-07-22 20:57:15 +02:00
  • 8f4d9aa5ee Merge pull request #816 from mariotaku/master irtimmer 2021-07-20 18:34:33 +02:00
  • 660cc7de41 Added missing import Mariotaku Lee 2021-04-29 03:56:45 +09:00
  • a97b2cc3af Randomized input IV Mariotaku Lee 2021-04-29 03:43:40 +09:00
  • 7c8795febc Merge pull request #814 from mariotaku/master irtimmer 2021-04-21 19:41:51 +02:00
  • 5baa2c9023 Merge branch 'clientid' Iwan Timmer 2021-04-21 19:40:44 +02:00
  • 338063fc2c Changed random Client ID to the same as official Moonlight KiralyCraft 2020-10-01 14:42:14 +03:00
  • 9cec4208a4 Fixed trigger left/right range Added .ignore for common build dir Mariotaku Lee 2021-04-19 15:41:53 +09:00
  • f9a20348ab moonlight-common-c: merge new upstream changes Iwan Timmer 2021-04-14 11:21:32 +02:00
  • 5b6639c8a7 Fix gcc-10 compilation (fno-common flag enabled by default) Romain Tisserand 2020-07-11 21:29:09 +02:00
  • 957bc49da9 Fix frame rate locked to 60 FPS with GFE 3.20.3 Cameron Gutman 2020-05-25 21:38:14 -07:00
  • 0c6f98e544 Fix surround sound on a resumed session Cameron Gutman 2020-04-23 19:29:07 -07:00
  • 14644f1269 Update moonlight-common-c Iwan Timmer 2020-04-19 11:56:55 +02:00
  • 95104759ab Fix missed merging conflicts Iwan Timmer 2020-04-19 11:37:02 +02:00
  • 4711129d14 Merge remote-tracking branch 'tomblind/touchscreen' Iwan Timmer 2020-04-18 21:43:09 +02:00
  • 5beb32d066 Emulating right click on touch screens with a long press Tom 2020-04-18 07:34:52 -06:00
  • 6b8260c1e5 refactored touchscreen code for clarity and safety, and removed hacked in rotation Tom 2020-04-18 07:03:59 -06:00
  • b22b07e5a0 Applied display rotation to mouse movement in evdev Tom 2020-04-17 16:50:04 -06:00
  • aae24557f9 Added transform flag to mmal display settings so rotation takes effect Tom 2020-04-17 12:57:51 -06:00
  • 4cd2d4b8dc Included video.h in pi and mmal to give access to rotation flags Tom 2020-04-17 11:19:01 -06:00
  • ceacef6329 Added display rotation support to mmal decoder Tom 2020-04-17 10:59:15 -06:00
  • 4bfeee690a Added command line option to control omx rotation Tom 2020-04-17 10:44:16 -06:00
  • c9a624595b initial touchscreen support (rotated 90 degrees for the moment) Tom 2020-04-13 13:16:08 -06:00
  • a205edc1c7 forced omx rotation to 90 degrees Tom 2020-04-13 13:03:32 -06:00
  • 7f856d3284 Warn about unsupported resolutions in combination with SOPS Iwan Timmer 2020-03-17 22:37:18 +01:00
  • a66d75b145 Sent max FPS value of 60 when using SOPS Iwan Timmer 2020-03-17 22:29:32 +01:00
  • 922cd29adc Add MMAL video decoder Iwan Timmer 2020-03-17 22:17:34 +01:00
  • 70e54ef300 Update moonlight-common-c v2.4.11 Iwan Timmer 2020-03-09 20:33:27 +01:00
  • 8f9e2704a6 Remove references to fora Iwan Timmer 2020-03-09 20:13:01 +01:00
  • 3a86fecd9e Add reference to source of gamecontrollerdb.txt Iwan Timmer 2020-01-05 22:05:04 +01:00
  • 4528b78d81 Added git branch name and short hash to moonlight binary Albert Andaluz 2019-10-15 15:41:19 +02:00
  • fe1c203b10 when sending CTRL+ALT+SHIFT+Q key sequence for disconnecting from the remote host, always send a keydown event to avoid leaving the remote host keyboard in key_UP state. (seen with Geforce Experience 3.17) Albert Andaluz 2019-12-03 16:29:56 +01:00
  • ecf09e8907 Add option for disabling all input (view-only mode) in streaming session Hugo Hromic 2019-10-05 19:27:54 +01:00
  • 4ee5015557 Clarify -localaudio option in help text Hugo Hromic 2019-10-05 17:33:29 +01:00
  • 6c8b3bb29d Remove redundant config parsing conditionals Hugo Hromic 2019-09-29 12:36:45 +01:00
  • 434dba31de General codebase clean-ups (no code changes) Hugo Hromic 2019-09-29 13:04:36 +01:00
  • c8e090a5e1 Minor config codebase clean-ups for consistency Hugo Hromic 2019-09-29 11:53:47 +01:00
  • 243ef8ae0b Also grab mouse input devices (fixes #756) Hugo Hromic 2019-09-12 17:41:00 +01:00
  • eb94742266 Merge remote-tracking branch 'cgutman/sha256_buster' Iwan Timmer 2019-07-06 16:55:41 +02:00
  • 519a14a427 Use a SHA256 signature for the client certificate Cameron Gutman 2019-07-05 13:36:49 -07:00
  • 52efef7a66 video/rockchip: define READ_BUF_SIZE as a size of 0x00100000 If you use SZ_1M to define READ_BUF_SIZE you also need to include the sizes.h header file which is apparently missing. 5schatten 2019-07-03 18:00:12 +02:00
  • 039eabca1e Update version v2.4.10 Iwan Timmer 2019-05-27 19:51:03 +02:00
  • 919553fed6 Update gamecontrollerdb Iwan Timmer 2019-05-27 19:50:33 +02:00
  • 99340f1395 Update moonlight-common-c Iwan Timmer 2019-05-27 19:45:30 +02:00
  • 763bcb76d6 Correct gamecontrollerdb.txt update Iwan Timmer 2019-05-02 17:41:54 +02:00
  • 5f167ce109 Fix SPS length being 4 bytes short Cameron Gutman 2019-05-01 19:21:05 -07:00
  • 6a7ac5c7cb Update version number v2.4.9 Iwan Timmer 2019-05-01 23:13:34 +02:00
  • 005407083b Merge remote-tracking branch 'cgutman/fix-warnings' Iwan Timmer 2019-05-01 19:55:50 +02:00
  • f305e235f9 Fix bugs found by compiler warnings Cameron Gutman 2019-04-30 19:50:22 -07:00
  • 7f4f1cb91e Fix unintended assignment Cameron Gutman 2019-04-30 19:47:40 -07:00
  • 2f687cc58a Don't modify the decode unit in place Cameron Gutman 2019-04-30 18:55:18 -07:00
  • 115966ce0f Update version number v2.4.8 Iwan Timmer 2019-04-29 19:09:45 +02:00
  • 2cb725314c Add connection status update handler Iwan Timmer 2019-04-29 19:09:31 +02:00
  • 817cd066c5 Update gamecontrollerdb.txt Iwan Timmer 2019-04-29 19:08:54 +02:00
  • 10881d4f0d Update moonlight-common-c Iwan Timmer 2019-04-22 13:24:41 +02:00
  • 7b46b4b2ea Minor fixes to get rumble working in evdev devices Jose Antonio Postigo 2019-04-18 17:32:16 +02:00
  • 212eac6359 Only grab input devices if they are keyboards Hugo Hromic 2019-02-24 16:17:46 +00:00
  • d7ac8654e5 Do signal masking before thread creation Iwan Timmer 2019-02-17 22:03:14 +01:00
  • 292a26d6ad Initial attempt to implement rumble for evdev Iwan Timmer 2019-02-16 16:12:06 +01:00
  • 0868f0295e Port rumble support for SDL from moonlight-qt Iwan Timmer 2019-02-16 15:37:09 +01:00
  • 2adf943980 Update moonlight-common-c Iwan Timmer 2019-02-16 15:35:26 +01:00
  • d0f5f90dea Add option for sending quit app request after quitting streaming session Hugo Hromic 2019-01-22 22:02:30 +00:00
  • 7a32234c0b Fixed permissions on source file Hugo Hromic 2019-01-20 16:33:06 +00:00
  • ee6a3b49d4 Update moonlight-common-c Iwan Timmer 2019-01-18 19:16:06 +01:00
  • 497cb87ea5 Merge remote-tracking branch 'hhromic/code-cleanup' Iwan Timmer 2019-01-18 19:10:28 +01:00
  • 4446c4fc5a Merge remote-tracking branch 'AreaScout/ffmpeg' Iwan Timmer 2019-01-18 19:09:06 +01:00
  • b50f8d8a09 Merge remote-tracking branch 'sauyon/master' Iwan Timmer 2019-01-18 19:06:53 +01:00
  • a5ea38cb28 Update gamecontrollerdb Iwan Timmer 2018-12-02 20:29:34 +01:00
  • bfade0686b Correct linking to libdrm on Rockchip Iwan Timmer 2018-12-02 20:19:56 +01:00
  • b640cf32cb Remove executable bit from CMake file Iwan Timmer 2018-12-02 20:18:51 +01:00
  • f7039957cd x11: use QUIT_KEY constant instead of direct code Hugo Hromic 2018-12-01 15:31:07 +00:00
  • 9a1db0919b Rename QUIT_MODIFIERS and MODIFIERS constants to ACTION_MODIFIERS Hugo Hromic 2018-12-01 13:30:49 +00:00
  • aee5d9968b Add: register all for FFmpeg AreaScout 2018-11-25 19:52:34 +00:00
  • 9ab10f0dab Update moonlight-common-c Iwan Timmer 2018-11-23 22:55:28 +01:00
  • e21e2074e3 Add support for X1 and X2 mouse buttons Cameron Gutman 2018-10-08 19:49:33 -07:00
  • c52ba9c041 Add link to Discord in README.md Iwan Timmer 2018-09-28 15:08:33 +02:00