media/library
ibaker 13d8860221 Tweak null-checking in TextRenderer#getNextEventTime()
`subtitle` is only guaranteed to be non-null if
`nextSubtitleEventIndex != C.INDEX_UNSET`. The null check added in
0efec5f6c1
was too early.

Issue: #8017
PiperOrigin-RevId: 334777742
2020-10-17 12:09:20 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Util.getStringForTime() prefixes negative times 2020-10-17 11:48:24 +01:00
core Tweak null-checking in TextRenderer#getNextEventTime() 2020-10-17 12:09:20 +01:00
dash Use Mp4WebvttDecoder for WebVTT content in DASH MP4 containers 2020-10-17 12:09:13 +01:00
extractor Preserve limit when resetting ParsableByteArray in OggPacket#populate 2020-10-17 11:53:40 +01:00
hls Exclude Guava transitive annotation dependencies 2020-09-11 16:02:37 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
ui Do not require subtitleButton in custom layouts of StyledPlayerView 2020-10-17 11:52:45 +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.