Commit graph

  • 2fdfb3e998 Fix a few incorrectly mapped keys. Fixes #28 Cameron Gutman 2018-08-06 20:30:09 -07:00
  • 9beb51ecac Version 0.1.0 Cameron Gutman 2018-08-05 19:36:30 -07:00
  • 7be167856e Only enable game optimizations when streaming at officially supported resolutions Cameron Gutman 2018-08-05 18:09:35 -07:00
  • e1d68ef097 Fix Y values wrapping at -32768 Cameron Gutman 2018-08-05 18:01:50 -07:00
  • 5ec256a734 Fix QML warning Cameron Gutman 2018-08-05 17:09:29 -07:00
  • e4d7d190e2 Suppress logging for applist queries Cameron Gutman 2018-08-05 17:03:05 -07:00
  • b6763bb9f0 Fix VDPAU rendering at 4K Cameron Gutman 2018-08-05 16:33:08 -07:00
  • 6d9c0c96c9 Fix streaming with non-aligned resolutions with DXVA2 on my Quadro P400 Cameron Gutman 2018-08-05 15:25:40 -07:00
  • 73dd5630df Fix FPS setting restore logic Cameron Gutman 2018-08-05 15:09:36 -07:00
  • b76645e26b Fix resolution comparision issue with portrait displays Cameron Gutman 2018-08-05 15:03:24 -07:00
  • 9cc20c27ab Add support for native resolution streaming Cameron Gutman 2018-08-05 14:55:26 -07:00
  • 36b42f6e50 Suppress log spam from serverinfo queries Cameron Gutman 2018-08-05 14:06:42 -07:00
  • 45ebf2ca7d Add log messages for server GPU, bitrate, and slices Cameron Gutman 2018-08-05 13:32:04 -07:00
  • 2140c94cd1 Fix status icon centering on PC view. Fixes #10 Cameron Gutman 2018-08-05 12:47:08 -07:00
  • 470769e910 Replace running status text with app icon overlay Cameron Gutman 2018-08-05 12:19:54 -07:00
  • 493165f57f Add a busy indicator while waiting for initial contact with a PC Cameron Gutman 2018-08-05 12:13:08 -07:00
  • 1dcf55515b Initial replacement of status text with status icons on the PC view Cameron Gutman 2018-08-05 11:47:14 -07:00
  • b04bc5117d Fix scaling logic in the Linux renderers using the new helper function Cameron Gutman 2018-08-04 22:31:14 -07:00
  • 5cbb38091b Create new utility function for scaling with aspect ratio and use it for DXVA2 Cameron Gutman 2018-08-04 22:22:15 -07:00
  • b076744f00 Support HEVC software decoding and forcing HEVC without GPU support Cameron Gutman 2018-08-04 16:45:31 -07:00
  • 723e815546 Add warning for forcing software decoding Cameron Gutman 2018-08-04 16:15:13 -07:00
  • ca72cbb135 Implement displaying launch warnings. Fixes #12 Cameron Gutman 2018-08-04 16:05:37 -07:00
  • 1e8c2b179a Only fill the screen in windowed mode if the stream is larger than usable display area Cameron Gutman 2018-08-04 15:34:26 -07:00
  • f2ed3a8502 Make stream window resizable Cameron Gutman 2018-08-04 15:30:44 -07:00
  • 2bcc15e1d2 Rebuild FFmpeg for Windows to reduce install size Cameron Gutman 2018-08-04 02:12:30 -07:00
  • 4935baa72a Rebuild FFmpeg libraries for Mac to reduce package size Cameron Gutman 2018-08-04 01:11:19 -07:00
  • 10cfaa2a5f Fix Linux CI Cameron Gutman 2018-08-03 18:52:53 -07:00
  • 3117e360f4 Retry surface creation to work around transient VDP_STATUS_RESOURCES errors Cameron Gutman 2018-08-03 18:26:55 -07:00
  • 48a770edec Enable HEVC support on NVIDIA GPUs with VDPAU Cameron Gutman 2018-08-03 02:49:43 -07:00
  • fca402138f Add VDPAU renderer Cameron Gutman 2018-08-03 02:11:44 -07:00
  • 2853e498b0 Minor debugging improvements Cameron Gutman 2018-08-02 23:24:44 -07:00
  • 509dba2264 Enable ffmpeg logging during codec initialization Cameron Gutman 2018-08-02 22:48:40 -07:00
  • b8dd131af8 Allow gamepad input when the app doesn't have focus. Fixes #23 Cameron Gutman 2018-08-02 22:36:44 -07:00
  • 0c18bcdd5e Fix DXVA 2 regression on Windows Cameron Gutman 2018-08-02 22:28:59 -07:00
  • 624578f286 Fix decoder reinitialization after test frame Cameron Gutman 2018-08-02 21:57:16 -07:00
  • c18e99c9ec Validate that the codec is functional before using it. Fixes streaming failure with VAAPI if hardware lacks codec support Cameron Gutman 2018-08-02 21:37:46 -07:00
  • 979ba2dab7 Version 0.0.5 Cameron Gutman 2018-08-01 23:00:55 -07:00
  • 56277af5d1 Fix quit error message when another PC started the streaming session Cameron Gutman 2018-08-01 22:43:20 -07:00
  • 608db6a3e5 Implement support for quitting apps Cameron Gutman 2018-08-01 22:32:21 -07:00
  • be52272e5c Fix state corruption caused by having 2 separate ComputerModels. Fixes #6 Cameron Gutman 2018-08-01 21:29:03 -07:00
  • 32f305347f Bundle ANGLE libraries into the installer to load on hardware without good OpenGL support Cameron Gutman 2018-08-01 20:40:05 -07:00
  • 18dd6b09bb Remove 10 ms sleep hidden inside SDL_WaitEvent(). This fixes mouse polling rate being capped at 100 Hz (1 second / 10 ms) and the rendering FPS being capped at 90 FPS. Cameron Gutman 2018-08-01 18:26:50 -07:00
  • 3ed5f9edf7 Implement C++ functions for quitting apps and querying running apps Cameron Gutman 2018-07-31 22:21:39 -07:00
  • 017362a5d1 Only allow waking PCs that are not online and paired Cameron Gutman 2018-07-31 22:10:38 -07:00
  • e250e08242 Fix AMD vendor ID Cameron Gutman 2018-07-31 18:22:10 -07:00
  • 48d5a7fb51 Add code signing for Windows. Fixes #11 Cameron Gutman 2018-07-31 18:14:04 -07:00
  • 141ee11e2f Avoid HEVC on GPUs using hybrid decoding. Fixes #14 Cameron Gutman 2018-07-31 18:09:09 -07:00
  • 4e82ea298e Update AppStream metadata for 0.0.4a Cameron Gutman 2018-07-30 23:42:18 -07:00
  • 22be912788 Fix accent prompt appearing when keys are held down on macOS Cameron Gutman 2018-07-30 22:44:19 -07:00
  • 02242b9b34 Replace Opus submodule with prebuilt libopus 1.2.1 binaries for Windows and Mac Cameron Gutman 2018-07-30 21:48:33 -07:00
  • e9c1f883da Use full-screen desktop mode for Mac to allow Spaces to work Cameron Gutman 2018-07-30 00:03:17 -07:00
  • 141f6669e8 Version 0.0.4 Cameron Gutman 2018-07-29 21:44:10 -07:00
  • 6300d242cc Update AppStream metadata Cameron Gutman 2018-07-29 21:40:34 -07:00
  • 186579266c Fix Online -> Offline computer transition Cameron Gutman 2018-07-29 19:08:29 -07:00
  • 13490af90c Replace OpenSSL dylibs with static build for macOS 10.10+ Cameron Gutman 2018-07-29 19:07:42 -07:00
  • 23a9c2cd9e context menu opened by default for offline hosts R. Aidan Campbell 2018-07-29 16:13:42 -07:00
  • 88631e4a63 Merge branch 'master' of github.com:cgutman/moonlight-qt R. Aidan Campbell 2018-07-29 16:04:53 -07:00
  • 9e744ce169 Now with WoL and PC deletion from QML. Deletion needs bugfix, possibly not committed to storage? R. Aidan Campbell 2018-07-29 16:04:45 -07:00
  • 77a68db8c1 Code signing for Mac Cameron Gutman 2018-07-29 15:35:51 -07:00
  • 27247f253c
    Add Travis CI badge Cameron Gutman 2018-07-29 13:50:11 -07:00
  • ada7f92c75 Travis CI for Mac Cameron Gutman 2018-07-29 13:26:49 -07:00
  • 87db4e88a5 Replace autogenerate app bundle strings with real ones and relocate the icon for Mac Cameron Gutman 2018-07-29 13:05:18 -07:00
  • 277594139b Updated macos .app icon to use proper logo R. Aidan Campbell 2018-07-29 10:21:53 -07:00
  • 79d5e35306 Mac deployment - Use the SDL2 framework wholesale instead of manually extracting dylib and headers - Run install_name_tool on the remaining dylibs so they use the correct load path - Add generate-dmg.sh for creating packaged Mac builds Cameron Gutman 2018-07-29 03:38:59 -07:00
  • cda80b319e Publish artifacts from AppVeyor builds Cameron Gutman 2018-07-28 23:59:20 -07:00
  • ab4b024df4 Travis CI support Cameron Gutman 2018-07-28 17:22:12 -07:00
  • 7f9cbac232 Fix more AppVeyor bugs Cameron Gutman 2018-07-28 19:56:08 -07:00
  • 8470ffcb0d Fix some build script bugs uncovered by AppVeyor Cameron Gutman 2018-07-28 19:43:40 -07:00
  • 92c897762b
    Fix AppVeyor link Cameron Gutman 2018-07-28 19:33:11 -07:00
  • 36014cfcfd
    Add AppVeyor build status Cameron Gutman 2018-07-28 19:29:54 -07:00
  • df26f731eb Improve debugging messages Cameron Gutman 2018-07-28 16:06:26 -07:00
  • e39b5a6a72 Block x86 installs on x64 OSes Cameron Gutman 2018-07-28 13:59:27 -07:00
  • c7138fe36c
    Fix Discord link Cameron Gutman 2018-07-28 03:52:24 -07:00
  • b5deab772d
    Add Discord link Cameron Gutman 2018-07-28 03:47:34 -07:00
  • 4bfeccec74
    Update README with more information Cameron Gutman 2018-07-28 03:45:45 -07:00
  • 42ed39a67f Version 0.0.3 Cameron Gutman 2018-07-28 03:13:39 -07:00
  • 68612db86d Fix audio glitching on GFE 3.14.1 at low bitrates Cameron Gutman 2018-07-28 03:13:05 -07:00
  • 3ad5f1478c Comment out HDR option since it's non-working and tweak the remaining option text Cameron Gutman 2018-07-28 03:06:11 -07:00
  • a81b501d7d Hide the gamepad mapping button since it's unimplemented Cameron Gutman 2018-07-28 01:27:42 -07:00
  • 871988b2cb Add 1440p and up to 90 FPS streaming options for > 60 Hz monitors Cameron Gutman 2018-07-28 01:22:31 -07:00
  • 59d087adf5 Add function for querying maximum supported streaming frame rate Cameron Gutman 2018-07-28 00:25:52 -07:00
  • d9ed3f9694 Fix incorrect key mappings with non-QWERTY keyboards on both host and client Cameron Gutman 2018-07-27 02:08:54 -07:00
  • e652dbcc79 Version 0.0.2 Cameron Gutman 2018-07-27 00:14:29 -07:00
  • b5965d763c Create desktop shortcut, detect various error conditions to fail installation, and only install VCRedist if it's not already present Cameron Gutman 2018-07-27 00:13:02 -07:00
  • 717c3903d1 Fix top padding for grid views Cameron Gutman 2018-07-26 22:47:48 -07:00
  • 5854ce2000 Fix handling of long app names Cameron Gutman 2018-07-26 22:39:45 -07:00
  • eb1316ce32 Avoid asserting if we get a box art load completion callback for an app that's gone Cameron Gutman 2018-07-26 22:16:27 -07:00
  • c31e7262b2 Fix decoding of non-ASCII characters Cameron Gutman 2018-07-26 22:15:52 -07:00
  • 9e6aadffa1 Populate the DXVA2_VideoDesc with format details from the AVFrame Cameron Gutman 2018-07-26 21:04:05 -07:00
  • 0bde932550 Prevent HEVC streaming with the software decoder for performance reasons Cameron Gutman 2018-07-26 19:26:22 -07:00
  • f5499be215 Warn when no hardware decoding is available Cameron Gutman 2018-07-26 00:41:46 -07:00
  • 42988e0dbf Limit log file sizes to 10k lines Cameron Gutman 2018-07-26 00:21:26 -07:00
  • b16aac0c06 Fix priority and formatting on many debug messages Cameron Gutman 2018-07-25 23:47:32 -07:00
  • 7c74cdc50b Add enhanced logging support, including log to file for release builds Cameron Gutman 2018-07-25 23:25:17 -07:00
  • 26ee8564f8 Include VC redistributable in the bundle Cameron Gutman 2018-07-25 19:52:58 -07:00
  • 718a575478 Reorganize WiX sources Cameron Gutman 2018-07-25 19:33:09 -07:00
  • 1f314b839e Various installer fixes Cameron Gutman 2018-07-25 19:16:06 -07:00
  • 34494e4c89 Add initial WiX installer for Windows Cameron Gutman 2018-07-25 02:53:51 -07:00
  • 03dc563b32 Create Moonlight png for WiX bootstrapper Cameron Gutman 2018-07-24 21:07:57 -07:00
  • 5e4182f0a0 Add Moonlight.ico for Windows and script to generate it Cameron Gutman 2018-07-24 20:07:10 -07:00