media/library
olly 94d668567c Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers
The former is deprecated and replaced by the latter in Mockito 2. However, there is a
functional difference: ArgumentMatchers will reject `null` and check the type
if the matcher specified a type (e.g. `any(Class)` or `anyInt()`). `any()` will
remain to accept anything.

PiperOrigin-RevId: 250458607
2019-05-30 15:25:28 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-30 15:25:28 +01:00
dash Add allowOnlyClearBuffers to SampleQueue#read 2019-05-30 15:25:28 +01:00
hls Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-30 15:25:28 +01:00
smoothstreaming Put @Nullable annotation in the right place 2019-05-30 15:10:55 +01:00
ui Fix anchor usage in SubtitlePainter's setupBitmapLayout 2019-05-30 15:25:28 +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.