1. 21 Jan, 2019 11 commits
  2. 17 Jan, 2019 7 commits
  3. 15 Jan, 2019 7 commits
  4. 14 Jan, 2019 11 commits
  5. 10 Jan, 2019 1 commit
    • CEA608: Limiting duplicated command checks to immediate frames · fff60235
      Reported in https://github.com/google/ExoPlayer/issues/3860
      For failing examples see the github link above.
      
      [Problem]
      We drop matching control codes even if they are not received on
      consecutive frames.
      
      The specification says
      "(4) If the first transmission of a control code pair passes parity,
      it is acted upon within one video frame. If the NEXT frame contains
      a perfect repeat of the same pair, the redundant code is ignored."
      
      Keyword is the NEXT. The frames must arrive immediately after
      each other.
      
      See https://www.law.cornell.edu/cfr/text/47/79.101
      
      [Solution]
      Set an additional flag when any data is processed. Control code
      duplication checks should be limited only for the first control
      byte pairs processed after any control code.
      
      [Test]
      Sarnoff tests have equivalent CEA708 and CEA608 Streams.
      Zsolt Matyas committed
  6. 08 Jan, 2019 3 commits