media/library/src/main/java/com/google/android/exoplayer/text
Oliver Woodman 04342f2b76 Don't use toLowerCase :).
It can do weird things if the device has an unusual default Locale.
Util.toLowerInvariant uses the US Locale, which does the right thing
in this case.
2015-09-10 18:31:08 +01:00
..
eia608 Propagate MediaFormat instead of TrackInfo. 2015-08-11 18:23:22 +01:00
subrip Add non-strict SubRip parsing (enabled by default). 2015-09-10 18:29:36 +01:00
ttml Don't use toLowerCase :). 2015-09-10 18:31:08 +01:00
tx3g Some misc cleanup. 2015-09-01 13:57:51 +01:00
webvtt Some misc cleanup. 2015-09-01 13:57:51 +01:00
CaptionStyleCompat.java Fix typo 2014-11-13 16:06:49 +00:00
Cue.java Step towards enhanced Webvtt parser to support HTML-rich captions and positioning. 2015-05-19 15:19:59 +01:00
CuePainter.java CuePainter fixes for caption styling. 2015-09-10 18:22:44 +01:00
PlayableSubtitle.java Add ISO 14496-30 embedded TTML (stpp) subtitle support. 2015-08-17 17:15:53 +01:00
Subtitle.java Simplify subtitle parsing. 2015-08-13 20:36:50 +01:00
SubtitleLayout.java CuePainter fixes for caption styling. 2015-09-10 18:22:44 +01:00
SubtitleParser.java Some misc cleanup. 2015-09-01 13:57:51 +01:00
SubtitleParserHelper.java Some misc cleanup. 2015-09-01 13:57:51 +01:00
TextRenderer.java Step towards enhanced Webvtt parser to support HTML-rich captions and positioning. 2015-05-19 15:19:59 +01:00
TextTrackRenderer.java Allow multiple sources for text. 2015-09-01 14:23:10 +01:00