1. 17 Feb, 2015 1 commit
  2. 30 Jun, 2014 1 commit
  3. 22 Mar, 2014 1 commit
  4. 13 Mar, 2014 1 commit
  5. 23 Jan, 2013 1 commit
  6. 30 Oct, 2012 1 commit
  7. 07 Apr, 2011 1 commit
  8. 17 Mar, 2011 1 commit
  9. 16 Mar, 2011 1 commit
  10. 13 Mar, 2011 1 commit
  11. 09 Feb, 2011 1 commit
  12. 08 Feb, 2011 1 commit
  13. 06 Oct, 2010 1 commit
  14. 24 Sep, 2010 1 commit
    • Ronald S. Bultje's avatar
      Update docs regarding writing optimizations: · d801f1c8
      Ronald S. Bultje authored
      - mention clobber-marking of xmm registers,
      - some notes on external vs. inline asm, including tips on which to use for
         what situation and to not rewrite+improve in the same patch (as with C code)
      - some more best-practice guidelines
      
      See "[PATCH] update doc/optimization.txt" thread on ML.
      
      Originally committed as revision 25170 to svn://svn.ffmpeg.org/ffmpeg/trunk
      d801f1c8
  15. 22 Sep, 2010 1 commit
  16. 25 Dec, 2008 1 commit
  17. 22 Dec, 2008 1 commit
  18. 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
  19. 27 May, 2008 1 commit
  20. 21 Feb, 2008 3 commits
  21. 22 Jan, 2008 4 commits
  22. 02 Oct, 2007 1 commit
  23. 05 Sep, 2007 1 commit
  24. 26 Aug, 2007 1 commit
  25. 24 Aug, 2007 1 commit
  26. 23 Aug, 2007 3 commits
  27. 07 Jan, 2007 1 commit
  28. 09 Jun, 2006 2 commits
  29. 12 Jun, 2005 1 commit
  30. 11 Jun, 2005 3 commits