This website requires JavaScript.
Explore
Help
Sign In
moonlight-stream
/
moonlight-android
Watch
1
Star
0
Fork
0
You've already forked moonlight-android
mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced
2025-07-23 21:12:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
moonlight-android
/
app
/
src
/
main
/
java
/
com
/
limelight
/
binding
/
video
History
Cameron Gutman
a6003f6bff
Remove MediaTek decoders from the decoders that need bitstream restrictions. The correct fix was to lower level_idc to reduce the required buffering. On newer MediaTek chipsets, sending bitstream restrictions actually slows down decoding by a factor of 3.
2015-10-11 16:57:37 -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
Set constraint flags corresponding to Constrained High Profile on KitKat and higher. Fixes Nexus Player high latency on Android 6.0.
2015-10-10 23:28:48 -07:00
MediaCodecHelper.java
Remove MediaTek decoders from the decoders that need bitstream restrictions. The correct fix was to lower level_idc to reduce the required buffering. On newer MediaTek chipsets, sending bitstream restrictions actually slows down decoding by a factor of 3.
2015-10-11 16:57:37 -07:00