wldap32: Win64 printf format warning fixes.
[wine] / dlls / dsound / dsound_private.h
2006-08-18  Robert Reifdsound: Class factory cleanup.
2006-08-02  Alexandre Julliarddsound: Make some functions static.
2006-06-10  Alexandre Julliarddsound: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-08  Robert Reifdsound: Set default primary buffer sample rate and...
2006-01-17  Robert Reifdsound: Add full duplex support.
2006-01-17  Robert Reifdsound: Convert IDirectSoundImpl from a COM class to...
2006-01-16  Robert Reifdsound: Make dumpCooperativeLevel global.
2006-01-16  Robert Reifdsound: Make some capture functions global.
2006-01-14  Robert Reifdsound: Rename some functions, make some functions...
2006-01-14  Robert Reifdsound: Add DSOUND_PrimarySetFormat and use it to set...
2006-01-06  Robert Reifdsound: Refactor playback.
2006-01-05  Robert Reifdsound: Capture refactoring.
2006-01-04  Robert Reifdsound: Capture cleanup.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2005-10-27  Robert ReifRemove unused variable from IDirectSoundFullDuplexImpl.
2005-10-19  Robert ReifChange secondary buffer variable name to secondary.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-04  Robert ReifFinish DirectSoundCapture/DirectSoundCapture8 split.
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-03-15  Robert ReifChange some global variable names.
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...