1. 21 Jul, 2016 1 commit
  2. 13 Apr, 2016 1 commit
  3. 10 Mar, 2016 1 commit
  4. 03 Feb, 2016 1 commit
  5. 24 Jan, 2016 1 commit
  6. 22 Jan, 2016 1 commit
  7. 02 Dec, 2015 1 commit
  8. 24 Nov, 2015 1 commit
  9. 21 Aug, 2015 1 commit
  10. 14 Aug, 2015 2 commits
  11. 16 Jul, 2015 3 commits
  12. 29 May, 2015 1 commit
  13. 12 May, 2015 1 commit
  14. 29 Mar, 2015 1 commit
  15. 25 Nov, 2014 1 commit
  16. 03 Sep, 2014 1 commit
  17. 29 Apr, 2014 1 commit
  18. 22 Apr, 2014 1 commit
  19. 12 Apr, 2014 1 commit
  20. 23 Mar, 2014 1 commit
  21. 06 Mar, 2014 1 commit
  22. 29 Sep, 2013 1 commit
  23. 28 Aug, 2013 1 commit
  24. 27 Aug, 2013 1 commit
  25. 10 Aug, 2013 1 commit
  26. 06 Aug, 2013 1 commit
    • Marton Balint's avatar
      mpegts: add fix_teletext_pts mpegts demuxer option · a7bb12a3
      Marton Balint authored
      Changes since v1 of the patch:
      - enable option by default
      - add documentation
      - move up PTS override code after PES header parsing, to ensure we use the
        last PCR before the first packet of the teletext PES packet.
      
      The option overrides teletext packet PTS and DTS values with the timestamps
      calculated from the PCR of the first program which the teletext stream is part
      of and is not discarded.
      
      Using the same teletext PID for multiple programs is possible, therefore we
      need some kind of heuristics to know which program PCR we should synchronize
      to. Using the first non-discarded PCR pid among the programs of the teletext
      stream seemed like a good choice.
      
      The patch does not do PCR interpolation to estimate the PCR of the teltetext
      packet, it just uses the last PCR of the program, which may cause a slight
      error (0.1 sec) in the teletext packet pts-es.
      
      Based on a patch by Reimar Döffinger.
      http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-September/131610.htmlSigned-off-by: 's avatarMarton Balint <cus@passwd.hu>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      a7bb12a3
  27. 02 Jul, 2013 1 commit
  28. 25 May, 2013 1 commit
  29. 10 Apr, 2013 1 commit
  30. 31 Mar, 2013 1 commit
  31. 20 Mar, 2013 1 commit
  32. 07 Mar, 2013 1 commit
  33. 06 Mar, 2013 1 commit
  34. 24 Feb, 2013 1 commit
  35. 18 Feb, 2013 1 commit
  36. 13 Feb, 2013 2 commits