1. 10 Nov, 2012 1 commit
  2. 24 Oct, 2012 1 commit
  3. 23 Oct, 2012 1 commit
  4. 21 Oct, 2012 2 commits
  5. 19 Oct, 2012 1 commit
  6. 17 Oct, 2012 2 commits
  7. 16 Oct, 2012 1 commit
  8. 07 Oct, 2012 1 commit
  9. 02 Oct, 2012 1 commit
  10. 29 Sep, 2012 2 commits
  11. 28 Sep, 2012 1 commit
  12. 19 Sep, 2012 2 commits
  13. 18 Sep, 2012 1 commit
    • Luca Barbato's avatar
      mov: check for EOF in long lasting loops · 9888ffb1
      Luca Barbato authored
      A quite widespread pattern in the demuxer is read a 32bit unsigned
      integer and then loop till this value is reached.
      
      Checking for EOF prevents pathological situations.
      9888ffb1
  14. 16 Sep, 2012 2 commits
  15. 07 Sep, 2012 1 commit
  16. 01 Sep, 2012 1 commit
  17. 29 Aug, 2012 1 commit
  18. 21 Aug, 2012 2 commits
  19. 15 Aug, 2012 1 commit
  20. 12 Aug, 2012 1 commit
  21. 11 Aug, 2012 1 commit
  22. 07 Aug, 2012 2 commits
  23. 05 Aug, 2012 2 commits
  24. 30 Jul, 2012 1 commit
  25. 29 Jul, 2012 1 commit
    • Anton Khirnov's avatar
      lavf: deprecate r_frame_rate. · aba232cf
      Anton Khirnov authored
      According to its description, it is supposed to be the LCM of all the
      frame durations. The usability of such a thing is vanishingly small,
      especially since we cannot determine it with any amount of reliability.
      Therefore get rid of it after the next bump.
      
      Replace it with the average framerate where it makes sense.
      
      FATE results for the wtv and xmv demux tests change. In the wtv case
      this is caused by the file being corrupted (or possibly badly cut) and
      containing invalid timestamps. This results in lavf estimating the
      framerate wrong and making up wrong frame durations.
      In the xmv case the file contains pts jumps, so again the estimated
      framerate is far from anything sane and lavf again makes up different
      frame durations.
      
      In some other tests lavf starts making up frame durations from different
      frame.
      aba232cf
  26. 25 Jul, 2012 1 commit
    • Carl Eugen Hoyos's avatar
      Fix avui stream-copy. · 20e88d86
      Carl Eugen Hoyos authored
      The native decoder and MPlayer's binary decoder only need the
      APRG atom, QuickTime at least requires also the ARES atom and
      four additional 0 bytes padding at the end of stsd.
      20e88d86
  27. 19 Jul, 2012 1 commit
  28. 17 Jul, 2012 1 commit
  29. 04 Jul, 2012 1 commit
  30. 02 Jul, 2012 1 commit
  31. 01 Jul, 2012 1 commit
  32. 26 Jun, 2012 1 commit