1. 29 Sep, 2016 1 commit
    • Refactored the text.eia608 package to text.cea. · 040fe3b1
      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
      cdrolle committed
  2. 28 Sep, 2016 24 commits
  3. 16 Sep, 2016 6 commits
  4. 14 Sep, 2016 5 commits
  5. 13 Sep, 2016 4 commits