media/library
tonihei 87cd644d00 Add remaining proguard config tests.
This ensures we have full test coverage for proguard configs now.
The only configs not covered by tests are:
 - IMA and OkHttp which copy recommended configs from the respective
   library. I couldn't reproduce failures by removing them (and thus
   couldn't write a test that ensures they are correct).
 - Some dontwarn lines that just suppress warnings.

In addition, this change fixes a couple of related issues:
 - Moved AV1 proguard config to correct module.
 - Removed mentioning of deprecated ExtractorMediaSource from README
 - Suppressed warning from IMA code that prevent proguarding under
   strict rules
 - Fixed wrong proguard exclusion in VP9 module.
 - Moved FLAC exclusion (DefaultExtractorsFactory) to correct module.
 - Added AlertDialog suppression for de-jetified code.
 - Removed unusued dependency from UI module that causes large APK
   size increase.

#exofixit
#minor-release

PiperOrigin-RevId: 344427532
2020-11-27 11:08:34 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Add MediaUtilsTest 2020-11-27 11:07:39 +00:00
core Add remaining proguard config tests. 2020-11-27 11:08:34 +00:00
dash Remove "live" from fields in MediaItem.LiveConfiguraton 2020-11-27 11:05:54 +00:00
extractor Add remaining proguard config tests. 2020-11-27 11:08:34 +00:00
hls Remove "live" from fields in MediaItem.LiveConfiguraton 2020-11-27 11:05:54 +00:00
smoothstreaming Remove deprecated MediaSource builder methods and constructors. 2020-10-13 16:27:20 +01:00
ui Add remaining proguard config tests. 2020-11-27 11:08:34 +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.