media/library/src/main/java/com/google/android/exoplayer/text
aquilescanta 651996983b Refactored the Webvtt parsing classes
Moved the behaviors related to Cue's to the WebvttCueParser class.
This way, the parsing methods will be more easily accessible to
other classes, such as the MP4Webvtt parser. This class also has
some methods that require state to avoid repetitive avoidable
allocations. The method visibility is subject to changes in
further CLs.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=111616824
2016-01-07 22:52:34 +00:00
..
eia608 Propagate MediaFormat instead of TrackInfo. 2015-08-11 18:23:22 +01:00
mp4webvtt Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
subrip Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
ttml Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
tx3g Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
webvtt Refactored the Webvtt parsing classes 2016-01-07 22:52:34 +00:00
CaptionStyleCompat.java Fix typo 2014-11-13 16:06:49 +00:00
Cue.java Further improve WebVTT parser according to WebVTT spec 2015-09-28 12:20:27 +01:00
CuePainter.java Further improve WebVTT parser according to WebVTT spec 2015-09-28 12:20:27 +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 Further improve WebVTT parser according to WebVTT spec 2015-09-28 12:20:27 +01:00
SubtitleParser.java Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00:00
SubtitleParserHelper.java Refactored the SubtitleParser's parse() signature 2016-01-05 14:52:30 +00: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 Add "Webvtt embedded in MP4" support 2015-12-14 10:39:45 +00:00