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-21 12:03:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
moonlight-android
/
jni
/
nv_avc_dec
History
Cameron Gutman
c42d40b8f6
Remove an extra frame copy that wasn't needed. Only update the stored frame if the previous frame had been displayed. Don't render the same frame again if there's no new frame to update.
2013-11-21 09:55:57 -05:00
..
ffmpeg
Remove jlibrtp (finally). CPU decoding support (works great on Tegra 4, not so well on Tegra 3)
2013-11-20 00:00:00 -05:00
Android.mk
Draw directly to the surface buffer. Improve amount of decoding and rendering that can be done in parallel. Add performance levels and choose them by cpuinfo. Improves Tegra 3 performance significantly.
2013-11-21 08:38:49 -05:00
nv_avc_dec_jni.c
Draw directly to the surface buffer. Improve amount of decoding and rendering that can be done in parallel. Add performance levels and choose them by cpuinfo. Improves Tegra 3 performance significantly.
2013-11-21 08:38:49 -05:00
nv_avc_dec.c
Remove an extra frame copy that wasn't needed. Only update the stored frame if the previous frame had been displayed. Don't render the same frame again if there's no new frame to update.
2013-11-21 09:55:57 -05:00
nv_avc_dec.h
Draw directly to the surface buffer. Improve amount of decoding and rendering that can be done in parallel. Add performance levels and choose them by cpuinfo. Improves Tegra 3 performance significantly.
2013-11-21 08:38:49 -05:00