1. 03 Feb, 2012 1 commit
  2. 02 Feb, 2012 2 commits
    • Martin Storsjö's avatar
      movdec: Parse the dvc1 atom · 89415b8e
      Martin Storsjö authored
      Normally, the actual payload data contains sequence headers, too,
      and the parser can extract this and set it as extradata. However,
      the data in the dvc1 atom is the "official" extradata for the file.
      
      This is required for proper stream copy of vc1 from ismv to ismv.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      89415b8e
    • Janne Grunau's avatar
      movdec: fix dts generation in fragmented files · 7f19bdc2
      Janne Grunau authored
      Do not use AVStream's duration for dts generation since it contains in
      some cases the duration of the whole file instead of duration of the
      samples in the moov. This happens if the mdhd holds the duration of the
      whole file but has no entries or a zero duration in its stts.
      7f19bdc2
  3. 30 Jan, 2012 1 commit
  4. 27 Jan, 2012 1 commit
  5. 25 Jan, 2012 1 commit
  6. 18 Jan, 2012 1 commit
  7. 15 Jan, 2012 1 commit
  8. 05 Jan, 2012 1 commit
  9. 22 Dec, 2011 1 commit
  10. 11 Dec, 2011 1 commit
    • Mans Rullgard's avatar
      lavu: replace int/float punning functions · 3383a53e
      Mans Rullgard authored
      The existing functions defined in intfloat_readwrite.[ch] are
      both slow and incorrect (infinities are not handled).
      
      This introduces a new header with fast, inline conversion
      functions using direct union punning assuming an IEEE-754
      system, an assumption already made throughout the code.
      
      The one use of Intel/Motorola extended 80-bit format is
      replaced by simpler code sufficient under the present
      constraints (positive normal values).
      
      The old functions are marked deprecated and retained for
      compatibility.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      3383a53e
  11. 09 Dec, 2011 1 commit
  12. 05 Dec, 2011 1 commit
    • Alex Converse's avatar
      mov: Don't av_malloc(0). · 52401b82
      Alex Converse authored
      malloc() is allowed to return NULL when zero is the argument. This
      causes us to think malloc has failed and return AVERROR(ENOMEM). In
      addition OS X malloc() returns an unfreeable non-NULL pointer for size
      zero when alignment is greater than 16.
      52401b82
  13. 04 Dec, 2011 1 commit
  14. 30 Nov, 2011 1 commit
  15. 27 Nov, 2011 1 commit
  16. 22 Nov, 2011 1 commit
  17. 13 Nov, 2011 1 commit
  18. 05 Nov, 2011 1 commit
  19. 29 Oct, 2011 1 commit
  20. 21 Oct, 2011 4 commits
  21. 20 Oct, 2011 2 commits
  22. 19 Oct, 2011 1 commit
  23. 17 Oct, 2011 1 commit
  24. 14 Oct, 2011 2 commits
  25. 11 Oct, 2011 4 commits
  26. 21 Sep, 2011 1 commit
  27. 25 Aug, 2011 1 commit
  28. 21 Jul, 2011 1 commit
  29. 17 Jul, 2011 1 commit
  30. 03 Jul, 2011 2 commits