media/library
tonihei a12d72c72c Fix flakiness in SimpleDecoderVideoRendererTest
The test had two problems:
 1. It posts messages using a Handler and we need to idle the main looper
    to actually deliver this message.
 2. SimpleDecoder uses a background thread that is not within our control
    from the test. Ensure the decoding happens after we queue input buffers
    by using a lock.

PiperOrigin-RevId: 298300175
2020-03-10 10:16:08 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Move max encoded audio rates to format utils 2020-03-10 10:16:00 +00:00
core Fix flakiness in SimpleDecoderVideoRendererTest 2020-03-10 10:16:08 +00:00
dash Drop prefix test- from test methods under v2/library 2020-03-10 10:15:43 +00:00
extractor Drop prefix test- from test methods under v2/library 2020-03-10 10:15:43 +00:00
hls Drop prefix test- from test methods under v2/library 2020-03-10 10:15:43 +00:00
smoothstreaming Drop prefix test- from test methods under v2/library 2020-03-10 10:15:43 +00:00
ui Drop prefix test- from test methods under v2/library 2020-03-10 10:15:43 +00: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.