1. 15 Jan, 2009 1 commit
  2. 03 Jan, 2009 1 commit
  3. 26 Nov, 2008 1 commit
  4. 06 Oct, 2008 1 commit
  5. 17 Mar, 2008 1 commit
  6. 09 Nov, 2007 3 commits
  7. 01 Oct, 2007 1 commit
  8. 27 Aug, 2007 2 commits
  9. 02 Aug, 2007 1 commit
  10. 31 Jul, 2007 3 commits
  11. 30 Jul, 2007 3 commits
  12. 09 Jul, 2007 2 commits
  13. 06 Jul, 2007 1 commit
  14. 22 Jun, 2007 2 commits
  15. 14 May, 2007 1 commit
  16. 13 Nov, 2006 1 commit
  17. 18 Aug, 2006 1 commit
  18. 02 Aug, 2006 1 commit
  19. 10 Jun, 2006 1 commit
  20. 23 May, 2006 1 commit
  21. 08 Apr, 2006 1 commit
    • Robert Reif's avatar
      dsound: Set default primary buffer sample rate and bits per sample. · 44b7760e
      Robert Reif authored
      Programs that are written specifically for 2000 and xp don't bother to
      set the primary buffer format because it's a noop.  However wine is
      patterned after win9x and DirectX 7 or earlier which has a real
      primary buffer and expects the program to change the primary buffer
      format if necessary.
      44b7760e
  22. 17 Jan, 2006 2 commits
  23. 16 Jan, 2006 2 commits
  24. 14 Jan, 2006 2 commits
  25. 06 Jan, 2006 1 commit
    • Robert Reif's avatar
      dsound: Refactor playback. · e49a5c22
      Robert Reif authored
      Replace references of IDirectSoundImpl with DirectSoundDevice to
      remove one level of indirection and remove the problem of a three
      object circular reference.
      e49a5c22
  26. 05 Jan, 2006 1 commit
    • Robert Reif's avatar
      dsound: Capture refactoring. · 50702687
      Robert Reif authored
      Move initialization code from DirectSoundCapture to
      DirectSoundCaptureDevice.
      Make DirectSoundCaptureBuffer directly reference
      DirectSoundCaptureDevice rather than DirectSoundCapture to eliminate
      one level of indirection.
      Rename DSOUND_CreateDirectSoundCaptureBuffer to
      IDirectSoundCaptureBufferImpl_Create to be consistent.
      50702687
  27. 04 Jan, 2006 1 commit
    • Robert Reif's avatar
      dsound: Capture cleanup. · 7643df49
      Robert Reif authored
      Move code and function prototypes around to eliminate forward
      declarations.  No code is changed.
      7643df49
  28. 03 Jan, 2006 1 commit