1. 01 Feb, 2009 1 commit
  2. 30 Jan, 2009 1 commit
  3. 25 Jan, 2009 1 commit
  4. 24 Jan, 2009 2 commits
  5. 19 Jan, 2009 1 commit
  6. 14 Jan, 2009 1 commit
  7. 13 Jan, 2009 1 commit
  8. 07 Jan, 2009 1 commit
  9. 06 Jan, 2009 5 commits
  10. 05 Jan, 2009 2 commits
  11. 27 Dec, 2008 3 commits
  12. 25 Dec, 2008 1 commit
  13. 17 Dec, 2008 1 commit
  14. 13 Dec, 2008 2 commits
  15. 12 Dec, 2008 1 commit
  16. 03 Dec, 2008 1 commit
  17. 03 Nov, 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. 22 Sep, 2008 2 commits
  20. 13 Sep, 2008 1 commit
  21. 31 Aug, 2008 1 commit
  22. 25 Aug, 2008 1 commit
  23. 23 Aug, 2008 3 commits
  24. 24 Jul, 2008 2 commits
  25. 20 Jul, 2008 3 commits