1. 03 Dec, 2008 1 commit
  2. 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
  3. 31 Aug, 2008 1 commit
  4. 09 May, 2008 1 commit
  5. 16 Feb, 2008 1 commit
  6. 17 Oct, 2007 2 commits
  7. 04 Oct, 2007 2 commits
  8. 17 Sep, 2007 2 commits
  9. 30 Aug, 2007 2 commits
  10. 13 Aug, 2007 1 commit
  11. 22 Jun, 2007 2 commits
  12. 13 Jun, 2007 1 commit
  13. 12 Jun, 2007 2 commits
  14. 16 May, 2007 1 commit
  15. 13 May, 2007 1 commit
    • Marc Hoffman's avatar
      Blackfin DSP utilities: add DEFUN_END · 27885fad
      Marc Hoffman authored
      DEFUN_END macro adds the size information to the symbol
      table. This is introduces no functionnal change, it's only meant to simplify
      e.g. debugging
      Patch by Marc Hoffman %mmh A pleasantst P com%
      Original thread:
      Date: May 5, 2007 12:26 PM
      Subject: [FFmpeg-devel] PATCH Blackfin DSP utilities, DEFUN_END added
      
      Originally committed as revision 9019 to svn://svn.ffmpeg.org/ffmpeg/trunk
      27885fad
  16. 03 Apr, 2007 1 commit
  17. 01 Apr, 2007 1 commit
  18. 07 Oct, 2006 1 commit
  19. 16 Sep, 2006 1 commit