1. 10 Feb, 2015 1 commit
    • Anton Khirnov's avatar
      mpegts: relax restrictions on matching the packet start in read_header · 1509c018
      Anton Khirnov authored
      analyze() is currently called both when probing and from read_header().
      It determines the packet start by looking for the sync byte, followed by
      unset Transport Error Indicator and valid adaptation_field_control.
      
      This makes sense to do when probing, but once we already know the format
      is MPEG-TS, it is counterproductive to be so strict -- e.g. in some
      files the TEI might be set and analyze() might get called with a smaller
      buffer than the one used for probing, resulting in a failure.
      1509c018
  2. 08 Feb, 2015 2 commits
  3. 07 Feb, 2015 3 commits
  4. 04 Feb, 2015 6 commits
  5. 03 Feb, 2015 9 commits
  6. 02 Feb, 2015 3 commits
  7. 01 Feb, 2015 2 commits
  8. 29 Jan, 2015 10 commits
  9. 28 Jan, 2015 3 commits
  10. 27 Jan, 2015 1 commit