media/library
olly 46a40c6026 Skip aliases of other codecs
- They are always listed with their canonical names
- Considering aliases means that blacklisting a decoder can end up
  not actually blacklisting it, since it may still be accessible
  via an alias. It also means that our decoder fallback logic can
  end up falling back to a decoder that we've already tried!

PiperOrigin-RevId: 303348297
2020-03-27 23:33:07 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Resample float audio to 16-bit by default to enable audio processing 2020-03-25 13:06:17 +00:00
core Skip aliases of other codecs 2020-03-27 23:33:07 +00:00
dash deprecate createMediaSource with uri argument 2020-03-27 23:31:37 +00:00
extractor WAV: Don't read past data end position 2020-03-25 13:05:14 +00:00
hls deprecate createMediaSource with uri argument 2020-03-27 23:31:37 +00:00
smoothstreaming deprecate createMediaSource with uri argument 2020-03-27 23:31:37 +00:00
ui Document that overlapping spans aren't rendered to HTML correctly 2020-03-27 23:30:28 +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.