media/library
tonihei 3bd59f8cf0 Ensure minDurationToRetainAfterDiscard >= minDurationForQualityIncrease
If this condition isn't true, the player may enter a cycle of discarding
and reloading the same format. As minDurationToRetainAfterDiscard is a
parameter likely left at its default, and minDurationForQualityIncrease
is likely adjusted more often, we correct the value in the problematic
case and log a warning instead of asserting it outright to prevent
unnecessary app breakages.

Issue: #8807
PiperOrigin-RevId: 368207417
2021-04-13 18:01:04 +01:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common Use MediaItem.DEFAULT_MEDIA_ID as default media ID 2021-04-13 14:59:40 +01:00
core Ensure minDurationToRetainAfterDiscard >= minDurationForQualityIncrease 2021-04-13 18:01:04 +01:00
dash Add test for emsg near to end of DASH period 2021-04-01 16:05:27 +01:00
extractor Fix DefaultExtractorInputTest.largeSkip 2021-04-01 16:04:42 +01:00
hls Merge pull request #8764 from uvjustin:dev-v2 2021-04-12 15:39:09 +01:00
smoothstreaming Add common prefix to loader thread names 2021-02-11 12:05:06 +00:00
transformer SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
ui Pause and resume GLSurfaceView instances in player views 2021-04-13 14:59:17 +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.