1. 30 Jun, 2015 1 commit
  2. 29 Jun, 2015 1 commit
  3. 23 Jun, 2015 1 commit
  4. 12 Jun, 2015 1 commit
  5. 10 Jun, 2015 1 commit
  6. 26 May, 2015 1 commit
  7. 01 May, 2015 2 commits
  8. 30 Apr, 2015 1 commit
  9. 29 Apr, 2015 2 commits
  10. 28 Apr, 2015 1 commit
    • John Högberg's avatar
      mpegts: Update the PSI/SI table only if the version change · 82de8d71
      John Högberg authored
      If a PAT is finished while a PMT section filter is opened but
      not yet finished, the PMT section filter is closed and all
      the received data is discarded.
      
      This is usually not an issue but some multiplexers (With very
      quick PAT/PMT repetition settings) consistently emit a PMT
      section start, then a PAT, and then the rest of the PMT,
      causing the aforementioned behavior to result in no PMT being
      finished.
      
      In the most pathologic situation the stream information are lost
      and the probe fallback miscategorizes subtitles as mp3 audio.
      
      Avoid the issue through eliminating redundant PSI/SI table
      updates by checking their version field, which is required by
      the standard to be incremented on every change no matter how
      minor.
      
      CC: libav-stable@libav.org
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      82de8d71
  11. 19 Apr, 2015 1 commit
  12. 16 Mar, 2015 1 commit
  13. 14 Feb, 2015 1 commit
  14. 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
  15. 08 Feb, 2015 1 commit
  16. 14 Jan, 2015 1 commit
  17. 20 Dec, 2014 1 commit
  18. 18 Dec, 2014 1 commit
  19. 06 Dec, 2014 1 commit
  20. 05 Dec, 2014 1 commit
  21. 08 Nov, 2014 2 commits
  22. 04 Nov, 2014 2 commits
  23. 03 Nov, 2014 2 commits
  24. 26 Oct, 2014 1 commit
  25. 16 Oct, 2014 1 commit
  26. 04 Oct, 2014 2 commits
  27. 13 Sep, 2014 1 commit
  28. 06 Sep, 2014 1 commit
  29. 03 Sep, 2014 2 commits
  30. 01 Sep, 2014 1 commit
  31. 16 Aug, 2014 2 commits
  32. 15 Aug, 2014 1 commit