wined3d: Remove stray '\' at end of lines.
[wine] / dlls / dsound / primary.c
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: Add DSOUND_PrimarySetFormat and use it to set...
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-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
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-06  Francois GougetAssorted spelling fixes.
2005-04-11  Robert ReifInitialize primary buffer on open.
2005-03-15  Robert ReifChange some global variable names.
2005-02-16  Robert ReifSome block align cleanups.
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-02-09  Robert ReifFill new software buffers with silence.
2005-01-24  Robert ReifDon't allow other threads to access the primary buffer...
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-09-17  Robert ReifCleanup reference counting.
2004-09-16  Robert ReifCleanup reference counting.
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-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-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-11  Robert ReifFixed a bug where freqAdjust was not being updated...
2004-08-09  Francois GougetRemove the assert()s that checked that IDirectSoundBuff...
2004-07-23  Francois GougetFix the volume and balance of primary buffers so it...
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-06  Robert ReifFix IDirectSoundBuffer8_Initialize function prototype...
2004-02-13  Robert ReifProperly release hardware primary buffer when changing...
2004-02-06  Robert ReifActual buffer format may be different from requested...
2004-01-09  Robert ReifAdded some missing defines and a struct.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
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-01  Robert ReifAdded SecondaryBuffer and DirectSoundCaptureNotify...
2003-08-06  Robert ReifAdded class factories for DirectSoundCapture, DirectSou...
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  Robert Reif- make parameter checking and error notification consistent
2003-05-02  Robert ReifMove all tests to outside the loop when setting volume.
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-06  Robert ReifAdded a configuration option for setting the hardware...
2003-02-15  Robert ReifAdded support for direct sound capture and a real direc...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-11  Francois GougetDSB.SetFormat:Trace the requested format as soon as...
2002-12-13  Francois GougetIDirectSoundBuffer.GetCaps should fail if caps.dwSize...
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...