media/library
tonihei e03623f701 Fix issue with keeping window sequence number after repeated seeks.
The number is shelved in calls to queue.clear() to keep it for the next
media period. However, the queue may also become empty by repeated calls to
advancePlayingPeriod which may happen when seeking to an unprepared period.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=205376036
2018-07-23 13:58:04 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Fix issue with keeping window sequence number after repeated seeks. 2018-07-23 13:58:04 +01:00
dash Fix wrong loop variable in DashMediaPeriod. 2018-07-23 13:53:32 +01:00
hls Fix bug where sourceId wasn't set for the first chunk 2018-07-23 13:56:04 +01:00
smoothstreaming Explicitly null MediaPeriod callbacks on release 2018-06-05 15:18:33 +01:00
ui Fix a bug with TTML using font size as % of cellResolution. 2018-07-23 13:55:41 +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.