1. 04 Aug, 2014 1 commit
  2. 14 Jan, 2014 1 commit
  3. 12 Dec, 2011 1 commit
  4. 29 Apr, 2011 1 commit
  5. 19 Mar, 2011 1 commit
  6. 10 Jul, 2010 3 commits
  7. 09 May, 2010 1 commit
  8. 29 Apr, 2010 1 commit
    • Måns Rullgård's avatar
      bswap: add macros to byteswap constants · 547b7bcb
      Måns Rullgård authored
      The normal byteswap functions might use inline asm which is suboptimal
      with constants (and cannot be used in static initialisers), so special
      macros for constants only is needed.
      
      We should not rely on the gcc __builtin_constant_p() test since it is
      not always available.
      
      Originally committed as revision 22990 to svn://svn.ffmpeg.org/ffmpeg/trunk
      547b7bcb
  9. 20 Apr, 2010 1 commit
  10. 09 Mar, 2010 1 commit
  11. 17 Aug, 2009 1 commit
  12. 26 Jul, 2009 1 commit
  13. 01 Feb, 2009 1 commit
  14. 28 Jan, 2009 1 commit
  15. 13 Jan, 2009 1 commit
  16. 17 Dec, 2008 1 commit
  17. 21 Oct, 2008 1 commit
  18. 20 Oct, 2008 1 commit
  19. 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
  20. 12 Oct, 2008 1 commit
  21. 31 Aug, 2008 1 commit
  22. 15 Jul, 2008 2 commits
  23. 19 Mar, 2008 1 commit
  24. 18 Mar, 2008 4 commits
  25. 13 Mar, 2008 1 commit
  26. 10 Mar, 2008 1 commit
  27. 08 Mar, 2008 1 commit
  28. 15 Feb, 2008 1 commit
  29. 17 Oct, 2007 1 commit
  30. 02 Jul, 2007 1 commit
  31. 16 Jun, 2007 1 commit
  32. 26 Apr, 2007 2 commits
  33. 24 Apr, 2007 1 commit