109 Commits

Author SHA1 Message Date
Cameron Gutman
a18aa51f5a Merge branch 'master' into root
Conflicts:
	AndroidManifest.xml
	libs/limelight-common.jar
	res/values/strings.xml
2014-10-17 13:55:45 -07:00
Cameron Gutman
b492ac43f8 Rebuild libraries with NDK r10c 2014-10-17 13:33:14 -07:00
Cameron Gutman
19bade01b8 Move to the improved axis scaling algorithm 2014-10-16 21:17:35 -07:00
Cameron Gutman
f07e927103 Merge branch 'master' into root
Conflicts:
	libs/limelight-common.jar
2014-10-10 22:46:25 -07:00
Cameron Gutman
a61b85b494 Update common 2014-10-10 22:45:12 -07:00
Cameron Gutman
47d47afd73 Update common 2014-10-07 23:18:08 -07:00
Cameron Gutman
a5171a1701 Fix some localization issues (for Arabic at least) 2014-10-05 15:47:36 -07:00
Cameron Gutman
cd4bf9a28b Merge branch 'master' into root
Conflicts:
	AndroidManifest.xml
	libs/limelight-common.jar
	src/com/limelight/Game.java
2014-10-03 23:05:06 -07:00
Cameron Gutman
23fcaa1bab Add axis scaling support 2014-10-01 20:24:40 -07:00
Cameron Gutman
d3438f4938 Update common jar 2014-09-28 16:37:51 -07:00
Cameron Gutman
e2cb7c953c Update common jar 2014-09-28 16:27:11 -07:00
Cameron Gutman
31d8687f67 Add failure tracing to EvdevReader 2014-09-27 20:02:10 -07:00
Cameron Gutman
991407a2cf Merge branch 'master' into root 2014-09-27 19:32:39 -07:00
Cameron Gutman
6677949614 Update common jar 2014-09-27 15:49:59 -07:00
Cameron Gutman
1b026f1354 Merge branch 'master' into root
Conflicts:
	AndroidManifest.xml
	src/com/limelight/binding/input/evdev/EvdevWatcher.java
2014-09-20 02:54:15 -07:00
Cameron Gutman
0517e8a530 Increment version and update common jar 2014-09-20 02:36:14 -07:00
Cameron Gutman
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. 2014-09-19 22:25:38 -07:00
Cameron Gutman
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 2014-09-17 19:36:51 -07:00
Cameron Gutman
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 2014-09-17 19:29:55 -07:00
Cameron Gutman
b4c3f9678a Use poll() to avoid an infinite blocking read() that causes ANRs during cleanup 2014-09-10 02:35:55 -07:00
Cameron Gutman
09e8e8e6b3 Remove isMouse() and replace it with more precise has*() functions 2014-09-06 16:03:09 -07:00
Cameron Gutman
cde8ec8262 Add vertical mouse scrolling support 2014-09-03 22:53:40 -07:00
Cameron Gutman
124037ce27 Rebuild libevdev_reader.so 2014-09-01 23:40:25 -07:00
Cameron Gutman
364a9fa7d7 Add evdev_reader JNI library 2014-09-01 23:04:15 -07:00
Cameron Gutman
e8dd3511db Add some tolerance in the tap to click code. Implement right clicking. 2014-09-01 14:03:55 -07:00
Cameron Gutman
08cc93d337 Update common and increment version 2014-08-29 16:06:55 -07:00
Cameron Gutman
79f888fe47 Update common 2014-08-09 03:41:03 -07:00
Cameron Gutman
1b1d4399a9 Bump version and update common 2014-08-06 17:24:21 -07:00
Cameron Gutman
e8fd1f262a Update common jar 2014-08-05 23:19:37 -07:00
Cameron Gutman
875eb1e773 Update common and version 2014-07-31 15:23:31 -07:00
Cameron Gutman
1f69b4f271 Update to new common 2014-07-31 01:33:32 -07:00
Cameron Gutman
887dd9aa21 Add GFE settings optimization checkbox. Move Add PC button to the main screen. 2014-07-21 23:58:20 -07:00
Cameron Gutman
f0f801ba3f Merge branch 'master' of github.com:limelight-stream/limelight-android 2014-07-20 14:19:53 -07:00
Cameron Gutman
6a7e06b3d5 Rebuild native libraries with GCC 4.9 and NDK 10. Added native libraries for ARMv8 and x86_64. 2014-07-20 14:19:08 -07:00
Cameron Gutman
48ab233d0f Update common and bump version 2014-07-19 22:50:14 -07:00
Cameron Gutman
b9f01b63cc Add an option to stretch the video to fill the screen and make preserve aspect ratio the default 2014-07-19 22:15:23 -07:00
Cameron Gutman
e2663f06ba Bump version to 2.5.0.5 2014-07-13 21:44:19 -07:00
Cameron Gutman
9cf592ee26 Remove libavfilter. Fix MIPS library binaries to run on the emulator. 2014-07-13 21:31:34 -07:00
Cameron Gutman
8ec8fff57c Rebuild ffmpeg 2.1.5 for ARMv7, x86, and MIPS. Reduced the size of ffmpeg libraries 2014-07-13 19:24:42 -07:00
Cameron Gutman
cf15b79e35 Add MIPS native libraries 2014-07-13 01:06:19 -07:00
Cameron Gutman
007d488201 Yet another point release today :( 2014-07-12 19:18:43 -07:00
Cameron Gutman
532ec6f8f3 Update common 2014-07-12 16:16:35 -07:00
Cameron Gutman
bc2f2de6c2 Update common 2014-07-12 14:07:41 -07:00
Cameron Gutman
d1ef912984 Remove the remaining allocations in the AV paths 2014-07-12 13:38:28 -07:00
Cameron Gutman
9e20d25093 Fix list view bugs (mostly Ouya related) 2014-07-04 18:57:03 -07:00
Cameron Gutman
825233309d Remove init hack in DiscoveryService 2014-07-04 15:11:31 -07:00
Cameron Gutman
0f4e5a4585 Make remote discovery faster. Fix the bitrate slider. Change some toast text. 2014-07-04 14:51:57 -07:00
Cameron Gutman
9be149942a Update with common fixes 2014-07-04 12:16:53 -07:00
Cameron Gutman
3176ee72fe Major update to v2.5 2014-07-03 23:33:14 -07:00
Cameron Gutman
cc37da9a56 Merge branch 'v2.5'
Conflicts:
	libs/limelight-common.jar
2014-07-03 16:30:10 -07:00