dsound: Avoid use of stdint types.
[wine] / dlls / dsound / dsound_private.h
2008-10-06  Maarten Lankhorstdsound: Fix volume and panning for primary buffer.
2008-03-17  Maarten Lankhorstdsound: Add an option to mix sound buffers in the mixer...
2007-11-09  Maarten Lankhorstdsound: Use a 2 stage mixing/normalization for sound.
2007-11-09  Maarten Lankhorstdsound: Add mixing and normalization functions.
2007-11-09  Maarten Lankhorstdsound: Add support for 24/32 bits input sound buffers.
2007-10-01  Maarten Lankhorstdsound: Use smaller buffers for wavein capture.
2007-08-27  Maarten Lankhorstdsound: Update DSOUND_PrimarySetFormat to follow flags...
2007-08-27  Maarten Lankhorstdsound: Add a function to (re)open sound device to...
2007-08-02  Maarten Lankhorstdsound: Move resampling away from mixer thread.
2007-07-31  Maarten Lankhorstdsound: Add SndQueueMin to have less lock contention...
2007-07-31  Maarten Lankhorstdsound: Get rid of DS_HEL_FRAGS.
2007-07-31  Maarten Lankhorstdsound: Add a registry setting for hel buffer length.
2007-07-30  Maarten Lankhorstdsound: Constify DSOUND_CheckEvent.
2007-07-30  Maarten Lankhorstdsound: Remove some more unused variables.
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-22  Maarten Lankhorstdsound: Tune some parameters for alsa waveout.
2007-06-22  Maarten Lankhorstdsound: Simplify mixing by removing remixing support...
2007-05-14  Maarten Lankhorstdsound: Primary buffer isn't an IDirectSoundBuffer8.
2006-11-13  Michael Stefaniucdsound: Fix the declaration/definition of DSOUND_timer().
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...