- AddRef type info stored in StdDispatch.
[wine] / dlls / dsound /
2003-07-09  Francois GougetSpelling fixes.
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-06-18  Robert ReifFixed a reference counting bug I introduced.
2003-05-22  Duane ClarkFix compile error.
2003-05-22  Robert ReifAdd 3d primary and secondary buffer tests.
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  Robert ReifMove all tests to outside the loop when setting volume.
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-13  Alexandre JulliardDon't use Wine debugging API in tests.
2003-04-11  Robert ReifFixed PCM format evaluation bug.
2003-04-11  Robert ReifChanged capture format printing to hex.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-09  Robert ReifChanged DLL version to 8.
2003-04-07  Jerry JenkinsAlign data to proper size.
2003-04-05  Robert ReifFixed a problem when multiple devices are present and...
2003-04-04  Alexandre JulliardWarning fixes.
2003-04-03  Robert ReifAdded wide character enumeration of sound devices.
2003-04-02  Robert ReifAdded entry for DirectSoundFullDuplexCreate.
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Ove KaavenSomewhat more reliable dsound position notifications.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-10  Rok Mandeljc- implemented panning
2003-03-07  Robert ReifFixed a bug where a capture device was used after it...
2003-03-06  Robert ReifAdded a configuration option for setting the hardware...
2003-03-05  Rok MandeljcChanged some stuff so distance attenuation works for...
2003-03-04  Robert ReifFixed code to handle full duplex properly.
2003-02-24  Robert ReifFixed a problem getting the GUID to compile under windo...
2003-02-24  Michael StefaniucAdd missing LeaveCriticalSection's in error path.
2003-02-17  Rok MandeljcReimplemented distance attenuation formula.
2003-02-15  Robert ReifAdded support for direct sound capture and a real direc...
2003-01-20  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-16  Francois GougetUse the same 8/16bit conversion routines as in pcmconve...
2003-01-16  Francois GougetSetFormat may not change the primary buffer format...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-14  Rok MandeljcAdded cone support.
2003-01-13  Enrico HornAdd version info to dll/dsound.
2003-01-11  Francois GougetDSB.SetFormat:Trace the requested format as soon as...
2003-01-11  Francois GougetFix latent deadlock in DSOUND_callback.
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetAlways open the device in the default 22050x8x2 format...
2003-01-04  Rok Mandeljc- 3d buffers produce sounds
2003-01-04  Rok Mandeljc- cleaned *Set* functions
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-13  Francois GougetIDirectSoundBuffer.GetCaps should fail if caps.dwSize...
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rok MandeljcImplemented some stubs.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-05  Alexandre JulliardBack out the aRts volume patch, this is not user-friend...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.
2002-12-05  Francois GougetReturn an error if dwSize is not valid.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
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-24  Alexandre JulliardRemoved ordinal 0.
2002-07-05  Steven EdwardsNeed to import ntdll.
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
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-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-11  Joris BeugniesMake defines configurable at run-time.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
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-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
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
next