3D buffer and listener reference counts should be fixed.
[wine] / dlls / dsound / dsound_main.c
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-05-04  Lionel UlmerGive the right ids to the DirectSoundCreate8 function...
2003-05-02  Lionel Ulmer- misc. tracing fixes
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-29  Robert ReifAdded partial property set support which is used by...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Robert ReifFixed a problem when multiple devices are present and...
2003-04-03  Robert ReifAdded wide character enumeration of sound devices.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-06  Robert ReifAdded a configuration option for setting the hardware...
2003-03-04  Robert ReifFixed code to handle full duplex properly.
2003-02-15  Robert ReifAdded support for direct sound capture and a real direc...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-11  Francois GougetDSB.SetFormat:Trace the requested format as soon as...
2003-01-07  Francois GougetAlways open the device in the default 22050x8x2 format...
2002-12-05  Alexandre JulliardBack out the aRts volume patch, this is not user-friend...
2002-12-05  Francois GougetReturn an error if dwSize is not valid.
2002-09-29  Ove KaavenFix for soundcards that can't do 8-bit audio, only...
2002-09-17  Jerry JenkinsAdded waveOutSetVolume when opening sound driver. Other...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-02  Michael Stefaniuc- Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-28  Johan GillOnly enumerate DirectSound devices if the first sound...
2002-05-11  Joris BeugniesMake defines configurable at run-time.
2002-05-01  Johan GillDirectSoundEnumerateA() now passes a GUID to the callba...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-22  Eric PouechA bit more robust against wave???Open failures.
2002-03-25  Chris MorganDsound will now try as many devices as are available...
2002-03-21  Chris MorganAdded aRts driver.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-02  Ove KaavenFurther unified HAL and HEL mixing, and added some...
2001-09-10  Ove KaavenFix buffering problems in HEL mode.
2001-07-26  Patrik StridvallFixed some warnings.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Marcus MeissnerAdded definitions for IKsPropertySet, small stub implem...
2001-05-24  Andreas MohrSpelling fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-19  Ove KaavenFixed sound disappearing after on-the-fly sample rate...
2001-03-03  Alexandre JulliardChris Jacobson
2001-01-13  Ove KaavenFixes for various underrun-related problems. Also added...
2001-01-06  Johan GillAdded a more truthful message about what really is...
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-02  Ove KaavenBugfix for sound dropping out, and workaround for Half...
2000-12-22  Ove KaavenMore intelligent DirectSound prebuffering. By tracking the
2000-12-21  Marcus MeissnerHandle errors for IDsDriver_GetPosition.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-10-25  Andreas MohrReimplement patch by Marcus Meissner ('98) to "fix...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-01  James AbbatielloDon't use copies of critical sections made by memcpy()
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-07-23  Ove KaavenAdded a few C++ operators to Direct3D structures, and...
2000-07-15  Patrik StridvallFixed some warnings.
2000-07-08  Ove KaavenFix a couple of problems with underruns and stopping...
2000-06-24  Ove KaavenImplemented the DirectSound HAL mode for DMA primary...
2000-06-23  Ove KaavenRestructure DirectSound. Remove dsound thread, use...
2000-06-11  James AbbatielloAdd a few more flags to those recognized when doing...
2000-06-03  Patrik StridvallFixed some warnings.
2000-06-01  Peter Hunnisett- Added DirectSoundCapture and DirectSoundCaptureBuffer...
2000-05-30  Peter Hunnisett- Fixed some initialization/destruction and reference...
2000-05-30  Peter Hunnisett- Add another way to create a 3d listener interface.
2000-05-10  Eric PouechMake internal buffers size multiple of 4.
2000-04-16  Marcus MeissnerDSOUND_MixerNorm: do not compare unrelated pointers.
2000-04-06  Marcus MeissnerMake audiodevice blocking directly after the non-blocki...
2000-03-30  Marcus Meissneropen() the OSS sounddevice non-blocking in case another...
2000-03-28  Niels Kristian Bec... - Fix some compiler warnings.
2000-03-26  Andreas MohrFixed debug formatting.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-20  Marcus MeissnerMade the buffer list in the directsound object thread...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-15  Todd T. FriesAdd HAVE_SOUNDCARD_H to support OpenBSD.
1999-11-14  Eric PouechRemoved suicide code when playback thread's father...
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.