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-19 19:13:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
moonlight-android
/
app
History
Cameron Gutman
a676b8d8e6
Restore the legacy path and only use direct submit for certain whitelisted decoders
2015-03-23 15:51:11 -04:00
..
libs
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
src
Restore the legacy path and only use direct submit for certain whitelisted decoders
2015-03-23 15:51:11 -04:00
app.iml
Target API 22
2015-03-16 21:28:49 -04:00
build.gradle
Update version to 3.1.3-beta1
2015-03-16 21:29:07 -04:00