media/library
ibaker d4b9fe33b4 Remove subtitle types allow-list from DefaultMediaSourceFactory
Removes subtitle allow-list by using SubtitleDecoderFactory.DEFAULT.
When the format is unsupported, the extractor registers one track and
sends the format with the Format#sampleMimeType set to TEXT_UNKNOWN and
Format#codecs field set to the actual subtitle MIME type.
The TextRenderer will recognize this MIME Type as not supported which is
gonna be visible in the event log.

PiperOrigin-RevId: 400679058
2021-10-04 12:10:32 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Remove fully qualified class names in link tags 2021-10-04 11:53:39 +01:00
core Remove subtitle types allow-list from DefaultMediaSourceFactory 2021-10-04 12:10:32 +01:00
dash Remove fully qualified class names in link tags 2021-10-04 11:53:39 +01:00
extractor Remove fully qualified class names in link tags 2021-10-04 11:53:39 +01:00
hls Migrate usages of MediaItem.PlaybackProperties to LocalConfiguration 2021-09-28 16:35:31 +01:00
rtsp Migrate callers of ExoPlayer.Builder#build() to buildExoPlayer() 2021-09-28 16:38:20 +01:00
smoothstreaming Migrate usages of MediaItem.PlaybackProperties to LocalConfiguration 2021-09-28 16:35:31 +01:00
transformer Validate input format. 2021-10-04 11:46:23 +01:00
ui Merge pull request #9525 from talklittle:fix-initial-position 2021-10-04 11:56:36 +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.