Cameron Gutman
|
b2bd7257e1
|
Fix Lint warnings
|
2017-09-09 14:12:54 -07:00 |
|
Cameron Gutman
|
46a998c113
|
Convert address fields to strings to better manage DNS names
|
2017-09-09 13:39:54 -07:00 |
|
Cameron Gutman
|
60cd951774
|
Rename localIp/remoteIp fields to localAddress/remoteAddress to prepare for DNS names
|
2017-09-09 12:47:23 -07:00 |
|
Cameron Gutman
|
d4f8d8f689
|
Switch database storage to use strings for addresses
|
2017-09-09 12:43:20 -07:00 |
|
Cameron Gutman
|
f01a15d182
|
Removed duplicated current address logic
|
2017-09-09 11:49:15 -07:00 |
|
Cameron Gutman
|
d185a05b1d
|
Sort and sync vendor IDs with xpad
|
2017-08-25 21:04:36 -07:00 |
|
Cameron Gutman
|
0a0be19b69
|
Fix brown-paper-bag bug in audio init error checking
|
2017-08-22 00:17:03 -07:00 |
|
Cameron Gutman
|
598995de3b
|
Fix audio renderer using non-existant classes on Lollipop
|
2017-06-16 20:27:03 -07:00 |
|
Cameron Gutman
|
fa560f462f
|
Add battery saver mode
|
2017-06-16 20:01:41 -07:00 |
|
Cameron Gutman
|
f6e40118a9
|
Bring back the warning displayed if video decoder initialization fails
|
2017-06-16 19:50:50 -07:00 |
|
Cameron Gutman
|
fe7148dbd4
|
Only throw decoder exceptions if we're still receiving them after 3 seconds
|
2017-06-16 19:39:15 -07:00 |
|
Cameron Gutman
|
60de065836
|
Cleanup video decoder teardown paths
|
2017-06-16 19:11:39 -07:00 |
|
Cameron Gutman
|
6f82f82abb
|
Use low latency audio pathway on Lollipop and later
|
2017-06-16 19:08:15 -07:00 |
|
Cameron Gutman
|
1b3322b5ee
|
Suppress crashes if the surface has become invalid
|
2017-06-10 17:25:23 -07:00 |
|
Cameron Gutman
|
6340ec6c6d
|
Consolidate handling of decoder exceptions
|
2017-06-10 16:57:37 -07:00 |
|
Cameron Gutman
|
babd92c8c0
|
Add additional information to total frame latency and RendererException
|
2017-06-10 16:45:07 -07:00 |
|
Cameron Gutman
|
7f1fe5f520
|
Fix NPE if the device doesn't support H.264 hardware decoding
|
2017-06-10 11:48:25 -07:00 |
|
Cameron Gutman
|
01458770d2
|
Fix NPE enumerating input devices
|
2017-06-10 11:45:12 -07:00 |
|
Cameron Gutman
|
8d05f044f5
|
Allow software decoding on the emulator for testing
|
2017-06-08 22:21:51 -07:00 |
|
Cameron Gutman
|
6789e8d497
|
Immediately call stopConnection() rather than waiting for activity stop on connection failure
|
2017-06-08 18:24:22 -07:00 |
|
Cameron Gutman
|
f6a0990432
|
Final fixes for Android O pointer capture
|
2017-06-08 18:17:34 -07:00 |
|
Cameron Gutman
|
852dcf5a2d
|
Merge branch 'o-bringup'
|
2017-06-08 17:30:10 -07:00 |
|
Cameron Gutman
|
fe237d1da3
|
Fix some exceptions that escaped on decoder shutdown and surface loss
|
2017-06-07 20:01:09 -07:00 |
|
Cameron Gutman
|
e199fcd2d9
|
Try allowing decoder exceptions after initial start since we shouldn't throw on stop anymore
|
2017-06-06 22:50:08 -07:00 |
|
Cameron Gutman
|
d7c6f63592
|
Force Qualcomm and Samsung HEVC decoders disabled to avoid crashes and poor performance
|
2017-06-06 22:49:09 -07:00 |
|
Cameron Gutman
|
4b9c6b149a
|
Remove the decoder stop hack and try to workaround the issue differently
|
2017-06-06 22:48:28 -07:00 |
|
Cameron Gutman
|
d1e41e41a1
|
Stop the connection in onStop() to try to avoid deadlocks due to surface loss. Also avoid calling stopConnection() from connection listener callbacks due to deadlock risk.
|
2017-06-05 20:33:23 -07:00 |
|
Cameron Gutman
|
f76d78607a
|
Improve HEVC decoder compatibility by submitting VPS+SPS+PPS in one CSD blob rather than individually
|
2017-06-03 11:46:29 -07:00 |
|
Cameron Gutman
|
90a1e68c68
|
Move input capture check to not mask touch events
|
2017-06-02 18:17:18 -07:00 |
|
Cameron Gutman
|
b287606106
|
Fix Pixel C keyboard d-pad regression due to aliasing with SOURCE_GAMEPAD
|
2017-05-31 21:51:32 -07:00 |
|
Cameron Gutman
|
a413185085
|
Fix Pixel C keyboard d-pad regression due to aliasing with SOURCE_GAMEPAD
|
2017-05-31 21:51:01 -07:00 |
|
Cameron Gutman
|
aa1b283570
|
Initial working pointer capture using onClick
|
2017-05-31 21:46:53 -07:00 |
|
Cameron Gutman
|
f07c886711
|
Add isCapturing() method to mouse capture providers
|
2017-05-31 21:26:26 -07:00 |
|
Cameron Gutman
|
e66b1ebec9
|
Initial pointer capture work for O
|
2017-05-31 20:50:47 -07:00 |
|
Cameron Gutman
|
d06912e81a
|
Name the spinner threads so they are easily identified
|
2017-05-31 19:05:25 -07:00 |
|
Cameron Gutman
|
08bcd97594
|
Use a less power intensive way of keeping the DVFS state friendly
|
2017-05-29 20:11:39 -07:00 |
|
Cameron Gutman
|
6edd0ab540
|
Only use RFI on modern Intel devices
|
2017-05-21 14:15:05 -07:00 |
|
Cameron Gutman
|
3176a85f35
|
Enable RFI for Intel decoders
|
2017-05-21 14:01:30 -07:00 |
|
Cameron Gutman
|
ad1c11bba5
|
Decouple direct submit producer and polling consumer
|
2017-05-21 13:48:02 -07:00 |
|
Cameron Gutman
|
8962497a8c
|
Fix deadlocks in audio and video stream shutdown using the new callbacks
|
2017-05-21 13:07:19 -07:00 |
|
Cameron Gutman
|
55f2e89bbe
|
Reuse callback buffers
|
2017-05-18 13:37:02 -07:00 |
|
Cameron Gutman
|
44cbf8adc1
|
Fix crash on stream disconnect on Android 7.0+ devices (root only)
|
2017-05-18 10:52:17 -07:00 |
|
Cameron Gutman
|
686490ba70
|
Handle decoder exceptions in dequeueInputBuffer
|
2017-05-18 10:25:48 -07:00 |
|
Cameron Gutman
|
d0ecde1e16
|
Fix crash if video decoder fails to initialize
|
2017-05-18 09:58:28 -07:00 |
|
Cameron Gutman
|
9417908848
|
Fix crash in virtual controller if a release event happens without a press
|
2017-05-17 21:32:24 -07:00 |
|
Cameron Gutman
|
93b0073467
|
Finish the activity if the computer wasn't found
|
2017-05-17 20:51:33 -07:00 |
|
Cameron Gutman
|
1434be262c
|
Make sure a USB context exists before reporting input
|
2017-05-17 20:38:55 -07:00 |
|
Cameron Gutman
|
75aabd6471
|
Perform cleanup tasks in onDestroy() to avoid crashing if onStop() is called twice
|
2017-05-17 20:22:10 -07:00 |
|
Cameron Gutman
|
bafa2addd3
|
Fix crash queuing input buffer on stop
|
2017-05-17 20:09:11 -07:00 |
|
Cameron Gutman
|
32b787e77c
|
Eat more decoder exceptions on stop/teardown
|
2017-05-17 19:45:55 -07:00 |
|