media/library
aquilescanta 0ceff589b3 HLS Bugfix: Avoid loading initialization segment when reusing extractor
This bug affects any playlist that uses initialization segments. In practice,
almost exclusively fragmented mp4 segmented playlists are affected.

The bottom line is that extractors are chosen for reuse after the
initialization segment connection is open. However, reused extractors
do not need re-parsing the init segment, so loading the initialization is
wasteful.

PiperOrigin-RevId: 234479467
2019-02-18 17:40:48 +00:00
..
all Upgrade gradle plugin and friends 2019-02-18 15:57:55 +00:00
core Fix seek exception unit 2019-02-18 17:40:48 +00:00
dash Update Robolectric and Truth. 2019-02-18 15:59:32 +00:00
hls HLS Bugfix: Avoid loading initialization segment when reusing extractor 2019-02-18 17:40:48 +00:00
smoothstreaming Update Robolectric and Truth. 2019-02-18 15:59:32 +00:00
ui Handle recreation of TrackSelectionView instances. 2019-02-18 17:40:48 +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.