This website requires JavaScript.
Explore
Help
Sign In
oleks
/
moonlight-android
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e89e803d54430795d3620c1e6048cbd5891632a1
moonlight-android
/
app
/
src
/
main
/
java
/
com
/
limelight
/
binding
/
video
T
History
Cameron Gutman
f09fbf4ba6
Fix incorrect usage of SeqParameterSet.read() by feeding it possibly escaped Annex B NALUs
2015-10-28 00:24:16 -07:00
..
AndroidCpuDecoderRenderer.java
Use monotonic system time for rendering timestamps. This is required now in Android 6.0 since these timestamps are propagated to the codec.
2015-08-17 18:40:25 -07:00
ConfigurableDecoderRenderer.java
Use direct submit decoding for MediaCodec. Based on my profiling of a few devices, dequeueInputBuffer and queueInputBuffer don't take much time anyway. It allows us to stop our semi-busy looping which saves power. The depacketizer can avoid expensive synchronization and additional context switching which costs time and CPU cycles.
2015-03-09 01:49:52 -05:00
EnhancedDecoderRenderer.java
Use direct submit decoding for MediaCodec. Based on my profiling of a few devices, dequeueInputBuffer and queueInputBuffer don't take much time anyway. It allows us to stop our semi-busy looping which saves power. The depacketizer can avoid expensive synchronization and additional context switching which costs time and CPU cycles.
2015-03-09 01:49:52 -05:00
MediaCodecDecoderRenderer.java
Fix incorrect usage of SeqParameterSet.read() by feeding it possibly escaped Annex B NALUs
2015-10-28 00:24:16 -07:00
MediaCodecHelper.java
Only apply the constrained high profile SPS modification to Intel devices to avoid crashing other devices
2015-10-12 20:54:50 -07:00