1. 07 Nov, 2014 1 commit
    • Martin Storsjö's avatar
      movenc: Allow to request not to use edit lists · 1d8a0c1b
      Martin Storsjö authored
      In this case, shift tracks to start from zero instead (potentially
      stretching the first sample in tracks that start later than the
      first one).
      
      Some software does not support edit lists at all, the adobe flash
      player seems to be one of these. This results in AV sync errors when
      edit lists are used to adjust AV sync.
      
      Some players, such as QuickTime, don't respect the duration for
      audio packets, so if an audio track starts later than the video
      track and the first audio sample gets a duration longer than the
      actual amount of data in it, the result will be out of sync.
      
      Based on patches by Michael Niedermayer.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1d8a0c1b
  2. 03 Nov, 2014 1 commit
  3. 29 Oct, 2014 2 commits
  4. 06 Aug, 2014 1 commit
  5. 05 Aug, 2014 1 commit
  6. 11 Jul, 2014 1 commit
  7. 18 May, 2014 1 commit
  8. 22 Mar, 2014 1 commit
  9. 23 Oct, 2013 1 commit
  10. 17 Sep, 2013 2 commits
  11. 23 Aug, 2013 1 commit
  12. 21 Aug, 2013 1 commit
  13. 04 Jun, 2013 3 commits
  14. 03 Jun, 2013 1 commit
  15. 06 Oct, 2012 1 commit
  16. 20 Mar, 2012 1 commit
  17. 22 Feb, 2012 1 commit
  18. 14 Feb, 2012 1 commit
  19. 30 Jan, 2012 1 commit
  20. 27 Jan, 2012 1 commit
  21. 25 Jan, 2012 4 commits
  22. 20 Jan, 2012 1 commit
  23. 15 Dec, 2011 1 commit
  24. 10 Dec, 2011 1 commit
    • Martin Storsjö's avatar
      movenc: Use the actual converted sample for RTP hinting · e2484fb6
      Martin Storsjö authored
      If an annex b bitstream is muxed into mov, the actual written
      sample is reformatted to mp4 syntax before writing.
      
      Currently, the RTP hints that copy data from the normal video
      track, where the payload data might be offset compared to the
      original sample that the RTP hinting used (when 3 byte
      annex b startcodes have been converted into 4 byte mp4 format
      startcodes).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      e2484fb6
  25. 02 Nov, 2011 1 commit
  26. 10 Jun, 2011 1 commit
  27. 27 May, 2011 2 commits
  28. 19 Mar, 2011 1 commit
  29. 18 May, 2010 4 commits