1. 08 Dec, 2006 2 commits
  2. 01 Dec, 2006 1 commit
    • Ryan C. Gordon's avatar
      From: Torsten Giebl · 391d73e3
      Ryan C. Gordon authored
      Subject: ALLOCA Patch for SDL-1.2
      Newsgroups: gmane.comp.lib.sdl
      Date: 2006-10-24 00:31:16 GMT
      
      Hello !
      
      As alloca.h is not available on CYGWIN and MinGW32
      it should not be checked there or it should be checked
      with -mno-cygwin using.
      
      I am a total configure.in newbie, but i found the way
      that things are handled in configure.in pretty bad for the
      case CYGWIN with MinGW Mode or not.
      
      Maybe this is not possible but i would like to
      have a way to detect at the start for example CYGWIN
      and then add. ask if configure was called with --enable-cygwin
      for example. --enable-cygwin should be optional and disabled
      by default as we want to have MinGW Mode by default.
      
      Only if the user wants it he should be able to use it.
      
      Then the whole configure.in would get add. questions
      okay the system is CYGWIN with or without MinGW Mode.
      
      The alloca.h thing for example is only
      available under CYGWIN ( without MinGW Mode ).
      
      CU
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402243
      391d73e3
  3. 29 Nov, 2006 4 commits
  4. 21 Nov, 2006 1 commit
  5. 13 Nov, 2006 3 commits
  6. 11 Nov, 2006 1 commit
  7. 07 Nov, 2006 3 commits
  8. 03 Nov, 2006 1 commit
  9. 29 Oct, 2006 5 commits
  10. 28 Oct, 2006 7 commits
  11. 27 Oct, 2006 1 commit
  12. 21 Oct, 2006 1 commit
  13. 20 Oct, 2006 1 commit
  14. 18 Oct, 2006 1 commit
  15. 17 Oct, 2006 1 commit
  16. 01 Oct, 2006 5 commits
  17. 24 Sep, 2006 2 commits
    • Sam Lantinga's avatar
      Formatting update · 4ecb44b1
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402120
      4ecb44b1
    • Sam Lantinga's avatar
      Fixed bug #292 · d0a80f6b
      Sam Lantinga authored
      I might be on crack here.
      
      It looks like SDL_ConvertMono() in src/audio/SDL_audiocvt.c adds the left and
      right channels of a stereo stream together, and clamps the new mono channel if
      it would overflow.
      
      Shouldn't it be dividing by 2 to average the two sample points instead of
      clamping? Otherwise the mono sample point's volume doubles in the conversion.
      This would also make the conversion faster, as it replaces two branches per
      sample frame with a bitwise shift.
      
      --ryan.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402119
      d0a80f6b