1. 0611f90 Added tests for buffer property sets. by Robert Reif · 22 years ago
  2. b805f0f Split property sets into two types: buffer and private. by Robert Reif · 22 years ago
  3. fe09afb Fixed bug where last tests were not executed. Print out sound device info. by Robert Reif · 22 years ago
  4. 852a37b Move declarations to compile with older compilers. by Duane Clark · 22 years ago
  5. 21c0185 Added propset.ok. by Alexandre Julliard · 22 years ago
  6. b5d2f84 Added some COM and property set tests. Added LIBUUID to makefile. by Robert Reif · 22 years ago
  7. f5080c8 Added class factories for DirectSoundCapture, DirectSoundFullDuplex by Robert Reif · 22 years ago
  8. 20698b2 Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer, by Alexandre Julliard · 22 years ago
  9. 8c37581 Fixed a bug where a NULL primary buffer pointer is used when the by Robert Reif · 22 years ago
  10. 56aaea2 Spelling fixes. by Francois Gouget · 22 years ago
  11. 14a5d16 Fixed some common spelling errors. by Francois Gouget · 22 years ago
  12. 9dacf20 3D buffer and listener reference counts should be fixed. by Robert Reif · 22 years ago
  13. 05fb2c8 Fixed a reference counting bug I introduced. by Robert Reif · 22 years ago
  14. 8ed6df9 Fix compile error. by Duane Clark · 22 years ago
  15. 1024fb9 Add 3d primary and secondary buffer tests. by Robert Reif · 22 years ago
  16. a4ed8e7 - make parameter checking and error notification consistent by Robert Reif · 22 years ago
  17. f5a4a9b Give the right ids to the DirectSoundCreate8 function (thanks to Robert Reif). by Lionel Ulmer · 22 years ago
  18. 772539a Move all tests to outside the loop when setting volume. Add traces to functions. by Robert Reif · 22 years ago
  19. 6ad9621 - misc. tracing fixes - handle IID_IDirectSound(8) as the default sound driver by Lionel Ulmer · 22 years ago
  20. abde7d0 Reversed relationship between buffers and notifies. by Robert Reif · 22 years ago
  21. e743e09 Added partial property set support which is used by dxdiag.exe. by Robert Reif · 22 years ago
  22. 92bfe22 Don't use Wine debugging API in tests. by Alexandre Julliard · 22 years ago
  23. 26ba64b5 Fixed PCM format evaluation bug. by Robert Reif · 22 years ago
  24. db68f33 Changed capture format printing to hex. by Robert Reif · 22 years ago
  25. c2ebe1f Removed uses of the non standard ICOM_VTBL macro. by Alexandre Julliard · 22 years ago
  26. deeb2ab Changed DLL version to 8. by Robert Reif · 22 years ago
  27. 5f4e4a5 Align data to proper size. by Jerry Jenkins · 22 years ago
  28. fa13d01 Fixed a problem when multiple devices are present and a device other by Robert Reif · 22 years ago
  29. c7bebba Warning fixes. by Alexandre Julliard · 22 years ago
  30. aeddf2c Added wide character enumeration of sound devices. by Robert Reif · 22 years ago
  31. 3569c23 Added entry for DirectSoundFullDuplexCreate. by Robert Reif · 22 years ago
  32. ce7a2ba Framework for the doppler effect. by Rok Mandeljc · 22 years ago
  33. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  34. 6fb0277 Somewhat more reliable dsound position notifications. by Ove Kaaven · 22 years ago
  35. 89b469fe Added support for multiple direct sound devices. by Robert Reif · 22 years ago
  36. 7da6e5c - implemented panning - implemented coning - many minor fixes by Rok Mandeljc · 22 years ago
  37. 5a1439c Fixed a bug where a capture device was used after it failed to open by Robert Reif · 22 years ago
  38. 8c2ec13 Added a configuration option for setting the hardware acceleration by Robert Reif · 22 years ago
  39. 53b5a47 Changed some stuff so distance attenuation works for both 3d processing modes. by Rok Mandeljc · 22 years ago
  40. 15cc17f Fixed code to handle full duplex properly. by Robert Reif · 22 years ago
  41. 490d2a7 Fixed a problem getting the GUID to compile under windows and wine. by Robert Reif · 22 years ago
  42. f854404 Add missing LeaveCriticalSection's in error path. by Michael Stefaniuc · 22 years ago
  43. 22b09a1 Reimplemented distance attenuation formula. by Rok Mandeljc · 22 years ago
  44. 5be7f69 Added support for direct sound capture and a real direct sound capture by Robert Reif · 22 years ago
  45. 61e9670 #include <stdlib.h> instead of the non-standard <malloc.h>. by Gerald Pfeifer · 22 years ago
  46. 8e9dcb6 Use the same 8/16bit conversion routines as in pcmconverter.c. by Francois Gouget · 22 years ago
  47. 336d8fe SetFormat may not change the primary buffer format as requested. by Francois Gouget · 22 years ago
  48. 6bbce6c Initialize the pwave array whenever we don't have a hardware buffer. by Francois Gouget · 22 years ago
  49. 5438df1 Added cone support. by Rok Mandeljc · 22 years ago
  50. 6b83bb6 Add version info to dll/dsound. by Enrico Horn · 22 years ago
  51. 32140ad DSB.SetFormat:Trace the requested format as soon as possible in case by Francois Gouget · 22 years ago
  52. 8325dea Fix latent deadlock in DSOUND_callback. by Francois Gouget · 22 years ago
  53. 438985f 3d sound diminishes with distance. by Rok Mandeljc · 22 years ago
  54. 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
  55. 112cf22 Always open the device in the default 22050x8x2 format, and let it by Francois Gouget · 22 years ago
  56. 1b3ce0d - 3d buffers produce sounds - some other small fixes by Rok Mandeljc · 22 years ago
  57. 5b918db - cleaned *Set* functions by Rok Mandeljc · 22 years ago
  58. 3b761a6 Add the ability of playing a test tone when in interactive mode. by Francois Gouget · 22 years ago
  59. f3128da Implementation of IDirectSound3DListenerImpl_Set*(). by Rok Mandeljc · 22 years ago
  60. a542770 Extend the test by creating a PrimaryBuffer object and perform a few by Francois Gouget · 22 years ago
  61. 78561f3 IDirectSoundBuffer.GetCaps should fail if caps.dwSize is not set. by Francois Gouget · 22 years ago
  62. 553dded Implemented IDirectSound3DBufferImpl_Set*(). by Rok Mandeljc · 22 years ago
  63. 17c8b8e Implemented IDirectSound3DListenerImpl_Get*() functions. by Rok Mandeljc · 22 years ago
  64. dcc5b4f Implemented some stubs. by Rok Mandeljc · 22 years ago
  65. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  66. 26d6488 Back out the aRts volume patch, this is not user-friendly at all. by Alexandre Julliard · 22 years ago
  67. d523a45 A simple test for IDirectSound.GetCaps. by Francois Gouget · 22 years ago
  68. ee4d9c5 Return an error if dwSize is not valid. by Francois Gouget · 22 years ago
  69. b34fb35 Fixed warnings caused by conversion to -DSTRICT. by Alexandre Julliard · 22 years ago
  70. 4774477 Fix for soundcards that can't do 8-bit audio, only 16-bit (also by Ove Kaaven · 23 years ago
  71. 062425a Added waveOutSetVolume when opening sound driver. Otherwise, there is by Jerry Jenkins · 23 years ago
  72. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  73. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  74. bacc1b3 - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. by Michael Stefaniuc · 23 years ago
  75. 1f6ce57 Removed ordinal 0. by Alexandre Julliard · 23 years ago
  76. 6aa9ccb Need to import ntdll. by Steven Edwards · 23 years ago
  77. 7015ce3 No need to call GetModuleFileName16 now that GetModuleFileNameA by Alexandre Julliard · 23 years ago
  78. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  79. 935e3df Support DirectSound 8 interfaces. Split interface implementations into by Ove Kaaven · 23 years ago
  80. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  81. 7c61a61 Only enumerate DirectSound devices if the first sound device in the by Johan Gill · 23 years ago
  82. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  83. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  84. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  85. ff60a9a Make defines configurable at run-time. by Joris Beugnies · 23 years ago
  86. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  87. 8fc98cd DirectSoundEnumerateA() now passes a GUID to the callback if the first by Johan Gill · 23 years ago
  88. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  89. c745b52 A bit more robust against wave???Open failures. by Eric Pouech · 23 years ago
  90. ace56c6 Dsound will now try as many devices as are available when trying to by Chris Morgan · 23 years ago
  91. 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
  92. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  93. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  94. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  95. f250b6b Further unified HAL and HEL mixing, and added some more intelligence by Ove Kaaven · 23 years ago
  96. fdebace Fix buffering problems in HEL mode. by Ove Kaaven · 24 years ago
  97. 2344798 Fixed some warnings. by Patrik Stridvall · 24 years ago
  98. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  99. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  100. 9c0ae56 Added definitions for IKsPropertySet, small stub implementation for by Marcus Meissner · 24 years ago