media/library
tonihei f82920926d Switch language normalization to 2-letter language codes.
2-letter codes (ISO 639-1) are the standard Android normalization and thus we
should prefer them to 3-letter codes (although both are technically allowed
according the BCP47).

This helps in two ways:
 1. It simplifies app interaction with our normalized language codes as the
    Locale class makes it easy to convert a 2-letter to a 3-letter code but
    not the other way round.
 2. It better normalizes codes on API<21 where we previously had issues with
    language+country codes (see tests).
 3. It allows us to normalize both ISO 639-2/T and ISO 639-2/B codes to the same
    language.

PiperOrigin-RevId: 258729728
2019-07-26 16:57:40 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Switch language normalization to 2-letter language codes. 2019-07-26 16:57:40 +01:00
dash Merge pull request #5908 from sr1990:dev-v2 2019-07-09 11:32:28 +01:00
hls Switch language normalization to 2-letter language codes. 2019-07-26 16:57:40 +01:00
smoothstreaming Merge pull request #6055 from xirac:dev-v2 2019-07-09 11:27:31 +01:00
ui Remove some UI classes from nullness blacklist 2019-07-26 16:52:05 +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.