1. 20 Oct, 2011 1 commit
  2. 17 Oct, 2011 1 commit
  3. 12 Oct, 2011 1 commit
  4. 17 Jul, 2011 1 commit
  5. 13 Jul, 2011 1 commit
  6. 03 Jul, 2011 1 commit
  7. 08 Jun, 2011 1 commit
  8. 20 May, 2011 1 commit
  9. 17 May, 2011 1 commit
  10. 10 May, 2011 1 commit
  11. 09 May, 2011 1 commit
  12. 28 Apr, 2011 1 commit
  13. 17 Apr, 2011 1 commit
  14. 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
  15. 19 Mar, 2011 1 commit
  16. 17 Mar, 2011 1 commit
  17. 07 Mar, 2011 1 commit
  18. 04 Mar, 2011 1 commit
  19. 21 Feb, 2011 2 commits
  20. 20 Feb, 2011 1 commit
  21. 14 Feb, 2011 2 commits
  22. 31 Jan, 2011 2 commits
  23. 28 Jan, 2011 2 commits
  24. 26 Jan, 2011 2 commits
  25. 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
  26. 20 Jan, 2011 2 commits
  27. 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
  28. 27 Sep, 2010 2 commits
  29. 23 Jul, 2010 1 commit
  30. 10 Jul, 2010 1 commit
  31. 08 Jul, 2010 1 commit
  32. 01 Jul, 2010 1 commit
  33. 30 Jun, 2010 1 commit