media/library
christosts 4e8ea009b8 Fix AsynchronousMediaCodecBufferEnqueuerTest
Fixes AsynchronousMediaCodecBufferEnqueuerTest broken tests by
enqueueing input buffers that have previously been dequeued from the
MediaCodec.

The test assumes that the shadow MediaCodec implementation can dequeue
at least 10 input buffers before queueing them back. Although fragile,
it seems to work with the current robolectric shadow MediaCodec. This is
at the moment preferred compared to making the test more complicated.

PiperOrigin-RevId: 310325096
2020-05-14 22:18:09 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add Player#getTrackSelector() 2020-05-14 22:17:51 +01:00
core Fix AsynchronousMediaCodecBufferEnqueuerTest 2020-05-14 22:18:09 +01:00
dash Pass LoadErrorInfo to LoadErrorHandlingPolcy 2020-05-05 18:37:57 +01:00
extractor Parse AAC initialisation data in MatroskaExtractor 2020-05-06 20:57:53 +01:00
hls Merge pull request #7328 from TiVo:include-roleflags-in-final-format 2020-05-05 18:39:38 +01:00
smoothstreaming Pass LoadErrorInfo to LoadErrorHandlingPolcy 2020-05-05 18:37:57 +01:00
ui Remove auto-notification of current cues when adding listener. 2020-05-06 20:56:37 +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.