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-26 22:43:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
moonlight-android
/
src
/
com
/
limelight
/
nvstream
/
av
History
Cameron Gutman
aa4e07ea2f
Free audio packets back to the packet pool after decoding.
2013-11-12 02:19:58 -05:00
..
audio
Lower the buffer size of the Opus decoder based on the data we're actual receiving. Handle invocations of the decoder with null data for packet loss indication.
2013-11-12 02:04:08 -05:00
video
Drop audio frames if the backlog becomes too large. Trim buffer pools when memory runs low. Optimize AVC decoding a bit more.
2013-11-10 15:25:00 -05:00
AvByteBufferDescriptor.java
Fix video buffer pool usage.
2013-11-10 03:29:44 -05:00
AvByteBufferPool.java
Drop audio frames if the backlog becomes too large. Trim buffer pools when memory runs low. Optimize AVC decoding a bit more.
2013-11-10 15:25:00 -05:00
AvDecodeUnit.java
Rename AvBufferX -> AvByteBufferX and create AvShortBufferX
2013-11-10 03:42:29 -05:00
AvRtpPacket.java
Free audio packets back to the packet pool after decoding.
2013-11-12 02:19:58 -05:00
AvShortBufferDescriptor.java
Rename AvBufferX -> AvByteBufferX and create AvShortBufferX
2013-11-10 03:42:29 -05:00
AvShortBufferPool.java
Drop audio frames if the backlog becomes too large. Trim buffer pools when memory runs low. Optimize AVC decoding a bit more.
2013-11-10 15:25:00 -05:00