Cameron Gutman
|
68028242b4
|
Add support for automatic remote streaming detection
|
2018-11-21 21:19:10 -08:00 |
|
Cameron Gutman
|
514e0ca2c9
|
Rework active address to not be based on reachability and allow for a manual address
|
2018-10-27 01:50:35 -07:00 |
|
Cameron Gutman
|
c9cf485025
|
Add Java bindings to STUN code in moonlight-common-c
|
2018-10-26 23:15:06 -07:00 |
|
Cameron Gutman
|
16c4b2532d
|
Add support for X1 and X2 mouse buttons
|
2018-10-05 00:55:08 -07:00 |
|
Cameron Gutman
|
6995a27126
|
Properly handle failed app start
|
2018-07-28 00:13:52 -07:00 |
|
Cameron Gutman
|
c2a16a9b4a
|
Avoid sending input to the remote PC when running under Monkey
|
2018-06-20 01:25:45 -07:00 |
|
Cameron Gutman
|
636c1ceb26
|
Opt out of default OkHttp read timeout for indefinitely blocking HTTP requests
|
2018-02-14 18:30:17 -08:00 |
|
Cameron Gutman
|
37cde22a55
|
Update dependency versions
|
2018-02-05 18:31:58 -08:00 |
|
Cameron Gutman
|
772835689d
|
Plumb clientRefreshRateX100 for modern GFE versions
|
2018-02-03 22:02:53 -08:00 |
|
Cameron Gutman
|
de05a5b446
|
Add support for sending attached gamepads at launch-time to support games that only detect at start
|
2018-01-20 00:46:08 -08:00 |
|
Cameron Gutman
|
f644436aeb
|
Pass surroundAudioInfo in /resume too
|
2018-01-19 21:32:00 -08:00 |
|
Cameron Gutman
|
7a8166ec09
|
Fix wake-on-lan failure on LAN after ARP cache expiration of target PC
|
2018-01-19 20:00:55 -08:00 |
|
Cameron Gutman
|
4b9ee92434
|
Handle missing or empty PC name
|
2017-12-27 19:46:54 -08:00 |
|
Cameron Gutman
|
756ceaff1a
|
Fix concurrent modification race in pendingResolutions hash map
|
2017-12-05 17:30:26 -08:00 |
|
Cameron Gutman
|
7b41b1158e
|
Separate H.265 video format for SDR and HDR formats
|
2017-11-25 12:15:21 -08:00 |
|
Cameron Gutman
|
d0da5d3702
|
Fix IDR frame NALU drop race condition
|
2017-11-18 14:42:41 -08:00 |
|
Cameron Gutman
|
a989bdde80
|
Add support for HDR streaming
|
2017-11-05 19:23:15 -08:00 |
|
Cameron Gutman
|
e5d9da447c
|
Wait for connection stop before allowing a pending start to proceed
|
2017-11-05 13:46:56 -08:00 |
|
Cameron Gutman
|
66536aa755
|
Fix failure to quit games on GFE 3.10
|
2017-10-16 23:46:29 -07:00 |
|
Cameron Gutman
|
d237ceb1df
|
Add the ability for clients to reduce bitrate when HEVC is used
|
2017-09-25 21:38:43 -07:00 |
|
Cameron Gutman
|
0543420624
|
Enable HTTP debugging on debug builds
|
2017-09-09 16:12:50 -07:00 |
|
Cameron Gutman
|
6580eb8ea4
|
Fix Lint warnings
|
2017-09-09 14:01:48 -07:00 |
|
Cameron Gutman
|
8584bf1910
|
Convert address fields to strings to better manage DNS names
|
2017-09-09 13:39:20 -07:00 |
|
Cameron Gutman
|
e7f92d3667
|
Rename localIp/remoteIp fields to localAddress/remoteAddress to prepare for DNS names
|
2017-09-09 12:46:02 -07:00 |
|
Cameron Gutman
|
0074848a4e
|
Add receive time and frame number to video decoder callbacks
|
2017-06-10 16:22:27 -07:00 |
|
Cameron Gutman
|
f282e84174
|
Don't bind to IPv6 addresses for mDNS
|
2017-06-06 22:34:15 -07:00 |
|
Cameron Gutman
|
ed1a56dc68
|
Override jmDNS's detection of multicast-capable adapters to fix mDNS not binding to the primary NIC on some devices
|
2017-06-03 13:34:19 -07:00 |
|
Cameron Gutman
|
af04831fb0
|
Plumb the specified packet size through to moonlight-common-c
|
2017-05-26 22:44:15 -07:00 |
|
Cameron Gutman
|
8f3eecd980
|
Remove starting app stage from under the lock
|
2017-05-21 14:42:09 -07:00 |
|
Cameron Gutman
|
636c20d67b
|
Add start and stop callbacks for audio and video renderers
|
2017-05-21 13:04:50 -07:00 |
|
Cameron Gutman
|
5d90950591
|
Use LiInterruptConnection to prevent long waits for RTSP timeout
|
2017-05-21 12:25:04 -07:00 |
|
Cameron Gutman
|
7651ce5e84
|
Prevent racing connection start and stop
|
2017-05-21 11:52:43 -07:00 |
|
Cameron Gutman
|
b3a1938c1d
|
Reuse buffers for video and audio renderer callbacks to prevent excessive object allocation during stream
|
2017-05-18 13:29:54 -07:00 |
|
Cameron Gutman
|
63e2fd447d
|
Fix cleanup on stream connection failure
|
2017-05-18 09:56:54 -07:00 |
|
Cameron Gutman
|
864bcadcb2
|
Add support for per-codec reference frame invalidation options
|
2017-05-15 23:12:54 -07:00 |
|
Cameron Gutman
|
ae852eb911
|
Allow video decoder capabilities to be set at runtime
|
2017-05-15 22:28:24 -07:00 |
|
Cameron Gutman
|
203fcd82e7
|
Fix use of negotiated stream parameters
|
2017-05-15 21:37:26 -07:00 |
|
Cameron Gutman
|
bedcbfbb7e
|
Basic streaming working on new-core
|
2017-05-15 00:30:25 -07:00 |
|
Cameron Gutman
|
73e4970a43
|
JNI code complete
|
2017-05-14 23:06:41 -07:00 |
|
Cameron Gutman
|
c62986e7b1
|
Plumb common->JNI functions
|
2017-05-14 18:19:39 -07:00 |
|
Cameron Gutman
|
a3d5e955aa
|
Rework interfaces for JNI bridge
|
2017-05-14 17:12:30 -07:00 |
|
Cameron Gutman
|
23ebc4d927
|
Purge the majority of the streaming core
|
2017-05-12 18:46:01 -07:00 |
|
Cameron Gutman
|
822f498646
|
Migrate all files to AAR project
|
2017-05-12 17:53:55 -07:00 |
|