Cameron Gutman
|
c02e1ed006
|
Stop the decoder in the stop() function
|
2014-09-03 20:40:43 -07:00 |
|
Cameron Gutman
|
178c53ee84
|
Propagate the possible exceptions during codec capability checks to the caller so a nice dialog can be displayed instead of crashing on buggy ROMs. Small change to evdev shutdown.
|
2014-09-03 20:00:00 -07:00 |
|
Cameron Gutman
|
2c23dbd2be
|
Remove root-specific stuff. DO NOT MERGE TO root!
|
2014-09-03 19:44:48 -07:00 |
|
Cameron Gutman
|
3e017625a9
|
Raw mouse input is working
|
2014-09-02 00:41:33 -07:00 |
|
Cameron Gutman
|
124037ce27
|
Rebuild libevdev_reader.so
|
2014-09-01 23:40:25 -07:00 |
|
Cameron Gutman
|
bc166a713d
|
More bugfixes for Evdev code. Enable ROOT_BUILD since it's the root branch.
|
2014-09-01 23:38:47 -07:00 |
|
Cameron Gutman
|
364a9fa7d7
|
Add evdev_reader JNI library
|
2014-09-01 23:04:15 -07:00 |
|
Cameron Gutman
|
f4546ba188
|
Raw mouse input WIP
|
2014-09-01 22:19:12 -07:00 |
|
Cameron Gutman
|
5de2a8f6ec
|
Remove unused import
|
2014-09-01 20:33:31 -07:00 |
|
Cameron Gutman
|
2365cd2978
|
Add option to disable toasts
|
2014-09-01 18:31:45 -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
|
e7f1b822f7
|
Rename button constants to something reasonable
|
2014-09-01 14:02:53 -07:00 |
|
Cameron Gutman
|
ae40a9736a
|
"Fix" a null pointer exception
|
2014-09-01 12:36:45 -07:00 |
|
Cameron Gutman
|
08cc93d337
|
Update common and increment version
v2.5.3.1
|
2014-08-29 16:06:55 -07:00 |
|
Cameron Gutman
|
5fdd9b773c
|
Workaround decoder errata of the Exynos 4
|
2014-08-29 15:38:08 -07:00 |
|
Cameron Gutman
|
c9eee2e075
|
Rename NvController -> ControllerStream. Use a dedicated input thread rather than a thread pool for processing input. Batch analog axis updates and mouse moves.
|
2014-08-20 22:27:25 -07:00 |
|
Cameron Gutman
|
e3e7ac1e68
|
Remove rounding on triggers
|
2014-08-20 22:14:03 -07:00 |
|
Cameron Gutman
|
10212bd38b
|
Fix potential integer overflow issue with stick axes
|
2014-08-20 22:12:45 -07:00 |
|
Cameron Gutman
|
4bec02f47f
|
Implement a scaled radial deadzone rather than our previous dumb axial deadzones
|
2014-08-20 22:10:59 -07:00 |
|
Cameron Gutman
|
6556b3eb9b
|
Make input packet fields package protected for batching
|
2014-08-20 21:25:08 -07:00 |
|
Cameron Gutman
|
79f888fe47
|
Update common
v2.5.3
|
2014-08-09 03:41:03 -07:00 |
|
Cameron Gutman
|
cc92f3829e
|
Fix sequencing errors that lead to drops in audio or video for potentially long periods under the right conditions
|
2014-08-09 03:39:14 -07:00 |
|
Cameron Gutman
|
9393bf7f79
|
Fix a regression in video scaling after the CPU decoding fix
|
2014-08-06 22:33:41 -07:00 |
|
Cameron Gutman
|
1b1d4399a9
|
Bump version and update common
|
2014-08-06 17:24:21 -07:00 |
|
Cameron Gutman
|
b2ad259a7c
|
Also add bitstream restrictions to Qualcomm devices to hopefully address the GS3 issue
|
2014-08-06 17:22:41 -07:00 |
|
Cameron Gutman
|
33ffbe151f
|
Lower the DU limit back to 15 because 30 can exhaust the video ring buffer
|
2014-08-06 15:55:02 -07:00 |
|
Cameron Gutman
|
60db0ff775
|
Wait for an IDR frame after dropping video data due to the decoder being too slow
|
2014-08-06 15:54:35 -07:00 |
|
Cameron Gutman
|
7ecac185ac
|
Remove an old debug message
|
2014-08-06 15:53:38 -07:00 |
|
Cameron Gutman
|
ac5c264090
|
Only close spinner dialogs corresponding to the current activity
|
2014-08-06 15:05:26 -07:00 |
|
Cameron Gutman
|
fcfdd4e323
|
Add missing Cursor.close() calls to fix a crash reported on Ouya
|
2014-08-06 15:01:18 -07:00 |
|
Cameron Gutman
|
ea65bb2c0a
|
Remove the extra app list update when the activity is first started
|
2014-08-06 14:30:19 -07:00 |
|
Cameron Gutman
|
b340055588
|
If the activity is being finished, don't dismiss the dialog. This is already handled in the closeDialogs() function.
|
2014-08-06 14:26:13 -07:00 |
|
Cameron Gutman
|
2918039b6f
|
Fix a bug where we'd add a null entry to the computer list
|
2014-08-05 23:44:04 -07:00 |
|
Cameron Gutman
|
e8fd1f262a
|
Update common jar
|
2014-08-05 23:19:37 -07:00 |
|
Cameron Gutman
|
8887401644
|
Fix surface sizing with scaling disabled on the CPU decoder
|
2014-08-05 23:16:02 -07:00 |
|
Cameron Gutman
|
f892db6ee8
|
Fix ANR when switching from the PC view to the app view
|
2014-08-05 22:30:11 -07:00 |
|
Cameron Gutman
|
b76495fa8f
|
Send the newer loss stats packet
|
2014-08-05 22:28:04 -07:00 |
|
Cameron Gutman
|
829532c572
|
Some devices don't properly get interrupted while waiting for an input buffer, so wait 100 ms then check the interrupt flag
|
2014-08-05 21:29:21 -07:00 |
|
Cameron Gutman
|
463d4ad3fd
|
Only generate 1 packet of FEC data per frame. Disable video resolution scaling on packet loss.
|
2014-08-04 10:20:49 -07:00 |
|
Cameron Gutman
|
0f0e41d5a4
|
Implement an RTP queue to handle out of order video and audio packets
|
2014-08-03 17:59:10 -07:00 |
|
Cameron Gutman
|
875eb1e773
|
Update common and version
v2.5.2.1
|
2014-07-31 15:23:31 -07:00 |
|
Cameron Gutman
|
2d55562dd3
|
Improve tolerance to dropped packets
|
2014-07-31 15:20:43 -07:00 |
|
Cameron Gutman
|
cbe40fde92
|
Prevent network degradation from changing stream resolution
|
2014-07-31 14:06:30 -07:00 |
|
Cameron Gutman
|
97e62fdd34
|
Properly detect packet loss within a frame
|
2014-07-31 10:42:16 -07:00 |
|
Cameron Gutman
|
f295289774
|
Increment version
v2.5.2
|
2014-07-31 01:41:30 -07:00 |
|
Cameron Gutman
|
1f69b4f271
|
Update to new common
|
2014-07-31 01:33:32 -07:00 |
|
Cameron Gutman
|
20a5a844db
|
Fix crash with WoL if a MAC address isn't present
|
2014-07-31 01:32:59 -07:00 |
|
Cameron Gutman
|
aa799342e5
|
Video stream updates for GFE 2.1.1
|
2014-07-31 01:32:15 -07:00 |
|
Cameron Gutman
|
ae8cb18f63
|
Remote input encryption changes for GFE 2.1.1
|
2014-07-31 00:22:17 -07:00 |
|
Cameron Gutman
|
8f53b6f233
|
RTSP changes to support GFE 2.1.1
|
2014-07-31 00:20:56 -07:00 |
|