1. 17 1月, 2009 2 次提交
  2. 16 1月, 2009 3 次提交
  3. 14 1月, 2009 1 次提交
  4. 13 1月, 2009 1 次提交
  5. 12 1月, 2009 4 次提交
  6. 08 1月, 2009 1 次提交
  7. 05 1月, 2009 4 次提交
  8. 27 12月, 2008 1 次提交
  9. 22 12月, 2008 1 次提交
  10. 21 12月, 2008 1 次提交
  11. 18 12月, 2008 1 次提交
  12. 17 12月, 2008 1 次提交
  13. 21 11月, 2008 1 次提交
  14. 31 10月, 2008 1 次提交
  15. 26 10月, 2008 2 次提交
  16. 22 10月, 2008 2 次提交
  17. 21 10月, 2008 1 次提交
  18. 20 10月, 2008 1 次提交
  19. 16 10月, 2008 1 次提交
    • D
      Convert asm keyword into __asm__. · be449fca
      Diego Pettenò 提交于
      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
  20. 15 10月, 2008 2 次提交
  21. 13 10月, 2008 1 次提交
  22. 02 10月, 2008 1 次提交
  23. 26 9月, 2008 1 次提交
  24. 19 9月, 2008 1 次提交
  25. 16 9月, 2008 1 次提交
  26. 15 9月, 2008 1 次提交
  27. 06 9月, 2008 1 次提交
  28. 05 9月, 2008 1 次提交