1. 13 1月, 2016 1 次提交
  2. 27 10月, 2015 1 次提交
  3. 15 2月, 2015 1 次提交
  4. 27 1月, 2015 1 次提交
  5. 12 3月, 2013 1 次提交
  6. 29 11月, 2012 4 次提交
  7. 12 11月, 2012 1 次提交
  8. 07 8月, 2012 1 次提交
  9. 30 7月, 2012 1 次提交
  10. 29 7月, 2012 1 次提交
    • A
      lavf: deprecate r_frame_rate. · aba232cf
      Anton Khirnov 提交于
      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
  11. 07 4月, 2012 1 次提交
  12. 27 1月, 2012 1 次提交
  13. 12 12月, 2011 1 次提交
    • M
      lavu: replace int/float punning functions · 3383a53e
      Mans Rullgard 提交于
      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: NMans Rullgard <mans@mansr.com>
      3383a53e
  14. 05 12月, 2011 1 次提交
  15. 01 12月, 2011 1 次提交
  16. 19 10月, 2011 1 次提交
  17. 17 7月, 2011 1 次提交
  18. 04 7月, 2011 1 次提交
  19. 24 6月, 2011 1 次提交
  20. 19 3月, 2011 1 次提交
  21. 17 3月, 2011 1 次提交
  22. 08 3月, 2011 1 次提交
  23. 05 3月, 2011 1 次提交
  24. 02 3月, 2011 1 次提交
  25. 22 2月, 2011 1 次提交
  26. 20 2月, 2011 1 次提交
  27. 27 1月, 2011 1 次提交
  28. 31 3月, 2010 2 次提交
  29. 23 6月, 2009 1 次提交
  30. 09 4月, 2009 2 次提交
  31. 08 4月, 2009 3 次提交
  32. 15 3月, 2009 1 次提交
  33. 09 3月, 2009 1 次提交