media/library
ibaker 93f2dd8deb Switch test usages of ConditionVariable#block(timeout) to CountDownLatch
ConditionVariable.block(timeout) doesn't work in Robolectric, because it
relies on the system clock which doesn't advance.

PiperOrigin-RevId: 275798281
2019-10-30 08:46:33 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Switch test usages of ConditionVariable#block(timeout) to CountDownLatch 2019-10-30 08:46:33 +00:00
dash Switch test usages of ConditionVariable#block(timeout) to CountDownLatch 2019-10-30 08:46:33 +00:00
hls Remove HlsSampleStreamWrapper from the null checking blacklist 2019-10-18 17:43:13 +01:00
smoothstreaming Add SequencableLoader.isLoading 2019-10-02 21:30:07 +01:00
ui Refactor GlViewGroup to ViewRenderer 2019-10-18 17:42:19 +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.