1. 18 Feb, 2011 1 commit
  2. 17 Feb, 2011 1 commit
  3. 18 Jan, 2011 1 commit
  4. 08 Sep, 2010 1 commit
  5. 04 Sep, 2010 1 commit
  6. 24 Aug, 2010 1 commit
  7. 21 Jul, 2010 1 commit
  8. 20 Jul, 2010 1 commit
  9. 11 Jul, 2010 1 commit
  10. 30 Jun, 2010 1 commit
  11. 06 Mar, 2010 2 commits
  12. 22 Jan, 2010 1 commit
  13. 16 Jun, 2009 1 commit
  14. 15 Apr, 2009 1 commit
  15. 22 Dec, 2008 1 commit
  16. 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
  17. 04 Oct, 2008 1 commit
  18. 09 May, 2008 1 commit
  19. 08 May, 2008 1 commit
  20. 02 Jan, 2008 1 commit
    • Christophe Gisquet's avatar
      Fix issue #301: · ae904fd0
      Christophe Gisquet authored
      summary of changes:
      - Use MANGLE when loading some constants into MMX registers.
      - Convert those constants to non-static and thus add ff_ prefix.
      - Remove last parameter of MSPEL_FILTER13_CORE (was constant).
      - Use of "+r" instead of stricter but unnecessary "+g".
      - Use of REG_c and direct loading of some of the above.
      patch by Christophe GISQUET, christophe.gisquet free fr
      Subject: [FFmpeg-devel] [PATCH] Roundup issue #301
      Date: Fri, 28 Dec 2007 19:22:18 +0100
      
      Originally committed as revision 11376 to svn://svn.ffmpeg.org/ffmpeg/trunk
      ae904fd0
  21. 15 Dec, 2007 1 commit
  22. 27 Nov, 2007 2 commits
  23. 25 Nov, 2007 1 commit
  24. 24 Nov, 2007 1 commit
  25. 21 Nov, 2007 1 commit