1. 08 Jun, 2011 1 commit
  2. 20 May, 2011 1 commit
  3. 17 May, 2011 1 commit
  4. 10 May, 2011 1 commit
  5. 09 May, 2011 1 commit
  6. 28 Apr, 2011 1 commit
  7. 17 Apr, 2011 1 commit
  8. 14 Apr, 2011 1 commit
    • Rudolf Polzer's avatar
      mpegts: force the default timebase · 0a962e61
      Rudolf Polzer authored
      The mpegts muxer does not set the stream time base using
      av_set_pts_info, but expects it to have the default value of 1/90000.
      If the calling code changes stream pts before writing the header,
      other muxers override the time base at that point (like mpegenc.c).
      0a962e61
  9. 19 Mar, 2011 1 commit
  10. 17 Mar, 2011 1 commit
  11. 07 Mar, 2011 1 commit
  12. 04 Mar, 2011 1 commit
  13. 21 Feb, 2011 2 commits
  14. 20 Feb, 2011 1 commit
  15. 14 Feb, 2011 2 commits
  16. 31 Jan, 2011 2 commits
  17. 28 Jan, 2011 2 commits
  18. 26 Jan, 2011 2 commits
  19. 25 Jan, 2011 1 commit
    • Georgi Chorbadzhiyski's avatar
      mpegtsenc: remove unused variables · 6e78c8ee
      Georgi Chorbadzhiyski authored
      Remove two variables that were not used and caused the following
      warnings:
      
      CC      libavformat/mpegtsenc.o
      libavformat/mpegtsenc.c: In function 'mpegts_write_section':
      libavformat/mpegtsenc.c:72:18: warning: unused variable 'ts'
      libavformat/mpegtsenc.c: In function 'mpegts_insert_null_packet':
      libavformat/mpegtsenc.c:586:18: warning: unused variable 'ts'
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      6e78c8ee
  20. 20 Jan, 2011 2 commits
  21. 03 Dec, 2010 1 commit
    • Tomas Härdin's avatar
      mpegtsenc: Improve PCR generation and output · 66be80d6
      Tomas Härdin authored
      This fixes PCR drift due to accumulating TS_PACKET_SIZE*8*90000LL/ts->mux_rate each packet, due to rounding errors when mux_rate does not evenly divide 135360000.
      This patch also increases the PCR precision to 27 MHz from 90 kHz and takes the location of the PCR data into account (+11 bytes according to the spec).
      
      Originally committed as revision 25864 to svn://svn.ffmpeg.org/ffmpeg/trunk
      66be80d6
  22. 27 Sep, 2010 2 commits
  23. 23 Jul, 2010 1 commit
  24. 10 Jul, 2010 1 commit
  25. 08 Jul, 2010 1 commit
  26. 01 Jul, 2010 1 commit
  27. 30 Jun, 2010 1 commit
  28. 11 Apr, 2010 1 commit
  29. 03 Apr, 2010 1 commit
  30. 30 Mar, 2010 1 commit
  31. 10 Mar, 2010 2 commits
  32. 09 Mar, 2010 1 commit