1. 595d6aa dsound: Class factory cleanup. by Robert Reif · 19 years ago
  2. 179a4e0 dsound: Make some functions static. by Alexandre Julliard · 19 years ago
  3. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  4. 44b7760 dsound: Set default primary buffer sample rate and bits per sample. by Robert Reif · 19 years ago
  5. 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
  6. 6727c52 Include winuser.h so the code compiles cleanly on windows using windows headers. by Robert Reif · 19 years ago
  7. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  8. 7160af0 Uniformize DllMain TRACEing across dlls. by Vincent Béron · 20 years ago
  9. 257c337 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
  10. 9769816 Fix winapi_check documentation warnings. by Francois Gouget · 20 years ago
  11. 2e5cc85 Moved config parameters to HKCU\Software\Wine\DirectSound. by Alexandre Julliard · 20 years ago
  12. 2e4bca9 Added magic comments to all Wine-specific registry accesses to make by Alexandre Julliard · 20 years ago
  13. e483b0c Fixed confusing indentation. by Michael Jung · 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. 5416022 Rename MODULENAME_Dll* functions to Dll* for better consistency and by Robert Shearman · 20 years ago
  18. e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  19. 7f6536c Change some global variable names. by Robert Reif · 20 years ago
  20. f8833da Removed printing of thread id for AddRef and Release because by Robert Reif · 20 years ago
  21. 7d92b5d Fix structure member name to match windows headers and fix up all by Robert Reif · 20 years ago
  22. 364c0d5 Remove unused includes. by Robert Reif · 20 years ago
  23. ef847a0 Use Windows memory functions. by Robert Reif · 20 years ago
  24. 6847d59 Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null. by James Hawkins · 20 years ago
  25. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  26. b970aeb Cleanup reference counting. by Robert Reif · 21 years ago
  27. 314b99c Removed some more uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  28. 1d785b8 Consolidate secondary buffer list processing and locking. by Robert Reif · 21 years ago
  29. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  30. 7bf4eee Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in by Robert Reif · 21 years ago
  31. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  32. 02a8ab2 Save enumerated GUIDs in a global array so they persist after by Robert Reif · 21 years ago
  33. 3ce9c5f Do initialization to match windows behavior (with test). by Robert Reif · 21 years ago
  34. 5d8997d Create DirectSound or DirectSound8 depending on riid. by Robert Reif · 21 years ago
  35. 31f817b Separated DirectSoundCreate8 into two functions and added a by Robert Reif · 21 years ago
  36. df93f2e GetModuleFileName[AW] doesn't terminate the string if the buffer is too small. by Eric Pouech · 21 years ago
  37. dbb03ec Fixes support for older versions of direct sound. by Robert Reif · 21 years ago
  38. 14a7c6d Remove unused lock. by Robert Reif · 21 years ago
  39. 7ecf3d0 Fallback to software buffer if duplicating hardware buffer fails. by Robert Reif · 21 years ago
  40. 7dd6374 Added some missing defines and a struct. Fixed some const * arguments. by Robert Reif · 21 years ago
  41. de12a97 Another portion of HeapReAlloc fixes. by Oleg Prokhorov · 21 years ago
  42. e29357c Fixed some traces. Fixed spec file to match Microsoft dll. by Robert Reif · 22 years ago
  43. 99b0e8f Added volume and pan support to primary buffers. by Robert Reif · 22 years ago
  44. 725d8c3 Device enumeration callbacks should return a NULL guid for default by Robert Reif · 22 years ago
  45. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  46. 7d43d7b Use the drivers to get device capabilities and property sets. by Robert Reif · 22 years ago
  47. 5ec32ce Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get by Robert Reif · 22 years ago
  48. b805f0f Split property sets into two types: buffer and private. by Robert Reif · 22 years ago
  49. f5080c8 Added class factories for DirectSoundCapture, DirectSoundFullDuplex by Robert Reif · 22 years ago
  50. 8c37581 Fixed a bug where a NULL primary buffer pointer is used when the by Robert Reif · 22 years ago
  51. 9dacf20 3D buffer and listener reference counts should be fixed. by Robert Reif · 22 years ago
  52. a4ed8e7 - make parameter checking and error notification consistent by Robert Reif · 22 years ago
  53. f5a4a9b Give the right ids to the DirectSoundCreate8 function (thanks to Robert Reif). by Lionel Ulmer · 22 years ago
  54. 6ad9621 - misc. tracing fixes - handle IID_IDirectSound(8) as the default sound driver by Lionel Ulmer · 22 years ago
  55. abde7d0 Reversed relationship between buffers and notifies. by Robert Reif · 22 years ago
  56. e743e09 Added partial property set support which is used by dxdiag.exe. by Robert Reif · 22 years ago
  57. c2ebe1f Removed uses of the non standard ICOM_VTBL macro. by Alexandre Julliard · 22 years ago
  58. fa13d01 Fixed a problem when multiple devices are present and a device other by Robert Reif · 22 years ago
  59. aeddf2c Added wide character enumeration of sound devices. by Robert Reif · 22 years ago
  60. 89b469fe Added support for multiple direct sound devices. by Robert Reif · 22 years ago
  61. 8c2ec13 Added a configuration option for setting the hardware acceleration by Robert Reif · 22 years ago
  62. 15cc17f Fixed code to handle full duplex properly. by Robert Reif · 22 years ago
  63. 5be7f69 Added support for direct sound capture and a real direct sound capture by Robert Reif · 22 years ago
  64. 6bbce6c Initialize the pwave array whenever we don't have a hardware buffer. by Francois Gouget · 22 years ago
  65. 32140ad DSB.SetFormat:Trace the requested format as soon as possible in case by Francois Gouget · 22 years ago
  66. 112cf22 Always open the device in the default 22050x8x2 format, and let it by Francois Gouget · 22 years ago
  67. 26d6488 Back out the aRts volume patch, this is not user-friendly at all. by Alexandre Julliard · 22 years ago
  68. ee4d9c5 Return an error if dwSize is not valid. by Francois Gouget · 22 years ago
  69. 4774477 Fix for soundcards that can't do 8-bit audio, only 16-bit (also by Ove Kaaven · 23 years ago
  70. 062425a Added waveOutSetVolume when opening sound driver. Otherwise, there is by Jerry Jenkins · 23 years ago
  71. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  72. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  73. bacc1b3 - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. by Michael Stefaniuc · 23 years ago
  74. 7015ce3 No need to call GetModuleFileName16 now that GetModuleFileNameA by Alexandre Julliard · 23 years ago
  75. 935e3df Support DirectSound 8 interfaces. Split interface implementations into by Ove Kaaven · 23 years ago
  76. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  77. 7c61a61 Only enumerate DirectSound devices if the first sound device in the by Johan Gill · 23 years ago
  78. ff60a9a Make defines configurable at run-time. by Joris Beugnies · 23 years ago
  79. 8fc98cd DirectSoundEnumerateA() now passes a GUID to the callback if the first by Johan Gill · 23 years ago
  80. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  81. c745b52 A bit more robust against wave???Open failures. by Eric Pouech · 23 years ago
  82. ace56c6 Dsound will now try as many devices as are available when trying to by Chris Morgan · 23 years ago
  83. 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
  84. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  85. f250b6b Further unified HAL and HEL mixing, and added some more intelligence by Ove Kaaven · 23 years ago
  86. fdebace Fix buffering problems in HEL mode. by Ove Kaaven · 24 years ago
  87. 2344798 Fixed some warnings. by Patrik Stridvall · 24 years ago
  88. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  89. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  90. 9c0ae56 Added definitions for IKsPropertySet, small stub implementation for by Marcus Meissner · 24 years ago
  91. c2bc22b Spelling fixes. by Andreas Mohr · 24 years ago
  92. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  93. ed73933 Fixed sound disappearing after on-the-fly sample rate changes and by Ove Kaaven · 24 years ago
  94. ddf8256 Chris Jacobson Small bug fix. by Alexandre Julliard · 24 years ago
  95. 62510dd Fixes for various underrun-related problems. Also added a mechanism by Ove Kaaven · 24 years ago
  96. d8dea42 Added a more truthful message about what really is wrong. by Johan Gill · 24 years ago
  97. ad250aa Now using manifest constant instead of raw values for all the by Eric Pouech · 24 years ago
  98. 865cf37 Bugfix for sound dropping out, and workaround for Half-Life's by Ove Kaaven · 24 years ago
  99. 0c7c94b More intelligent DirectSound prebuffering. By tracking the by Ove Kaaven · 24 years ago
  100. eba8cee Handle errors for IDsDriver_GetPosition. by Marcus Meissner · 24 years ago