media/library
tonihei 7907f4e047 Make usage of live minDurationForQualityIncrease more consistent
We have two ways to choose the minDurationForQualityIncreaseMs value in
AdaptiveTrackSelection: use the configured value for non-live or when
enough buffered data is available, or use a fraction of the available
duration to allow switching when playing close to the live edge.

The decision point when to use which value isn't quite consistent because
we compare against availableDurationUs before making the adjustments. This
means there is range of values where no up-switching is possible despite
perfect buffering. Fix this by choosing the minimum of both values.

Issue: google/ExoPlayer#9784

#minor-release

PiperOrigin-RevId: 428474332
2022-02-17 11:41:01 +00:00
..
all Fix minimum API level issue 2022-02-08 11:03:36 +00:00
common Add helpers for FBOs in GlUtil. 2022-02-17 11:23:42 +00:00
core Make usage of live minDurationForQualityIncrease more consistent 2022-02-17 11:41:01 +00:00
dash Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-04 15:07:19 +00:00
datasource Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
decoder Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
extractor Fix Sample Size For Supplemental Data In MatroskaExtractor 2022-02-17 10:42:28 +00:00
hls Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
rtsp Fix the position of IntDefs to match TYPE_USE 2022-02-08 12:34:06 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Add helpers for FBOs in GlUtil. 2022-02-17 11:23:42 +00:00
ui Set character limit for accessability strings to NONE 2022-02-17 11:06:41 +00: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.