media/library
hoangtc d24e7cdffe Fix a bug with TTML using font size as % of cellResolution.
After [] we support default font size for TTML, relative to the cellResolution of the document. However, this introduced a bug that makes TTML font-size in such case always follow the cellResolution font size, even when SubtitleView.setApplyEmbeddedStyles(false) and SubtitleView.setApplyEmbeddedFontSizes(false) were used.

This CL updates the fix so that the default font-size using cellResolution works in the same way as other embedded styles, and can be turned off using setters from SubtitleView.

GitHub: #4491

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204467033
2018-07-23 13:55:41 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Ignore all edit lists if one track's edits can't be applied 2018-07-23 13:54:12 +01:00
dash Fix wrong loop variable in DashMediaPeriod. 2018-07-23 13:53:32 +01:00
hls Rename HlsPlaylistTracker's release to stop 2018-07-23 13:46:10 +01:00
smoothstreaming Explicitly null MediaPeriod callbacks on release 2018-06-05 15:18:33 +01:00
ui Fix a bug with TTML using font size as % of cellResolution. 2018-07-23 13:55:41 +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.