media/library
ibaker cfa8e19f77 Use parameterization in most extractor tests
Part of what makes these tests hard to deal with (imo) is being
unable to easily run a specific config, or seeing exactly which one
failed (because you always see only the first failure).

I put the parameters as a method on ExtractorAsserts to
reduce the boiler-plate required in each test class.

I'll migrate the extension FlacExtractorTest in a follow-up CL

PiperOrigin-RevId: 307785380
2020-04-27 10:40:01 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Add key set id to MediaItem 2020-04-27 10:18:20 +01:00
core Make some TtmlDecoder methods static. 2020-04-27 10:40:01 +01:00
dash Remove DownloadConstructorHelper 2020-04-27 10:39:34 +01:00
extractor Use parameterization in most extractor tests 2020-04-27 10:40:01 +01:00
hls Remove DownloadConstructorHelper 2020-04-27 10:39:34 +01:00
smoothstreaming Remove DownloadConstructorHelper 2020-04-27 10:39:34 +01:00
ui Use anti-aliasing and bitmap filtering for bitmap subtitles 2020-04-27 10:18:31 +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.