media/library/src/main/java/com/google/android/exoplayer2/text
cdrolle 040fe3b194 Refactored the text.eia608 package to text.cea.
All of the classes in the text.eia608 package have been moved to
text.cea, and renamed with the "cea" prefix instead of "eia". All of
the buffering logic has been extracted from Cea608Decoder (formerly
Eia608Decoder) into the abstract CeaDecoder, which Cea608Decoder
extends. Cea608Decoder also now expects a 3-byte sample (i.e. the
entire cc_data_pkt instead of just the cc_data_1 and cc_data_2 bytes).
Classes like RawCcExtractor and SeiReader, responsible for creating
these samples, have also been updated accordingly.

This change is a necessary precursor to adding support for multi
-channel CEA-608 and CEA-708 captions.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134537482
2016-09-29 16:28:58 +01:00
..
cea Refactored the text.eia608 package to text.cea. 2016-09-29 16:28:58 +01:00
subrip Sanitize constants 2016-08-31 15:25:18 +01:00
ttml Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
tx3g Sanitize constants 2016-08-31 15:25:18 +01:00
webvtt Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
CaptionStyleCompat.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
Cue.java Use @IntDef where possible. 2016-09-28 11:25:02 +01:00
SimpleSubtitleDecoder.java Use new import ordering. 2016-08-08 11:06:48 +01:00
SimpleSubtitleOutputBuffer.java Consistent Javadoc for text package 2016-07-22 22:41:36 +01:00
Subtitle.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
SubtitleDecoder.java Fix up a bunch more Javadoc. 2016-07-28 20:04:40 +01:00
SubtitleDecoderException.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00
SubtitleDecoderFactory.java Refactored the text.eia608 package to text.cea. 2016-09-29 16:28:58 +01:00
SubtitleInputBuffer.java Consistent Javadoc for text package 2016-07-22 22:41:36 +01:00
SubtitleOutputBuffer.java Use new import ordering. 2016-08-08 11:06:48 +01:00
TextRenderer.java Fix a bunch more Javadoc 2016-08-31 15:25:24 +01:00