1. 20 10月, 2015 1 次提交
  2. 17 6月, 2015 1 次提交
  3. 15 3月, 2015 1 次提交
  4. 21 5月, 2014 1 次提交
  5. 22 4月, 2014 1 次提交
  6. 21 4月, 2014 1 次提交
  7. 19 4月, 2014 1 次提交
  8. 22 3月, 2014 1 次提交
  9. 19 3月, 2014 1 次提交
  10. 13 5月, 2013 1 次提交
  11. 09 5月, 2013 1 次提交
  12. 02 5月, 2013 1 次提交
  13. 26 3月, 2013 1 次提交
  14. 13 3月, 2013 1 次提交
  15. 27 2月, 2013 2 次提交
  16. 26 2月, 2013 1 次提交
  17. 27 1月, 2013 1 次提交
  18. 23 1月, 2013 1 次提交
  19. 01 11月, 2012 1 次提交
  20. 08 10月, 2012 1 次提交
  21. 31 8月, 2012 1 次提交
  22. 16 8月, 2012 2 次提交
  23. 09 8月, 2012 1 次提交
  24. 04 8月, 2012 1 次提交
    • D
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun 提交于
      Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
      So switching to a consistent naming scheme beforehand is sensible.
      The name "mmxext" is more official and widespread and also the name
      of the CPU flag, as reported e.g. by the Linux kernel.
      239fdf1b
  25. 30 6月, 2012 1 次提交
    • M
      x86: vc1: fix and enable optimised loop filter · f2fd1678
      Mans Rullgard 提交于
      The problem is that the ssse3 psign instruction does the wrong
      thing here.  Commit ea60dfe2 incorrectly removed a macro emulating
      this instruction for pre-ssse3 code.  However, the emulation is
      incorrect, and the code relies on the behaviour of the macro.
      Specifically, the psign sets destination elements to zero where
      the corresponding source element is zero, whereas the emulation
      only negates destination elements where the source is negative.
      
      Furthermore, the PSIGNW_MMX macro in x86util.asm is totally bogus,
      which is why the original VC-1 code had an additional right shift
      when using it.  Since the psign instruction cannot be used here,
      skip all the macro hell and use the working instruction sequence
      directly.
      
      None of this was noticed due a stray return statement in
      ff_vc1dsp_init_mmx() which meant that only the mmx version of the
      loop filter was ever used (before being removed in ea60dfe2).
      Signed-off-by: NMans Rullgard <mans@mansr.com>
      f2fd1678
  26. 25 6月, 2012 1 次提交
  27. 12 5月, 2012 1 次提交
  28. 24 3月, 2012 2 次提交
  29. 19 2月, 2011 1 次提交
  30. 18 2月, 2011 1 次提交
  31. 19 1月, 2011 1 次提交
  32. 08 9月, 2010 1 次提交
  33. 04 9月, 2010 1 次提交
  34. 25 8月, 2010 1 次提交
  35. 21 7月, 2010 2 次提交
  36. 12 7月, 2010 1 次提交