- 595d6aa dsound: Class factory cleanup. by Robert Reif · 19 years ago
- 179a4e0 dsound: Make some functions static. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 44b7760 dsound: Set default primary buffer sample rate and bits per sample. by Robert Reif · 19 years ago
- 0edbaf7 Remove spaces before '\n' in traces. by Francois Gouget · 19 years ago
- 6727c52 Include winuser.h so the code compiles cleanly on windows using windows headers. by Robert Reif · 19 years ago
- 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
- 7160af0 Uniformize DllMain TRACEing across dlls. by Vincent Béron · 20 years ago
- 257c337 gcc 4.0 -Wpointer-sign fixes (Reg* functions). by Mike McCormack · 20 years ago
- 9769816 Fix winapi_check documentation warnings. by Francois Gouget · 20 years ago
- 2e5cc85 Moved config parameters to HKCU\Software\Wine\DirectSound. by Alexandre Julliard · 20 years ago
- 2e4bca9 Added magic comments to all Wine-specific registry accesses to make by Alexandre Julliard · 20 years ago
- e483b0c Fixed confusing indentation. by Michael Jung · 20 years ago
- 5c8fb16 Finish DirectSoundCapture/DirectSoundCapture8 split. Add tests to verify split. by Robert Reif · 20 years ago
- b67da5b Make more of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
- a2f1fd3 Add multiple DIRECTSOUND object support (multiple sound cards can play by Robert Reif · 20 years ago
- 5416022 Rename MODULENAME_Dll* functions to Dll* for better consistency and by Robert Shearman · 20 years ago
- e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
- 7f6536c Change some global variable names. by Robert Reif · 20 years ago
- f8833da Removed printing of thread id for AddRef and Release because by Robert Reif · 20 years ago
- 7d92b5d Fix structure member name to match windows headers and fix up all by Robert Reif · 20 years ago
- 364c0d5 Remove unused includes. by Robert Reif · 20 years ago
- ef847a0 Use Windows memory functions. by Robert Reif · 20 years ago
- 6847d59 Return CLASS_E_NOAGGREGATION if pUnkOuter is non-null. by James Hawkins · 20 years ago
- 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
- b970aeb Cleanup reference counting. by Robert Reif · 21 years ago
- 314b99c Removed some more uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
- 1d785b8 Consolidate secondary buffer list processing and locking. by Robert Reif · 21 years ago
- f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
- 7bf4eee Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in by Robert Reif · 21 years ago
- 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
- 02a8ab2 Save enumerated GUIDs in a global array so they persist after by Robert Reif · 21 years ago
- 3ce9c5f Do initialization to match windows behavior (with test). by Robert Reif · 21 years ago
- 5d8997d Create DirectSound or DirectSound8 depending on riid. by Robert Reif · 21 years ago
- 31f817b Separated DirectSoundCreate8 into two functions and added a by Robert Reif · 21 years ago
- df93f2e GetModuleFileName[AW] doesn't terminate the string if the buffer is too small. by Eric Pouech · 21 years ago
- dbb03ec Fixes support for older versions of direct sound. by Robert Reif · 21 years ago
- 14a7c6d Remove unused lock. by Robert Reif · 21 years ago
- 7ecf3d0 Fallback to software buffer if duplicating hardware buffer fails. by Robert Reif · 21 years ago
- 7dd6374 Added some missing defines and a struct. Fixed some const * arguments. by Robert Reif · 21 years ago
- de12a97 Another portion of HeapReAlloc fixes. by Oleg Prokhorov · 21 years ago
- e29357c Fixed some traces. Fixed spec file to match Microsoft dll. by Robert Reif · 22 years ago
- 99b0e8f Added volume and pan support to primary buffers. by Robert Reif · 22 years ago
- 725d8c3 Device enumeration callbacks should return a NULL guid for default by Robert Reif · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 7d43d7b Use the drivers to get device capabilities and property sets. by Robert Reif · 22 years ago
- 5ec32ce Added SecondaryBuffer and DirectSoundCaptureNotify COM objects to get by Robert Reif · 22 years ago
- b805f0f Split property sets into two types: buffer and private. by Robert Reif · 22 years ago
- f5080c8 Added class factories for DirectSoundCapture, DirectSoundFullDuplex by Robert Reif · 22 years ago
- 8c37581 Fixed a bug where a NULL primary buffer pointer is used when the by Robert Reif · 22 years ago
- 9dacf20 3D buffer and listener reference counts should be fixed. 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
- 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
- c2ebe1f Removed uses of the non standard ICOM_VTBL macro. by Alexandre Julliard · 22 years ago
- fa13d01 Fixed a problem when multiple devices are present and a device other by Robert Reif · 22 years ago
- aeddf2c Added wide character enumeration of sound devices. by Robert Reif · 22 years ago
- 89b469fe Added support for multiple direct sound devices. by Robert Reif · 22 years ago
- 8c2ec13 Added a configuration option for setting the hardware acceleration by Robert Reif · 22 years ago
- 15cc17f Fixed code to handle full duplex properly. by Robert Reif · 22 years ago
- 5be7f69 Added support for direct sound capture and a real direct sound capture by Robert Reif · 22 years ago
- 6bbce6c Initialize the pwave array whenever we don't have a hardware buffer. by Francois Gouget · 22 years ago
- 32140ad DSB.SetFormat:Trace the requested format as soon as possible in case by Francois Gouget · 22 years ago
- 112cf22 Always open the device in the default 22050x8x2 format, and let it by Francois Gouget · 22 years ago
- 26d6488 Back out the aRts volume patch, this is not user-friendly at all. by Alexandre Julliard · 22 years ago
- ee4d9c5 Return an error if dwSize is not valid. by Francois Gouget · 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
- 7015ce3 No need to call GetModuleFileName16 now that GetModuleFileNameA 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
- ff60a9a Make defines configurable at run-time. by Joris Beugnies · 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
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 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
- c2bc22b Spelling fixes. by Andreas Mohr · 24 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- ed73933 Fixed sound disappearing after on-the-fly sample rate changes and by Ove Kaaven · 24 years ago
- ddf8256 Chris Jacobson Small bug fix. by Alexandre Julliard · 24 years ago
- 62510dd Fixes for various underrun-related problems. Also added a mechanism by Ove Kaaven · 24 years ago
- d8dea42 Added a more truthful message about what really is wrong. by Johan Gill · 24 years ago
- ad250aa Now using manifest constant instead of raw values for all the by Eric Pouech · 24 years ago
- 865cf37 Bugfix for sound dropping out, and workaround for Half-Life's by Ove Kaaven · 24 years ago
- 0c7c94b More intelligent DirectSound prebuffering. By tracking the by Ove Kaaven · 24 years ago
- eba8cee Handle errors for IDsDriver_GetPosition. by Marcus Meissner · 24 years ago