1. 21 Jun, 2017 1 commit
  2. 07 Mar, 2017 1 commit
  3. 29 Sep, 2016 1 commit
  4. 04 May, 2016 1 commit
  5. 17 Feb, 2015 1 commit
  6. 30 Jun, 2014 1 commit
  7. 22 Mar, 2014 1 commit
  8. 13 Mar, 2014 1 commit
  9. 23 Jan, 2013 1 commit
  10. 30 Oct, 2012 1 commit
  11. 07 Apr, 2011 1 commit
  12. 17 Mar, 2011 1 commit
  13. 16 Mar, 2011 1 commit
  14. 13 Mar, 2011 1 commit
  15. 09 Feb, 2011 1 commit
  16. 08 Feb, 2011 1 commit
  17. 06 Oct, 2010 1 commit
  18. 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
  19. 22 Sep, 2010 1 commit
  20. 25 Dec, 2008 1 commit
  21. 22 Dec, 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. 27 May, 2008 1 commit
  24. 21 Feb, 2008 3 commits
  25. 22 Jan, 2008 4 commits
  26. 02 Oct, 2007 1 commit
  27. 05 Sep, 2007 1 commit
  28. 26 Aug, 2007 1 commit
  29. 24 Aug, 2007 1 commit
  30. 23 Aug, 2007 3 commits
  31. 07 Jan, 2007 1 commit
  32. 09 Jun, 2006 2 commits