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
/
src
/
com
/
limelight
/
nvstream
/
av
/
video
History
Cameron Gutman
45120e79e4
Revert "Fix the double-free bug and disable double free debugging."
...
This reverts commit 9bb395501172f754baacc1efe6f09af55627fa15.
2013-11-21 16:24:52 -05:00
..
AvcDecoder.java
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
AvVideoDepacketizer.java
Revert "Fix the double-free bug and disable double free debugging."
2013-11-21 16:24:52 -05:00
AvVideoPacket.java
WIP optimization of object allocation and pools. There's currently a double free on the AvByteBufferDescriptor that I'm trying to track down.
2013-11-21 12:24:45 -05:00
CpuDecoderRenderer.java
Discard the alpha channel of the surface since it's not used. Always use MED_PERF for the AvcDecoder configuration because it now works well enough on Tegra 3 that the image quality improvements are worth it.
2013-11-21 08:45:25 -05:00
DecoderRenderer.java
Fix ffmpeg library loading. Create a DecoderRenderer interface and use it to move the MediaCodec code into for Qualcomm devices.
2013-11-19 02:49:33 -05:00
MediaCodecDecoderRenderer.java
Log a message based on what type of decoding is being used
2013-11-20 01:35:39 -05:00