- 15 Jan, 2009 1 commit
-
-
Henri Verbeet authored
This gives a minor performance improvement.
-
- 03 Jan, 2009 1 commit
-
-
Andrew Talbot authored
-
- 26 Nov, 2008 1 commit
-
-
Maarten Lankhorst authored
-
- 06 Oct, 2008 1 commit
-
-
Maarten Lankhorst authored
Fixes failing dsound tests in wine.
-
- 17 Mar, 2008 1 commit
-
-
Maarten Lankhorst authored
-
- 09 Nov, 2007 3 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
- 01 Oct, 2007 1 commit
-
-
Maarten Lankhorst authored
-
- 27 Aug, 2007 2 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
- 02 Aug, 2007 1 commit
-
-
Maarten Lankhorst authored
-
- 31 Jul, 2007 3 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
- 30 Jul, 2007 3 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
- 09 Jul, 2007 2 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
- 06 Jul, 2007 1 commit
-
-
Maarten Lankhorst authored
-
- 22 Jun, 2007 2 commits
-
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
Based on a patch by Peter Dons Tychsen.
-
- 14 May, 2007 1 commit
-
-
Maarten Lankhorst authored
-
- 13 Nov, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 18 Aug, 2006 1 commit
-
-
Robert Reif authored
Consolidate all class factories into a single implementation. Fixes a problem discovered by oleview.
-
- 02 Aug, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 10 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 Apr, 2006 1 commit
-
-
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.
-
- 17 Jan, 2006 2 commits
-
-
Robert Reif authored
-
Robert Reif authored
and move most of the COM functions to the DirectSoundDevice class.
-
- 16 Jan, 2006 2 commits
-
-
Robert Reif authored
Remove extern from some function prototypes.
-
Robert Reif authored
-
- 14 Jan, 2006 2 commits
-
-
Robert Reif authored
some code around.
-
Robert Reif authored
-
- 06 Jan, 2006 1 commit
-
-
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.
-
- 05 Jan, 2006 1 commit
-
-
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.
-
- 04 Jan, 2006 1 commit
-
-
Robert Reif authored
Move code and function prototypes around to eliminate forward declarations. No code is changed.
-
- 03 Jan, 2006 1 commit
-
-
Robert Reif authored
-