1. 27e5919 dsound: Add full duplex support. by Robert Reif · 19 years ago
  2. 3a4e11c dsound: Convert IDirectSoundImpl from a COM class to a regular class by Robert Reif · 19 years ago
  3. eb919b5 dsound: Make dumpCooperativeLevel global. by Robert Reif · 19 years ago
  4. 34ec3a6 dsound: Make some capture functions global. by Robert Reif · 19 years ago
  5. 52e384f dsound: Rename some functions, make some functions global, and move by Robert Reif · 19 years ago
  6. 2d82fc4 dsound: Add DSOUND_PrimarySetFormat and use it to set primary format. by Robert Reif · 19 years ago
  7. e49a5c2 dsound: Refactor playback. by Robert Reif · 19 years ago
  8. 5070268 dsound: Capture refactoring. by Robert Reif · 19 years ago
  9. 7643df4 dsound: Capture cleanup. by Robert Reif · 19 years ago
  10. 0265676 dsound: Remove WINAPI from internal functions. by Robert Reif · 19 years ago
  11. 0c488e7 Remove unused variable from IDirectSoundFullDuplexImpl. by Robert Reif · 19 years ago
  12. 669b79b Change secondary buffer variable name to secondary. by Robert Reif · 19 years ago
  13. 0791d06 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  14. 5c8fb16 Finish DirectSoundCapture/DirectSoundCapture8 split. Add tests to verify split. by Robert Reif · 20 years ago
  15. b67da5b Make more of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  16. a2f1fd3 Add multiple DIRECTSOUND object support (multiple sound cards can play by Robert Reif · 20 years ago
  17. 70fe39e Remove dead code and redundant variables from DSOUND_CalcPlayPosition by Robert Reif · 20 years ago
  18. 7f6536c Change some global variable names. by Robert Reif · 20 years ago
  19. b0d74e6 Fixed memory leak in mixer code. by Robert Reif · 20 years ago
  20. 1d785b8 Consolidate secondary buffer list processing and locking. by Robert Reif · 21 years ago
  21. 7bf4eee Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in by Robert Reif · 21 years ago
  22. dfe3c1c Allocate wave format structure dynamically based on format. by Robert Reif · 21 years ago
  23. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  24. 18aeb90 Fix the volume and balance of primary buffers so it is the system's by Francois Gouget · 21 years ago
  25. 02a8ab2 Save enumerated GUIDs in a global array so they persist after by Robert Reif · 21 years ago
  26. 3ce9c5f Do initialization to match windows behavior (with test). by Robert Reif · 21 years ago
  27. 605cc1b Remove DirectSound reference counts by buffers and add Destroy by Robert Reif · 21 years ago
  28. 31f817b Separated DirectSoundCreate8 into two functions and added a by Robert Reif · 21 years ago
  29. 14a7c6d Remove unused lock. by Robert Reif · 21 years ago
  30. 370a18f Reduce the use of the dsound global variable by passing address to functions. by Robert Reif · 21 years ago
  31. 7dd6374 Added some missing defines and a struct. Fixed some const * arguments. by Robert Reif · 21 years ago
  32. 93d3492 Make capture more reliable by submitting all buffers before start. by Robert Reif · 21 years ago
  33. e9ebbfc Now that reference counting is correct, there is no need to check if by Robert Reif · 22 years ago
  34. 5ec32ce Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get by Robert Reif · 22 years ago
  35. b805f0f Split property sets into two types: buffer and private. by Robert Reif · 22 years ago
  36. f5080c8 Added class factories for DirectSoundCapture, DirectSoundFullDuplex by Robert Reif · 22 years ago
  37. 9dacf20 3D buffer and listener reference counts should be fixed. by Robert Reif · 22 years ago
  38. abde7d0 Reversed relationship between buffers and notifies. by Robert Reif · 22 years ago
  39. 89b469fe Added support for multiple direct sound devices. by Robert Reif · 22 years ago
  40. 8c2ec13 Added a configuration option for setting the hardware acceleration by Robert Reif · 22 years ago
  41. 15cc17f Fixed code to handle full duplex properly. by Robert Reif · 22 years ago
  42. 5be7f69 Added support for direct sound capture and a real direct sound capture by Robert Reif · 22 years ago
  43. 935e3df Support DirectSound 8 interfaces. Split interface implementations into by Ove Kaaven · 23 years ago