1. 17 Nov, 2012 1 commit
  2. 16 Nov, 2012 1 commit
  3. 15 Nov, 2012 1 commit
    • Janne Grunau's avatar
      mxfdec: fix typo in mxf_read_seek() · c84cce5a
      Janne Grunau authored
      Check the number of index tables before using byte offset based seeking
      instead of the index_tables pointer.
      
      Found by Måns Rullgård <mans@mansr.com>.
      c84cce5a
  4. 11 Nov, 2012 1 commit
  5. 01 Nov, 2012 1 commit
  6. 24 Oct, 2012 3 commits
  7. 11 Oct, 2012 1 commit
  8. 10 Oct, 2012 1 commit
  9. 08 Oct, 2012 1 commit
  10. 27 Sep, 2012 1 commit
  11. 20 Sep, 2012 1 commit
  12. 07 Aug, 2012 1 commit
  13. 30 Jul, 2012 1 commit
  14. 27 Jul, 2012 1 commit
  15. 19 Jul, 2012 1 commit
  16. 10 Jul, 2012 10 commits
  17. 07 Jul, 2012 1 commit
  18. 27 May, 2012 1 commit
  19. 22 May, 2012 1 commit
  20. 20 Apr, 2012 1 commit
  21. 19 Apr, 2012 1 commit
  22. 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
  23. 26 Mar, 2012 2 commits
  24. 20 Mar, 2012 1 commit
  25. 18 Mar, 2012 1 commit
  26. 11 Mar, 2012 2 commits
  27. 07 Mar, 2012 1 commit