1. 19 12月, 2014 1 次提交
  2. 17 10月, 2014 1 次提交
  3. 09 10月, 2014 1 次提交
  4. 08 7月, 2013 1 次提交
    • L
      cmdutils: wrap exit explicitly · 636ced8e
      Luca Barbato 提交于
      Some C runtime implementations deadlock when calling threading functions
      on the atexit() handler.
      
      Use a simpler wrapper similar to av_log to call the cleanup function
      before exit.
      
      Bug-Id: 523
      636ced8e
  5. 07 7月, 2013 1 次提交
  6. 12 4月, 2013 1 次提交
  7. 07 3月, 2013 1 次提交
  8. 04 1月, 2013 1 次提交
  9. 03 12月, 2012 1 次提交
  10. 12 10月, 2012 1 次提交
  11. 08 10月, 2012 1 次提交
  12. 04 10月, 2012 1 次提交
  13. 02 10月, 2012 1 次提交
  14. 30 8月, 2012 1 次提交
  15. 27 8月, 2012 1 次提交
  16. 20 8月, 2012 4 次提交
  17. 18 8月, 2012 1 次提交
  18. 14 8月, 2012 2 次提交
  19. 07 8月, 2012 1 次提交
  20. 29 7月, 2012 2 次提交
    • 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
    • R
  21. 06 6月, 2012 1 次提交
  22. 30 5月, 2012 2 次提交
  23. 27 5月, 2012 2 次提交
  24. 26 5月, 2012 5 次提交
  25. 17 5月, 2012 1 次提交
  26. 15 5月, 2012 2 次提交
  27. 07 5月, 2012 1 次提交
  28. 22 2月, 2012 1 次提交