media/library
tonihei 560c8c8760 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-09-16 17:33:38 -07:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Simplify and improve text selection logic. 2019-09-16 17:33:38 -07:00
dash Modify EventMessageDecoder to return null if decoding fails (currently throws exceptions) 2019-09-02 14:34:19 +01:00
hls Update stale TrackSelections in chunk sources when keeping the streams. 2019-08-05 20:36:04 +01:00
smoothstreaming Update stale TrackSelections in chunk sources when keeping the streams. 2019-08-05 20:36:04 +01:00
ui move transparency values of buttons to resources to make it accessible for customization 2019-09-16 16:57:53 -07: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.