1. 27 Nov, 2012 1 commit
  2. 04 Oct, 2012 5 commits
  3. 30 Aug, 2012 1 commit
  4. 08 Aug, 2012 1 commit
  5. 03 Aug, 2012 1 commit
    • Diego Biurrun's avatar
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun authored
      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
  6. 10 Jul, 2012 4 commits
  7. 01 Jul, 2012 1 commit
  8. 25 Jun, 2012 1 commit
  9. 23 Jun, 2012 1 commit
  10. 12 Feb, 2012 1 commit
  11. 07 Dec, 2011 1 commit
  12. 26 Sep, 2011 1 commit
  13. 03 Sep, 2011 1 commit
  14. 22 Mar, 2011 2 commits
    • Justin Ruggles's avatar
      cosmetics: indentation · 45ed8225
      Justin Ruggles authored
      45ed8225
    • Justin Ruggles's avatar
      Add a CPU flag for the Atom processor. · eba586b0
      Justin Ruggles authored
      The Atom has SSSE3 support, which is useful in many cases, but sometimes the
      SSSE3 version is slower than the SSE2 equivalent on the Atom, but is generally
      faster on other processors supporting SSSE3. This flag allows for selectively
      disabling certain SSSE3 functions on the Atom.
      eba586b0
  15. 19 Mar, 2011 1 commit
  16. 22 Feb, 2011 1 commit
  17. 20 Feb, 2011 3 commits
  18. 12 Feb, 2011 1 commit
  19. 11 Feb, 2011 1 commit
  20. 09 Sep, 2010 2 commits
  21. 08 Sep, 2010 1 commit
  22. 04 Sep, 2010 1 commit
  23. 19 Jul, 2010 1 commit
    • Ronald S. Bultje's avatar
      Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than · 6526976f
      Ronald S. Bultje authored
      regular MMX code. Examples of this are the Core1 CPU. Instead, set a new flag,
      FF_MM_SSE2/3SLOW, which can be checked for particular SSE2/3 functions that
      have been checked specifically on such CPUs and are actually faster than
      their MMX counterparts.
      
      In addition, use this flag to enable particular VP8 and LPC SSE2 functions
      that are faster than their MMX counterparts.
      
      Based on a patch by Loren Merritt <lorenm AT u washington edu>.
      
      Originally committed as revision 24340 to svn://svn.ffmpeg.org/ffmpeg/trunk
      6526976f
  24. 04 Apr, 2009 1 commit
  25. 01 Apr, 2009 1 commit
  26. 23 Feb, 2009 1 commit
  27. 13 Jan, 2009 1 commit
  28. 07 Jan, 2009 1 commit
  29. 22 Dec, 2008 1 commit