media/library
olly 5b0e693419 Fix DefaultDashChunkSource.updateLiveEdgeTimeUs
Very subtle, but lastAvailableSegmentNum is shifted by
RepresentationHolder.segmentNumShift. When accessing the
index directly it's necessary to unshift. The easiest way
to do this is to call through the holder, which does this
for you.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=169239928
2017-09-19 18:16:18 +01:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Check if the cache is already empty before trying to evict more span 2017-09-19 18:14:54 +01:00
dash Fix DefaultDashChunkSource.updateLiveEdgeTimeUs 2017-09-19 18:16:18 +01:00
hls Update ABR logic in AdaptiveTrackSelection for live streaming case 2017-09-15 23:33:10 +01:00
smoothstreaming Update ABR logic in AdaptiveTrackSelection for live streaming case 2017-09-15 23:33:10 +01:00
ui Workaround the skip ad button not being focused 2017-09-15 23:39:19 +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.