Cameron Gutman
|
617c8582b4
|
Fix crash on MediaTek PAL Android TVs
|
2018-02-10 16:42:45 -08:00 |
|
Cameron Gutman
|
ef3b28295b
|
Update dependency versions
|
2018-02-05 18:38:23 -08:00 |
|
Cameron Gutman
|
c797318ece
|
Use frame drop hack to reduce latency and micro-stuttering for now
|
2018-02-04 12:59:04 -08:00 |
|
Cameron Gutman
|
b93aa42c0c
|
Fix detection on HEVC support on some buggy devices
|
2018-01-28 21:16:28 -08:00 |
|
Cameron Gutman
|
bc59f11096
|
Disable RFI on b3_att_us
|
2017-12-27 20:34:02 -08:00 |
|
Cameron Gutman
|
6d97775aa9
|
Try disabling RFI if the previous run crashes
|
2017-12-27 20:32:34 -08:00 |
|
Cameron Gutman
|
07d04171c3
|
Force HEVC enabled if HDR is requested
|
2017-12-05 17:38:25 -08:00 |
|
Cameron Gutman
|
7d289f1134
|
Fix race conditions when frames are submitted after stop() has been called
|
2017-12-05 17:28:04 -08:00 |
|
Cameron Gutman
|
0225f534d0
|
Fix H.265 streaming issues with MediaTek Android TV devices
|
2017-11-29 20:27:33 -08:00 |
|
Cameron Gutman
|
284a31737e
|
Catch input buffer too small
|
2017-11-28 19:33:34 -08:00 |
|
Cameron Gutman
|
04d9aea8c8
|
Detect and report decoder hangs
|
2017-11-25 14:27:04 -08:00 |
|
Cameron Gutman
|
5f4aab8f94
|
Improve decoder crash reporting detail
|
2017-11-25 12:56:54 -08:00 |
|
Cameron Gutman
|
ec65901003
|
Report frames rendered in decoder crash report
|
2017-11-25 11:25:04 -08:00 |
|
Cameron Gutman
|
bfa5a6349e
|
Ensure MediaCodecHelper is initialized before evaluating codecs
|
2017-11-21 19:27:08 -08:00 |
|
Cameron Gutman
|
ff38074f55
|
Report GL Renderer in RendererException
|
2017-11-20 22:38:22 -08:00 |
|
Cameron Gutman
|
1c725b9dac
|
Don't use reference picture invalidation on low-end Snapdragon SoCs
|
2017-11-20 20:56:31 -08:00 |
|
Cameron Gutman
|
f761ee52db
|
Exclude resolutions that are not supported by the decoders
|
2017-11-18 19:47:39 -08:00 |
|
Cameron Gutman
|
05e8cfcc0a
|
Report adaptive playback status in crash reports
|
2017-11-18 18:31:12 -08:00 |
|
Cameron Gutman
|
912925ef2c
|
Disable performance optimizations when in multi-window
|
2017-11-18 17:14:40 -08:00 |
|
Cameron Gutman
|
4deb881ec8
|
Enable adaptive playback on non-Intel devices
|
2017-11-18 16:37:17 -08:00 |
|
Cameron Gutman
|
44a3a141c0
|
Submit H.264 CSD in a single blob to try to prevent some decoder crashes
|
2017-11-18 15:14:25 -08:00 |
|
Cameron Gutman
|
37b5ba004c
|
Fix IDR frame NALU drop race condition
|
2017-11-18 14:43:04 -08:00 |
|
Cameron Gutman
|
3f118dae93
|
Add HDR support and tweak HEVC supported decoders
|
2017-11-05 19:31:05 -08:00 |
|
Cameron Gutman
|
5e5df8abc8
|
Add never drop frames option for devices with micro-stuttering issues
|
2017-11-05 12:29:33 -08:00 |
|
Cameron Gutman
|
80a37855c7
|
Merge branch 'master' of github.com:moonlight-stream/moonlight-android
|
2017-10-17 00:37:00 -07:00 |
|
Cameron Gutman
|
8911c58e50
|
Block OMX.ffmpeg software decoders
|
2017-10-17 00:31:26 -07:00 |
|
Cameron Gutman
|
3c5ea9c8c3
|
Remove Nvidia's HEVC decoder from the hard blacklist now that it seems to be fine on Foster NRD90M
|
2017-10-08 22:06:06 -07:00 |
|
Cameron Gutman
|
20c4eac4ef
|
Force HEVC disabled on Qualcomm SoCs older than Snapdragon 805
|
2017-09-19 21:21:23 -07:00 |
|
Cameron Gutman
|
38a6a2b74a
|
A few fixes for decoder crash notifications
|
2017-09-09 18:44:06 -07:00 |
|
Cameron Gutman
|
79a9ea7179
|
Add decoder crash notification and settings reset on continued crashing
|
2017-09-09 17:40:07 -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
|
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
|
8d05f044f5
|
Allow software decoding on the emulator for testing
|
2017-06-08 22:21:51 -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
|
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
|
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 |
|