media/library
tonihei e84d88e90f Simplify and improve text selection logic.
This changes the logic in the following ways:
 - If no preferred language is matched, prefer better scores for the selected
   audio language.
 - If a preferred language is matched, always prefer the better match
   irrespective of default or forced flags.
 - If a preferred language score and the isForced flag is the same, prefer
   tracks with a better selected audio language match.

PiperOrigin-RevId: 259707430
2019-07-24 12:33:55 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Simplify and improve text selection logic. 2019-07-24 12:33:55 +01:00
dash Rename SourceInfoRefreshListener to MediaSourceCaller. 2019-07-14 16:25:18 +01:00
hls Plumb DrmSessionManager into HlsMediaSource 2019-07-23 23:16:33 +01:00
smoothstreaming Plumb DrmSessionManager into SsMediaSource 2019-07-14 16:23:19 +01:00
ui Merge pull request #6042 from Timbals:dev-v2 2019-07-18 19:40: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.