media/library
ibaker 2c721130b1 Update parseStbl to handle edit lists & gapless info
Without this, a subtitle track empty edit list used to offset the start of
subtitles is ignored.

Also the current code seems to depend on the order in which
we parse the tracks (audio first means we have gapless info when we parse
video track, while video first we wouldn't).

It's not clear why we can't handle both edit lists & gapless info

PiperOrigin-RevId: 276029744
2019-11-05 17:32:13 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Update parseStbl to handle edit lists & gapless info 2019-11-05 17:32:13 +00:00
dash Fix DashManifestParserTest in release branch 2019-10-14 17:14:41 +01:00
hls Enable ID3-in-EMSG for HLS streams 2019-10-13 12:37:08 +01:00
smoothstreaming Avoid retrying fatal errors 2019-09-18 15:28:19 -07:00
ui Define default colors as constants 2019-10-13 12:19:04 +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.