1. 31 May, 2015 1 commit
  2. 23 Feb, 2014 2 commits
  3. 22 Feb, 2014 1 commit
  4. 11 Feb, 2014 1 commit
  5. 26 Oct, 2013 1 commit
  6. 25 Oct, 2013 1 commit
  7. 29 Aug, 2013 1 commit
  8. 28 Aug, 2013 1 commit
  9. 04 Oct, 2012 1 commit
  10. 03 Sep, 2012 1 commit
  11. 09 Sep, 2010 1 commit
  12. 08 Sep, 2010 1 commit
  13. 04 Sep, 2010 1 commit
  14. 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
  15. 04 Apr, 2009 1 commit
  16. 01 Apr, 2009 1 commit
  17. 23 Feb, 2009 1 commit
  18. 13 Jan, 2009 1 commit
  19. 07 Jan, 2009 1 commit
  20. 22 Dec, 2008 1 commit
  21. 25 Nov, 2008 1 commit
  22. 16 Oct, 2008 1 commit
    • Diego Pettenò's avatar
      Convert asm keyword into __asm__. · be449fca
      Diego Pettenò authored
      Neither the asm() nor the __asm__() keyword is part of the C99
      standard, but while GCC accepts the former in C89 syntax, it is not
      accepted in C99 unless GNU extensions are turned on (with -fasm). The
      latter form is accepted in any syntax as an extension (without
      requiring further command-line options).
      
      Sun Studio C99 compiler also does not accept asm() while accepting
      __asm__(), albeit reporting warnings that it's not valid C99 syntax.
      
      Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
      be449fca
  23. 09 May, 2008 1 commit
  24. 08 May, 2008 1 commit
  25. 26 Apr, 2008 1 commit
  26. 17 Apr, 2008 1 commit
  27. 16 Apr, 2008 1 commit
  28. 17 Mar, 2008 1 commit
  29. 24 Feb, 2008 1 commit
  30. 21 Feb, 2008 1 commit
  31. 07 Jun, 2007 2 commits
  32. 16 May, 2007 1 commit
  33. 18 Dec, 2006 1 commit
  34. 07 Oct, 2006 2 commits
  35. 10 Sep, 2006 1 commit
  36. 28 Apr, 2006 1 commit
  37. 22 Dec, 2005 1 commit