1. 05 May, 2010 12 commits
  2. 04 May, 2010 1 commit
  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
    • mru's avatar
      bswap: add macros to byteswap constants · 834d1413
      mru 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.
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22990 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      834d1413