atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dsound / sound3d.c
2012-05-09  Andrew Eikumdsound: Don't destroy primary buffer until device is...
2012-01-19  Michael Stefaniucdsound: Merge IDirectSound3DBuffer into the secondary...
2012-01-19  Michael Stefaniucdsound: Get rid of some LPDIRECTSOUND3DBUFFER usage.
2012-01-16  Michael Stefaniucdsound: Merge IDirectSound3DListener into the primary...
2011-12-29  Alexander E. Patrakovdsound: Always resample buffers in mixer thread.
2011-12-27  André Hentscheldsound: Use if(0) instead of #if 0 to make sure code...
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-09-21  Andrew Eikumdsound: Don't dereference a freed object.
2011-08-31  Michael Stefaniucdsound: Don't delete the primary buffer if a sub iface...
2011-08-31  Michael Stefaniucdsound: Use the same struct for the primary buffer...
2011-08-26  Michael Stefaniucdsound: Fix refcounting for the secondary buffer object.
2011-08-24  Michael Stefaniucdsound: Kill SecondaryBufferImpl with extreme prejudice.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2008-11-26  Francois GougetStraighten out some ellipses.
2007-11-12  Maarten Lankhorstdsound: Make AngleBetweenVectorsRad when vectors have...
2007-11-12  Maarten Lankhorstdsound: Implement AngleBetweenVectorsDeg as a call...
2007-08-02  Maarten Lankhorstdsound: Move resampling away from mixer thread.
2007-07-09  Maarten Lankhorstdsound: Fix division by zero in DSOUND_Calc3DBuffer.
2007-07-06  Romain Iehldsound: Correct field access.
2007-07-06  Romain Iehldsound: Simplify the calculation of sound attenuation...
2007-07-06  Romain Iehldsound: Fix bug preventing correct calculation of the...
2007-06-22  Maarten Lankhorstdsound: Simplify mixing by removing remixing support...
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-04-30  Andrew Talbotdsound: Constify some variables.
2007-01-09  Michael Stefaniucdsound: Remove stray '\' at end of lines.
2007-01-09  Andrew Talbotdsound: Remove unused function.
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliarddsound: Don't use sizeof in traces to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-06  Robert Reifdsound: Refactor playback.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-31  Robert ReifAdd multiple DIRECTSOUND object support (multiple sound...
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-01-24  Robert ReifRemove unused includes.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-09-17  Robert ReifCleanup reference counting.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-03-17  Robert ReifRemove unused lock.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Robert ReifNow that reference counting is correct, there is no...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
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 Reif- make parameter checking and error notification consistent
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-04  Alexandre JulliardWarning fixes.
2003-03-31  Rok MandeljcFramework for the doppler effect.
2003-03-10  Rok Mandeljc- implemented panning
2003-03-05  Rok MandeljcChanged some stuff so distance attenuation works for...
2003-02-17  Rok MandeljcReimplemented distance attenuation formula.
2003-01-14  Rok MandeljcAdded cone support.
2003-01-10  Rok Mandeljc3d sound diminishes with distance.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Rok Mandeljc- 3d buffers produce sounds
2003-01-04  Rok Mandeljc- cleaned *Set* functions
2002-12-13  Rok MandeljcImplementation of IDirectSound3DListenerImpl_Set*().
2002-12-13  Rok MandeljcImplemented IDirectSound3DBufferImpl_Set*().
2002-12-12  Rok MandeljcImplemented IDirectSound3DListenerImpl_Get*() functions.
2002-12-12  Rok MandeljcImplemented some stubs.
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-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...