dsound: Unset Spare[0] before deleting non-static critical sections.
[wine] / dlls / dsound / buffer.c
2011-09-26  Andrew Eikumdsound: Validate buffer pointers in Unlock methods.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-08-31  Michael Stefaniucdsound: Handle primary buffers in two more IDirectSound...
2011-08-31  Michael Stefaniucdsound: Handle primary buffers in IDirectSoundBufferImp...
2011-08-26  Michael Stefaniucdsound: Fix refcounting for the secondary buffer object.
2011-08-24  Michael Stefaniucdsound: Kill SecondaryBufferImpl with extreme prejudice.
2011-08-24  Michael Stefaniucdsound: Basic COM cleanup for the IDirectSoundBuffer8...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-22  Akihiro Sagawadsound: Don't copy the position notify on duplicate.
2011-07-22  Akihiro Sagawadsound: Don't copy the notify object on duplicate.
2011-07-18  Akihiro Sagawadsound: Fix a typo.
2011-05-10  Austin Englishdsound: Return success in IDirectSoundBufferImpl_Acquir...
2009-12-07  Maarten Lankhorstdsound: Move buffer property sets to buffer.c.
2009-10-06  Jörg Höhledsound: Correct deallocations when DuplicateSoundBuffer...
2009-10-06  Jörg Höhledsound: Enforce invariant about BlockAlign and nAvgByte...
2009-06-01  Yuriy Kaminskiydsound: Fix segv on use-after-free in IDirectSoundNotif...
2009-03-03  Ken Thomasesdsound: Don't use HEAP_ZERO_MEMORY when we're about...
2009-02-24  Ken Thomasesdsound: Consolidate some duplicate code.
2009-02-24  Ken Thomasesdsound: Replace a realloc-or-alloc with a free-then...
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when locking primar...
2008-09-05  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2008-05-12  Andrew Talbotdsound: Memory allocation sizes fix.
2008-04-07  Maarten Lankhorstdsound: Hold lock in GetStatus.
2008-03-17  Maarten Lankhorstdsound: Add an option to mix sound buffers in the mixer...
2007-11-07  Maarten Lankhorstdsound: Add support for WAVEFORMATEXTENSIBLE format.
2007-09-10  Maarten Lankhorstdsound: Fix null pointer dereference for waveout in...
2007-08-27  Maarten Lankhorstdsound: Handle secondary hardware buffers more correctly.
2007-08-02  Maarten Lankhorstdsound: Move resampling away from mixer thread.
2007-07-30  Maarten Lankhorstdsound: Silence the IDirectSoundBuffer_Initialize warnings.
2007-07-30  Maarten Lankhorstdsound: Replace buffer critical section with a rw-lock.
2007-07-09  Maarten Lankhorstdsound: Simplify IDirectSoundBufferImpl_GetCurrentPosition.
2007-07-09  Maarten Lankhorstdsound: Remove some more unused variables.
2007-07-06  Maarten Lankhorstdsound: Clean up some unused variables.
2007-06-29  Maarten Lankhorstdsound: Fix calcplayposition to handle mixed amount...
2007-06-22  Maarten Lankhorstdsound: Simplify mixing by removing remixing support...
2007-06-04  Maarten Lankhorstdsound: Recalculate 3d buffer on SetVolume.
2007-06-04  Maarten Lankhorstdsound: Fix buffer caps.
2007-05-25  Maarten Lankhorstdsound: Block align SetCurrentPosition and add test...
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-03-12  Jan Zerebeckidsound: Conform critical section DebugInfo names.
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
2006-08-02  Alexandre Julliarddsound: Make some functions static.
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-05-05  Robert Reifdsound: Check DirectSoundBuffer_Lock parameters.
2006-01-14  Robert Reifdsound: Rename some functions, make some functions...
2006-01-06  Robert Reifdsound: Refactor playback.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2005-10-19  Robert ReifChange secondary buffer variable name to secondary.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-31  Robert ReifAdd multiple DIRECTSOUND object support (multiple sound...
2005-05-09  Robert ReifRemove dead code and redundant variables from DSOUND_Ca...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-02-16  Robert ReifFixed invalid buffer size by rounding up to next multip...
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-02-10  Robert ReifAlways allocate an empty buffer.
2005-02-09  Robert ReifFill new software buffers with silence.
2005-01-24  Robert ReifRemove unused includes.
2005-01-24  Robert ReifUse Windows memory functions.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-06  Robert ReifAlways create a property set for secondary buffers.
2004-09-17  Robert ReifCleanup reference counting.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-10  Robert ReifRemove lock name from lock debug structure before delet...
2004-09-10  Robert ReifReturn error from low level driver when necessary.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Robert ReifConsolidate secondary buffer list processing and locking.
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-16  Robert ReifDelete buffer array when releasing last buffer.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-09  Francois GougetRemove the assert()s that checked that IDirectSoundBuff...
2004-08-06  Robert ReifAdds debug name to remaining critical sections.
2004-07-23  Francois GougetSmall cleanup in IDirectSoundBufferImpl_SetPan().
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-06  Robert ReifFix IDirectSoundBuffer8_Initialize function prototype...
2004-04-19  Robert ReifFixes support for older versions of direct sound.
2004-02-06  Robert ReifFallback to software buffer if failed to create hardwar...
2004-01-09  Robert ReifAdded some missing defines and a struct.
2003-11-17  Robert ReifInitialize buffer reference count.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-15  Robert ReifDevice enumeration callbacks should return a NULL guid...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-09-02  Robert ReifNow that reference counting is correct, there is no...
2003-09-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-20  Robert ReifSplit property sets into two types: buffer and private.
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
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-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
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...
next