1. 02 Aug, 2017 1 commit
    • Fix handling of H.262 CSD · 962a7131
      The start code for H.262 codec-specific data may be across a packet boundary.
      Before this change the offset passed to CsdBuffer.onData may have been before
      the start point of the data in the newData buffer.
      
      After this change, start codes are added directly to the CSD buffer when it's
      filling and any start code bytes added by onData (at the end of a packet) are
      discarded.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=163943584
      andrewlewis committed
  2. 01 Aug, 2017 7 commits
  3. 31 Jul, 2017 23 commits
  4. 27 Jul, 2017 1 commit
    • Fix H262 segmentation. · 908362bd
      Prepend sequence headers to the next frame, instead of appending them to
      the previous frame. Tested decoders like FFMPEG and Google's
      Android/MPEG2 expects to read the sequence headers before the first
      frame they apply to. When sequence headers are appended to the previous
      frame, these are ignored and this leads to incorrect decoding.
      Michael Goffioul committed
  5. 26 Jul, 2017 1 commit
  6. 21 Jul, 2017 7 commits