Finish up the framework by stubbing out all the remaining Standard
[wine] / dlls / dsound / dsound_private.h
2005-01-24  Robert ReifFixed memory leak in mixer code.
2004-09-07  Robert ReifConsolidate secondary buffer list processing and locking.
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-18  Robert ReifAllocate wave format structure dynamically based on...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-07-23  Francois GougetFix the volume and balance of primary buffers so it...
2004-07-21  Robert ReifSave enumerated GUIDs in a global array so they persist...
2004-07-19  Robert ReifDo initialization to match windows behavior (with test).
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...
2004-03-17  Robert ReifRemove unused lock.
2004-01-12  Robert ReifReduce the use of the dsound global variable by passing...
2004-01-09  Robert ReifAdded some missing defines and a struct.
2003-10-08  Robert ReifMake capture more reliable by submitting all buffers...
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-02  Robert ReifReversed relationship between buffers and notifies.
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...
2002-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...