media/library
tonihei bf5b52e288 Make sure finishAllSessions() can be called without removing listener
Currently, this method is only supposed to be called before removing
the listener from the player or when releasing the player.

If called at other times, it will throw an exception later when
a playback session is ended automatically.

issue:#7193
PiperOrigin-RevId: 308254993
2020-04-27 10:41:50 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Remove Sample from SampleChooserActivity 2020-04-27 10:41:33 +01:00
core Make sure finishAllSessions() can be called without removing listener 2020-04-27 10:41:50 +01:00
dash Fix NPE when reading from a SampleQueue from a loading thread 2020-04-27 10:41:50 +01:00
extractor Remove ExtractorAsserts overloads that take a Context 2020-04-27 10:41:49 +01:00
hls Fix NPE when reading from a SampleQueue from a loading thread 2020-04-27 10:41:50 +01:00
smoothstreaming Move LoadEventInfo creation to the caller 2020-04-27 10:41:33 +01:00
ui Use anti-aliasing and bitmap filtering for bitmap subtitles 2020-04-27 10:18:31 +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.