1. 08 Apr, 2013 1 commit
  2. 26 Mar, 2013 1 commit
  3. 20 Dec, 2012 1 commit
  4. 18 Dec, 2012 1 commit
  5. 13 Dec, 2012 1 commit
  6. 01 Oct, 2012 1 commit
  7. 18 Sep, 2012 1 commit
  8. 11 Sep, 2012 1 commit
  9. 06 Sep, 2012 2 commits
  10. 30 Aug, 2012 1 commit
  11. 07 Aug, 2012 1 commit
  12. 30 Jul, 2012 1 commit
  13. 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
  14. 22 Jul, 2012 1 commit
  15. 28 Jun, 2012 2 commits
  16. 11 Jun, 2012 1 commit
  17. 03 Jun, 2012 1 commit
  18. 20 May, 2012 1 commit
  19. 07 May, 2012 1 commit
  20. 06 Apr, 2012 1 commit
  21. 12 Mar, 2012 2 commits
  22. 05 Feb, 2012 1 commit
  23. 15 Dec, 2011 1 commit
  24. 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
  25. 10 Dec, 2011 1 commit
  26. 30 Nov, 2011 2 commits
  27. 02 Nov, 2011 1 commit
  28. 21 Oct, 2011 1 commit
  29. 20 Oct, 2011 2 commits
  30. 12 Oct, 2011 1 commit
  31. 06 Oct, 2011 1 commit
  32. 07 Sep, 2011 2 commits
  33. 22 Aug, 2011 1 commit
  34. 16 Aug, 2011 1 commit