Skip to content
Snippets Groups Projects
  1. Aug 04, 2014
  2. Jan 14, 2014
  3. Dec 12, 2011
  4. Apr 29, 2011
  5. Mar 19, 2011
  6. Jul 10, 2010
  7. May 09, 2010
  8. Apr 29, 2010
    • 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. Apr 20, 2010
  10. Mar 09, 2010
  11. Aug 17, 2009
  12. Jul 26, 2009
  13. Feb 01, 2009
  14. Jan 28, 2009
  15. Jan 13, 2009
  16. Dec 17, 2008
  17. Oct 21, 2008
  18. Oct 20, 2008
  19. Oct 16, 2008
    • 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. Oct 12, 2008
  21. Aug 31, 2008
  22. Jul 15, 2008
  23. Mar 19, 2008
  24. Mar 18, 2008
  25. Mar 13, 2008
  26. Mar 10, 2008
  27. Mar 08, 2008
  28. Feb 15, 2008
  29. Oct 17, 2007
  30. Jul 02, 2007
  31. Jun 16, 2007
  32. Apr 26, 2007
  33. Apr 24, 2007
Loading