Commit Graph

  • 24cb347b10 Add license back Cameron Gutman 2014-10-29 21:39:05 -07:00
  • d1b4e9464f Fix iml files Cameron Gutman 2014-10-29 21:19:17 -07:00
  • 18f7bfab7f Add some other files that weren't migrated with the project Cameron Gutman 2014-10-29 21:17:03 -07:00
  • d84b4bcf9a Initial migration to Android Studio Cameron Gutman 2014-10-29 21:16:09 -07:00
  • 57d919798a Merge branch 'root' Cameron Gutman 2014-10-28 20:42:00 -07:00
  • efeeebb0a2 fix grammar and limelight windows link Michelle Bergeron 2014-10-23 01:33:20 -04:00
  • 77a587abe8 Fix box art URL Cameron Gutman 2014-10-22 21:24:11 -04:00
  • bc1409ba6c Increment version Cameron Gutman 2014-10-21 19:24:43 -04:00
  • 6f05b2af8a Attempt to detect Exynos 4 to apply the bitstream fixup code Cameron Gutman 2014-10-21 19:20:54 -04:00
  • d441bef33e Merge branch 'master' into root Cameron Gutman 2014-10-17 23:42:51 -07:00
  • 7b1f6ee483 Update common and disable the new renderer for now v2.5.7 Cameron Gutman 2014-10-17 22:49:36 -07:00
  • 7f587dc389 Thread priority tweaks: Ensure renderer threads have higher priorities than the receive threads. Increase the priority of the resync thread to just below the video renderer so the control packet can be emitted ASAP. Lower the priority of the loss stats thread. Increase the priority of the input thread slightly above normal. Cameron Gutman 2014-10-17 17:03:58 -07:00
  • 332960922a Small addendum to the timestamp fix Cameron Gutman 2014-10-17 15:54:07 -07:00
  • ac03f73cf9 Add new experimental decoder code for Lollipop's asynchronous MediaCodec capability Cameron Gutman 2014-10-17 15:51:50 -07:00
  • fa847ef2fc Ensure that no input buffers will ever be submitted with the same timestamp per SDK docs Cameron Gutman 2014-10-17 14:45:58 -07:00
  • b19360ac75 Suppress deprecation warnings for MediaCodecList APIs Cameron Gutman 2014-10-17 14:27:33 -07:00
  • 562569dc6b Fix evdev_reader build on NDK r10c and add updated libevdev_reader.so binaries Cameron Gutman 2014-10-17 14:14:47 -07:00
  • a18aa51f5a Merge branch 'master' into root Cameron Gutman 2014-10-17 13:55:45 -07:00
  • b492ac43f8 Rebuild libraries with NDK r10c Cameron Gutman 2014-10-17 13:33:14 -07:00
  • 5bf3efb247 Update for Android 5.0 Cameron Gutman 2014-10-17 11:54:59 -07:00
  • 2d833c32b0 Update decoder errata with testing results Cameron Gutman 2014-10-17 09:58:48 -07:00
  • 19bade01b8 Move to the improved axis scaling algorithm Cameron Gutman 2014-10-16 21:17:35 -07:00
  • 8dbb03114d Improve axis scaling algorithm to fix cardinal direction issues Cameron Gutman 2014-10-16 21:16:12 -07:00
  • 1b991ba432 More layout and manifest fixes. Notably, moving most hardcoded strings to strings.xml Cameron Gutman 2014-10-16 21:05:46 -07:00
  • 9c48850bb7 More layout and manifest changes for Android TV Cameron Gutman 2014-10-16 20:09:06 -07:00
  • 3e6f5ff11c Remove v11 styles. Add Android TV banner. Disable title bar on themes. Cameron Gutman 2014-10-15 22:39:35 -07:00
  • 57c3d8af8b Add experimental support for Xbox 360 controller dpad events on devices without proper mappings Cameron Gutman 2014-10-14 22:55:22 -07:00
  • 8530451c8b Only get motion ranges from joystick or gamepad sources. Fixes reading deadzones from the wrong source when dealing with multiple input sources in the same device with overlapping axis values. Cameron Gutman 2014-10-14 21:56:02 -07:00
  • 69a5c0b5b3 Add bitstream restrictions to MediaTek devices and update decoder-errata.txt Cameron Gutman 2014-10-12 14:43:59 -07:00
  • a7c36dcde6 Include video dimensions in RendererException Cameron Gutman 2014-10-12 13:32:34 -07:00
  • dff6fc21f4 Increase minimum deadzone to 15% in an attempt to fix a reported deadzone issue Cameron Gutman 2014-10-12 10:02:10 -07:00
  • 895e0250d9 Increment app version and fix some manifest issues Cameron Gutman 2014-10-12 09:50:37 -07:00
  • fd538cbaff Remove Samsung decoders from the list of bitstream_restrictions fixup devices Cameron Gutman 2014-10-11 21:48:56 -07:00
  • 27ce6fa203 Always patch num_ref_frames in the SPS to increase compatibility (read: attempt to fix some crashes on various Chinese SoCs) Cameron Gutman 2014-10-11 21:47:58 -07:00
  • 8efe194682 Merge branch 'master' into root Cameron Gutman 2014-10-10 22:55:37 -07:00
  • 947882d16f Fix modifier keys on root version Cameron Gutman 2014-10-10 22:53:34 -07:00
  • f07e927103 Merge branch 'master' into root Cameron Gutman 2014-10-10 22:46:25 -07:00
  • a61b85b494 Update common Cameron Gutman 2014-10-10 22:45:12 -07:00
  • 415e96dec6 Fix endianness of integer SDP attributes. Fix transferProtocol attributes. Cameron Gutman 2014-10-10 22:15:21 -07:00
  • abc7f135f3 Prevent a decoder stall from causing corruption of queued decode units Cameron Gutman 2014-10-10 21:15:50 -07:00
  • 4b93207def Improve ByteBufferDescriptor print functionality Cameron Gutman 2014-10-10 21:13:05 -07:00
  • f004ae6a41 Use the entry's queue time rather than calling currentTimeMillis() again Cameron Gutman 2014-10-10 18:21:41 -07:00
  • ac6120adc4 Send control messages as a single TCP packet because the streamer on the PC can choke if it doesn't receive the header and body at the same time Cameron Gutman 2014-10-10 18:14:43 -07:00
  • 0c4a049a80 More performance optimizations by submitting a batch of decode units to get them to the hardware decoder ASAP Cameron Gutman 2014-10-10 17:51:39 -07:00
  • 8403101d0f Small performance optimization by only blocking on an input buffer if we've already got a DU Cameron Gutman 2014-10-09 19:05:57 -07:00
  • 47d47afd73 Update common Cameron Gutman 2014-10-07 23:18:08 -07:00
  • 1430801888 Fix a potential deadlock that could occur if the input buffers are exhausted. A couple other performance optimizations by overlapping some latency. Cameron Gutman 2014-10-07 23:17:32 -07:00
  • 6efc7e254b Don't prefer the newer Samsung decoder because it seems to cause issues on older devices Cameron Gutman 2014-10-07 23:16:07 -07:00
  • d9c2d58519 Don't bind to the RTP ports explicitly. GFE doesn't force us to use these port numbers anymore. Cameron Gutman 2014-10-07 23:14:48 -07:00
  • ace1339811 Check local IP first always to properly handle cases where we're behind a router that won't get UDP traffic back to us if we use the remote address Cameron Gutman 2014-10-07 23:01:39 -07:00
  • a5171a1701 Fix some localization issues (for Arabic at least) Cameron Gutman 2014-10-05 15:47:36 -07:00
  • 22865b8af4 Don't localize the PIN string Cameron Gutman 2014-10-05 15:46:09 -07:00
  • a50211ab95 Merge branch 'master' into root Cameron Gutman 2014-10-04 18:43:27 -07:00
  • 31677adaa0 Add code to handle OUYA reporting invalid flat values Cameron Gutman 2014-10-04 18:41:18 -07:00
  • 247a19766c Merge branch 'master' into root Cameron Gutman 2014-10-03 23:35:12 -07:00
  • 1f09cbd609 Fix mouse scrolling and remove unreachable code v2.5.6 Cameron Gutman 2014-10-03 23:20:09 -07:00
  • 731e4dc31e Merge branch 'master' into root Cameron Gutman 2014-10-03 23:09:40 -07:00
  • b6ee0764ff Clear connection state before stopping to avoid potential deadlocks Cameron Gutman 2014-10-03 23:07:42 -07:00
  • cd4bf9a28b Merge branch 'master' into root Cameron Gutman 2014-10-03 23:05:06 -07:00
  • f56b7ff79e Bump to 2.5.6 Cameron Gutman 2014-10-03 22:56:30 -07:00
  • 645ea683ee Increase the minimum deadzone to 12% because I'm paranoid Cameron Gutman 2014-10-03 22:52:48 -07:00
  • 67e22fca6b Improve re-hiding of the system UI by using a proper system UI visibility listener Cameron Gutman 2014-10-03 22:49:36 -07:00
  • a726ba8ea7 Add an ungrab key combo (Ctrl+Shift+Z). Ignore repeat key down events. Fix some mishandling of input events that could cause crashes. Cameron Gutman 2014-10-03 22:18:36 -07:00
  • 23fcaa1bab Add axis scaling support Cameron Gutman 2014-10-01 20:24:40 -07:00
  • 431ba06742 Scale controller axis values to match how Xinput reads them on the PC. Clients that support this must have proper deadzone support (incorrect deadzones will be noticeable) and set ControllerPacket.enableAxisScaling Cameron Gutman 2014-10-01 20:22:06 -07:00
  • ad684a6f6b Merge version update Cameron Gutman 2014-09-28 16:30:37 -07:00
  • d3438f4938 Update common jar Cameron Gutman 2014-09-28 16:27:11 -07:00
  • cafdc21bf2 Prefer Samsung's OMX.SEC.AVC.Decoder if it's in the list of decoders Cameron Gutman 2014-09-28 14:17:31 -07:00
  • ceb9bd3342 Change bitstream restrictions to match default values Cameron Gutman 2014-09-28 12:27:21 -07:00
  • 196c0e6cbc Update version Cameron Gutman 2014-09-28 16:30:37 -07:00
  • e2cb7c953c Update common jar Cameron Gutman 2014-09-28 16:27:11 -07:00
  • 426b3c8522 Prefer Samsung's OMX.SEC.AVC.Decoder if it's in the list of decoders Cameron Gutman 2014-09-28 14:17:31 -07:00
  • 9648cf257f Change bitstream restrictions to match default values Cameron Gutman 2014-09-28 12:27:21 -07:00
  • ed8857552b Raise read timeout to 5 seconds and connect timeout to 3 seconds to avoid some spurious timeouts Cameron Gutman 2014-09-27 20:05:33 -07:00
  • 31d8687f67 Add failure tracing to EvdevReader Cameron Gutman 2014-09-27 20:02:10 -07:00
  • 991407a2cf Merge branch 'master' into root Cameron Gutman 2014-09-27 19:32:39 -07:00
  • 13b80eda8a Use a common cleanup function and stop input capturing after closing the connection to allow captured devices to accept the "Connection Failed" dialog Cameron Gutman 2014-09-27 19:32:10 -07:00
  • 6677949614 Update common jar Cameron Gutman 2014-09-27 15:49:59 -07:00
  • 080dcd92d7 Suppress a warning Cameron Gutman 2014-09-27 15:45:54 -07:00
  • 31b0bcf041 Fix manually adding PCs Cameron Gutman 2014-09-27 15:45:37 -07:00
  • 5f42ca66fe Add read timeouts to HTTP requests that should come back immediately if GFE is working properly Cameron Gutman 2014-09-27 15:45:13 -07:00
  • 36664133f8 Speed up PC polling by only trying once if the remote and local IPs are the same Cameron Gutman 2014-09-27 15:43:43 -07:00
  • a3106bffca Speed up initial discovery by generating a new keypair while discovering machines. Cameron Gutman 2014-09-27 15:42:12 -07:00
  • c9d003ca6d Use a single byte buffer to serialize input packets Cameron Gutman 2014-09-27 14:58:51 -07:00
  • 94a26fb831 Force CPU decoding to low performance to make the experience less horrible Cameron Gutman 2014-09-26 20:50:34 -07:00
  • 1b026f1354 Merge branch 'master' into root Cameron Gutman 2014-09-20 02:54:15 -07:00
  • 0517e8a530 Increment version and update common jar v2.5.5 Cameron Gutman 2014-09-20 02:36:14 -07:00
  • 330f40cc18 Disable resolution scaling for now Cameron Gutman 2014-09-20 02:34:53 -07:00
  • 44366db4d5 Properly fix the timer crash Cameron Gutman 2014-09-20 02:34:06 -07:00
  • a9fea34ac1 Add support for adaptive resolution changes. It's enabled by default on devices that claim support (KitKat+) or decoders that we know are okay. I pulled in jcodec to allow us to do proper SPS fixups without hardcoded offsets. Cameron Gutman 2014-09-19 22:25:38 -07:00
  • 201704dc9d Finally fix the random pairing failure. It turns out that it was causing by background querying for serverinfo during the pairing process. Now we stop polling computers while pairing is in progress. Cameron Gutman 2014-09-19 22:23:06 -07:00
  • 93bf28b87d Fix weird double cancel crash. This might need more investigation later. Cameron Gutman 2014-09-19 22:22:22 -07:00
  • bd9c6834b7 Add support for adaptive resolution changes Cameron Gutman 2014-09-19 22:04:48 -07:00
  • 96ad2bcdef Update SDP generator for GFE 2.1.2 Cameron Gutman 2014-09-19 19:37:37 -07:00
  • 14c03f0b37 Improve connection negotiation speed by caching serverinfo Cameron Gutman 2014-09-19 18:57:20 -07:00
  • 62ecb1af50 Use fixed point libopus builds on ARM and MIPS. This improves performance and allows the use of NEON on ARM for a huge perf boost Cameron Gutman 2014-09-17 19:29:55 -07:00
  • 9d4ca6293f Merge branch 'root' of github.com:limelight-stream/limelight-android into root Cameron Gutman 2014-09-17 19:31:07 -07:00
  • 2296b80edb Use fixed point libopus builds on ARM and MIPS. This improves performance and allows the use of NEON on ARM for a huge perf boost Cameron Gutman 2014-09-17 19:29:55 -07:00
  • 5bd30fe3dc Suppress connection warnings until 150 frames have come in Cameron Gutman 2014-09-17 01:58:41 -07:00
  • 5be499887d Fix a resource leak that was causing Limelight-Embedded to hang instead of exiting after using mDNS discovery Cameron Gutman 2014-09-16 19:17:25 -07:00