media/library
tonihei c5c4c87728 Restrict some Handler to current Looper only.
They currently fall back to the main Looper if the current thread
doesn't have a Looper. All the changed Handlers are guaranteed to
be created on a thread with a Looper (mostly the ExoPlayer playback
Looper) and thus can make this stricter assumption. This makes it
easier to reason about the code as there are no ambiguities as to which
thread the Handler is running on.

PiperOrigin-RevId: 317334503
2020-06-23 11:06:31 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Restrict some Handler to current Looper only. 2020-06-23 11:06:31 +01:00
core Restrict some Handler to current Looper only. 2020-06-23 11:06:31 +01:00
dash Restrict some Handler to current Looper only. 2020-06-23 11:06:31 +01:00
extractor Align flags between the core and extension FLAC extractors 2020-06-23 11:05:37 +01:00
hls Restrict some Handler to current Looper only. 2020-06-23 11:06:31 +01:00
smoothstreaming Restrict some Handler to current Looper only. 2020-06-23 11:06:31 +01:00
ui Prevent shutter closing for within-window seeks to unprepared periods 2020-06-11 10:10:18 +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.