media/library
andrewlewis e7ef75342c Scale up initial video decoder maximum input size
When playing a playlist where the exact maximum input size is known from the
container for each item, it may be necessary to recreate the decoder to increase
its maximum input buffer size at the point of transitioning from one item to the
next, which can make transitions non-seamless.

Scale up the initial video decoder maximum input size so playlist item
transitions with small increases in maximum sample size don't require
reinitialization.

Issue: #4510

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=208650244
2018-08-16 16:39:38 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Scale up initial video decoder maximum input size 2018-08-16 16:39:38 +01:00
dash Fix handling of text codecs strings in DashManifestParser 2018-08-13 14:06:57 +01:00
hls Remove unneeded null check 2018-08-13 14:05:37 +01:00
smoothstreaming Update dependencies + misc fixes 2018-08-13 14:02:51 +01:00
ui Update dependencies + misc fixes 2018-08-13 14:02:51 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.