Commit Graph

  • 7d150e7e89 Fix a bug in RTP queue found when porting to moonlight-common-c Cameron Gutman 2015-06-15 09:51:59 -07:00
  • 7d61948d91 Take Moonlight out of messages displayed to the user for third party app support Cameron Gutman 2015-06-15 09:51:15 -07:00
  • 6371d364e1 Lint warning cleanup Cameron Gutman 2015-05-29 23:22:40 -05:00
  • ded9c9140d Handle being online but not having a known reachability Cameron Gutman 2015-05-29 23:20:04 -05:00
  • 7c8a108e28 Use the leanback feature on API 21+ devices Cameron Gutman 2015-05-29 23:18:56 -05:00
  • 2a18ffcdba Update to Gradle 1.2.3 Cameron Gutman 2015-05-19 10:10:18 -05:00
  • 381d0d5e81 Add support for multi-window functionality on Samsung devices Cameron Gutman 2015-05-10 00:02:04 -05:00
  • be126acfd1 Update version info to 3.1.6 v3.1.6 Cameron Gutman 2015-05-05 20:52:53 -04:00
  • fc2f5cfe4d Manually pass through Samsung capacitive buttons Cameron Gutman 2015-05-05 20:20:37 -04:00
  • 9878902a89 Use IDs to track controllers instead of descriptors. Fixes #64 Cameron Gutman 2015-05-05 20:08:58 -04:00
  • f1230d46f3 Android Studio 1.2 and Grade 1.2.2 update Cameron Gutman 2015-05-05 20:02:53 -04:00
  • d8822392f1 Link to site Michelle Bergeron 2015-05-03 23:36:19 -07:00
  • 1d9cf71517 Total Eclipse of the Lime v3.1.5 Cameron Gutman 2015-04-21 21:50:40 -04:00
  • 73de3cc91d Renaming projects to Moonlight Cameron Gutman 2015-04-21 21:43:27 -04:00
  • 2160e87fef Fix division by zero in ARC Cameron Gutman 2015-03-31 20:29:22 -04:00
  • 88249ba8aa Enable direct submission for ARC Cameron Gutman 2015-03-31 19:59:16 -04:00
  • 2856617fb3 Only release controller numbers if they were reserved Cameron Gutman 2015-03-31 19:58:47 -04:00
  • d822980d5a Fix missing close of Closeables caught by StrictMode Cameron Gutman 2015-03-29 23:25:00 -04:00
  • b5ba59b413 Fix database reference leak Cameron Gutman 2015-03-29 23:06:32 -04:00
  • d71cbe344a Fix missing closes of Closeables caught by StrictMode Cameron Gutman 2015-03-29 23:00:41 -04:00
  • 1148e0163c Only assign a controller number when a valid controller input has been received. Fixes misdetection of other input devices as controllers (issue #65). Cameron Gutman 2015-03-29 22:54:48 -04:00
  • cf36c7adb1 Increment version Cameron Gutman 2015-03-25 02:33:46 -04:00
  • eac6998e17 Update the latency message strings to be more clear that this isn't end to end latency v3.1.4 Cameron Gutman 2015-03-25 01:20:55 -04:00
  • 17afbffdb5 Include the time it takes to get an input buffer in the frame latency calculation Cameron Gutman 2015-03-25 01:08:23 -04:00
  • 072a439c2d Update common and decode unit API Cameron Gutman 2015-03-25 00:32:22 -04:00
  • dbe01a17d2 Enable slicing again on GFE 2.4 to reduce latency on Qualcomm devices Cameron Gutman 2015-03-25 00:31:30 -04:00
  • b3503cdede Reduce GCs and CPU usage by avoiding HashSet and LinkedList usage in the depacketizer. Also avoid atomic ref count operations for direct submit decoders. Cameron Gutman 2015-03-25 00:14:48 -04:00
  • c533600983 Update for 3.1.3 release v3.1.3 Cameron Gutman 2015-03-23 17:26:37 -04:00
  • 5847fbb6b6 Add TI decoders to the direct submit whitelist Cameron Gutman 2015-03-23 17:14:02 -04:00
  • 1876b30c1b Forgot this file Cameron Gutman 2015-03-23 16:51:57 -04:00
  • 5c71f55993 Add another Exynos prefix Cameron Gutman 2015-03-23 16:51:32 -04:00
  • 9c0960d03d Add options to quit and resume streaming from the PC view Cameron Gutman 2015-03-23 16:36:43 -04:00
  • 29a395f3f4 Prevent updating the UI while quitting is in progress Cameron Gutman 2015-03-23 15:57:29 -04:00
  • a676b8d8e6 Restore the legacy path and only use direct submit for certain whitelisted decoders Cameron Gutman 2015-03-23 15:51:11 -04:00
  • 7ab0be3b62 Optimize app grid performance on lower end devices Cameron Gutman 2015-03-23 15:12:25 -04:00
  • 115853fed2 Update version to 3.1.3-beta1 Cameron Gutman 2015-03-16 21:29:07 -04:00
  • 60beb81ae4 Target API 22 Cameron Gutman 2015-03-16 21:28:49 -04:00
  • 5310375d42 Target Android 5.1 Cameron Gutman 2015-03-16 21:28:33 -04:00
  • 7ce29e3a09 Add a workaround for the Nexus 9 dropping frames with the new renderer Cameron Gutman 2015-03-16 21:26:02 -04:00
  • 42c65f4f16 Use smaller deadzones for SHIELD controllers Cameron Gutman 2015-03-16 19:36:09 -04:00
  • bf2cc2a4d5 Don't assign controller numbers to devices that don't have an analog stick Cameron Gutman 2015-03-16 19:35:43 -04:00
  • 6d6d7121f6 Remove the Playpad Pro hack that worked around an issue with old firmware and caused the D-pad to be unresponsive on updated firmware. Fixes #41 Cameron Gutman 2015-03-15 14:30:56 -07:00
  • 2ab67380d6 Use direct submit decoding for MediaCodec. Based on my profiling of a few devices, dequeueInputBuffer and queueInputBuffer don't take much time anyway. It allows us to stop our semi-busy looping which saves power. The depacketizer can avoid expensive synchronization and additional context switching which costs time and CPU cycles. Cameron Gutman 2015-03-09 01:49:52 -05:00
  • 1ac6439690 Use an unsynchronized buffer list to cut down on overhead when using direct submit video renderers Cameron Gutman 2015-03-09 01:38:22 -05:00
  • c481841ddf Change VideoDecoderRenderer to an abstract class so future interface changes can be made without breaking clients Cameron Gutman 2015-03-09 01:37:08 -05:00
  • 678269c561 Create a new UnsynchronizedPopulatedBufferList implementation that can be used for better direct submit performance Cameron Gutman 2015-03-09 01:35:53 -05:00
  • 83e874cdb6 Fix off-by-one to make printed buffers nicer Cameron Gutman 2015-03-08 22:21:11 -05:00
  • 899387caa1 Use a separate executor for network loads to avoid stalling cached loads. Optimize background cache fill loads. Cameron Gutman 2015-03-02 18:34:21 -05:00
  • 56c8a9e6fe Use the regular serverinfo query to update the running status of apps Cameron Gutman 2015-03-02 17:05:45 -05:00
  • 896288a40b Use AsyncTasks and attached Drawables to track background image loading Cameron Gutman 2015-03-02 17:03:08 -05:00
  • fc8ce5e4b9 Quiet down disk cache misses Cameron Gutman 2015-03-02 16:13:54 -05:00
  • 4affc3c4ce Update to 3.1.2 release v3.1.2 Cameron Gutman 2015-02-27 18:12:49 -05:00
  • 067be54715 Show the discovery in progress view if no computers remain after one is deleted Cameron Gutman 2015-02-27 18:05:02 -05:00
  • 0dad2dc64b Only close the app list activity if the PC is offline not unknown Cameron Gutman 2015-02-27 15:15:01 -05:00
  • 867b703644 Evict cached bitmaps when closing the app list Cameron Gutman 2015-02-27 15:13:43 -05:00
  • 3d398ef6dd Update common Cameron Gutman 2015-02-27 14:22:35 -05:00
  • 90fc5797d5 Fix NvApp constructor Cameron Gutman 2015-02-27 14:11:15 -05:00
  • fcfcce88dd Use an NvApp in the StreamConfiguration so it can be directly used by NvConnection Cameron Gutman 2015-02-27 14:08:39 -05:00
  • 85d95b2d8e Revert "Immediately show the PC as offline if the first poll fails" Cameron Gutman 2015-02-27 13:52:17 -05:00
  • d091d9db6b Start apps by ID to work correctly with duplicate app names Cameron Gutman 2015-02-27 13:42:40 -05:00
  • fb8fc54bb1 Use App IDs for app lookups and deprecate the old name-based lookup function Cameron Gutman 2015-02-27 13:29:41 -05:00
  • e081ab5239 Code cleanup and Lint suggestions Cameron Gutman 2015-02-27 01:43:24 -05:00
  • 7b12fd1ad2 Immediately show the PC as offline if the first poll fails Cameron Gutman 2015-02-27 01:33:33 -05:00
  • 80d8c5953e Rewrite the app art caching and fetching (again!) to finally address OOM problems and speed up art loading Cameron Gutman 2015-02-27 01:16:06 -05:00
  • a4ec619e5a Add back the capability to get box art with NvHTTP Cameron Gutman 2015-02-27 01:15:21 -05:00
  • 194037ff41 Clear the bitmap cache since it can get pretty large Cameron Gutman 2015-02-26 22:04:39 -05:00
  • 094d642739 Stop scaling bitmaps down Cameron Gutman 2015-02-26 22:04:22 -05:00
  • 010e03252e Encapsulate the cache IO streams in buffered streams Cameron Gutman 2015-02-26 21:39:26 -05:00
  • 98638186b5 Use weak references to allow the image views to be garbage collected while a load is in progress Cameron Gutman 2015-02-26 21:05:33 -05:00
  • c5293ef21f Reduce the size of the LRU cache by 2 Cameron Gutman 2015-02-26 21:04:40 -05:00
  • 366a1c91b8 Always close the output stream Cameron Gutman 2015-02-26 21:04:17 -05:00
  • 157450e674 Update common with stricter applist parser Cameron Gutman 2015-02-26 18:33:18 -05:00
  • 1b8d2bc81c Cancel asset fetching when the app view is paused Cameron Gutman 2015-02-26 18:30:02 -05:00
  • f1787c43e5 Generalize the polling grace period to all users of CMS Cameron Gutman 2015-02-26 18:27:50 -05:00
  • 8fb2622b66 Throw an exception if the received app list XML was incomplete Cameron Gutman 2015-02-26 17:58:03 -05:00
  • 95ea88e932 Only replace the MAC address if the existing one is non-null Cameron Gutman 2015-02-26 15:11:46 -05:00
  • f2b8461bb9 Increment version to beta 3.1.2 Cameron Gutman 2015-02-25 23:15:10 -05:00
  • 7838a787df Fix a bug in app removal Cameron Gutman 2015-02-25 22:27:38 -05:00
  • cc3f2ecb07 Always close the cache output stream if an exception occurs Cameron Gutman 2015-02-25 22:15:41 -05:00
  • 833b7c3916 Fetch app assets in the background while in the app view Cameron Gutman 2015-02-25 21:57:54 -05:00
  • 90209f2ca2 Update iml files generated by Android Studio 1.1 Cameron Gutman 2015-02-25 21:07:59 -05:00
  • 2681036c32 Update common Cameron Gutman 2015-02-25 21:07:44 -05:00
  • ee58071ff1 Fix huge performance issues when dealing with large app lists Cameron Gutman 2015-02-25 21:07:35 -05:00
  • e6527de786 Trim strings retrieved from the applist XML Cameron Gutman 2015-02-25 19:56:56 -05:00
  • 3f7e4d817f Allow verbose mode to be enabled at runtime Cameron Gutman 2015-02-25 19:56:20 -05:00
  • 6eaabc84aa Improve verbose debugging Cameron Gutman 2015-02-25 19:55:16 -05:00
  • 814557435d Print a better message if attempting to quit another device's stream Cameron Gutman 2015-02-25 19:54:35 -05:00
  • e222f2f6c3 Fix fast polling Cameron Gutman 2015-02-22 18:34:28 -05:00
  • 0b7becb161 Remove unused function Cameron Gutman 2015-02-22 18:10:08 -05:00
  • bf795ab7a5 Fix removal of apps in app list updates Cameron Gutman 2015-02-22 18:04:42 -05:00
  • 59df38ae8a Cancel app icon requests when the view is recycled Cameron Gutman 2015-02-22 17:49:52 -05:00
  • 2d5328fc24 Pass through the correct refresh rate now that people are doing sensible things with it Cameron Gutman 2015-02-13 17:07:14 -05:00
  • 95c82c5cc5 Fix a nasty bug in multiple controller support that could cause phantom inputs on controller 0 Cameron Gutman 2015-02-12 21:06:37 -05:00
  • fe907b0271 Handle NumberFormatExceptions from parseInt() Cameron Gutman 2015-02-11 17:24:27 -05:00
  • e04ff048b8 Implement a fast polling method to speed up polling. Save the old MAC address if it's empty. Cameron Gutman 2015-02-11 17:04:31 -05:00
  • 7d25d07c6d Update version to 3.1.1 v3.1.1 Cameron Gutman 2015-02-11 00:55:47 -05:00
  • 7b0ddfae42 Update iml files Cameron Gutman 2015-02-11 00:34:56 -05:00
  • 43fa1a7245 Update common to fix null app name issue Cameron Gutman 2015-02-09 00:12:29 -05:00
  • 7ae74a6a18 Never return an NvApp object that has no app ID assigned Cameron Gutman 2015-02-09 00:10:56 -05:00
  • 9772049295 Initialize the app name to empty string because it may not be present Cameron Gutman 2015-02-09 00:09:40 -05:00