media/library
olly a9cbbf91c3 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-30 18:31:24 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Skip aliases of other codecs 2020-03-30 18:31:24 +01:00
dash Merge pull request #7057 from Chimerapps:dash_assetidentifier 2020-03-30 14:32:35 +01:00
hls Merge pull request #7098 from matamegger:feature/webvtt_negative_media_timestamp 2020-03-30 18:27:14 +01:00
smoothstreaming Fix SmoothStreaming 2020-02-18 12:15:13 +00:00
ui Add option for sensor rotation in 360 playbacks 2020-03-30 18:27:07 +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.