1. 07 Aug, 2012 1 commit
  2. 30 Jul, 2012 1 commit
  3. 27 Jul, 2012 1 commit
  4. 19 Jul, 2012 1 commit
  5. 10 Jul, 2012 10 commits
  6. 07 Jul, 2012 1 commit
  7. 27 May, 2012 1 commit
  8. 22 May, 2012 1 commit
  9. 20 Apr, 2012 1 commit
  10. 19 Apr, 2012 1 commit
  11. 04 Apr, 2012 1 commit
    • Tomas Härdin's avatar
      mxfdec: Fix regression on files from Pinnacle Thunder · a61fada3
      Tomas Härdin authored
      The reason for this is that such files have IndexTableSegments which when parsed
      cover EditUnit ranges like this:
      
       [0,1)
       [249,250)
       [249,377)
       [0,249)
      
      where each interval is [IndexStartPosition,IndexStartPosition+IndexDuration).
      This would be reduced to a sparse index like:
      
       [0,1), [249,250)
      
      instead of the full range:
      
       [0,249), [249,377)
      
      See TimeCode_HD.mxf, UMID =
      060a2b340101010101010410130000000004001aa0e59175025b2a5600da4101.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      a61fada3
  12. 26 Mar, 2012 2 commits
  13. 20 Mar, 2012 1 commit
  14. 18 Mar, 2012 1 commit
  15. 11 Mar, 2012 2 commits
  16. 07 Mar, 2012 3 commits
  17. 28 Feb, 2012 3 commits
  18. 09 Feb, 2012 8 commits