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