1. 05 May, 2010 11 commits
  2. 04 May, 2010 2 commits
  3. 03 May, 2010 5 commits
  4. 02 May, 2010 3 commits
  5. 01 May, 2010 8 commits
  6. 30 Apr, 2010 10 commits
  7. 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