atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dsound / duplex.c
2012-08-16  Michael Stefaniucdsound: Move the QI implementation from IDirectSoundFul...
2012-08-16  Michael Stefaniucdsound: Aggregate IDirectSoundCapture8 instead of wrapp...
2012-08-16  Michael Stefaniucdsound: Aggregate IDirectSound8 instead of wrapping it.
2012-08-16  Michael Stefaniucdsound: Merge IUnknown into the main DirectSoundFullDup...
2012-08-16  Michael Stefaniucdsound: Add an object refcount for DirectSoundFullDuplex.
2012-08-16  Michael Stefaniucdsound: Pass the object instead of ifaces to helpers.
2012-08-16  Michael Stefaniucdsound: COM cleanup for the IDirectSoundFullDuplex...
2012-08-16  Michael Stefaniucdsound: Cleanup error handling in IDirectSoundFullDuple...
2012-08-16  Michael Stefaniucdsound: Cleanup the DirectSoundFullDuplex create functions.
2012-08-16  Michael Stefaniucdsound: Merge the DirectSoundCapture create functions.
2012-07-19  Michael Stefaniucdsound: Merge the DirectSound create functions.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2010-08-17  Henri Verbeetdsound: Remove the useless CINTERFACE definition.
2009-11-30  Maarten Lankhorstdsound: Don't use DirectSoundDevice calls directly.
2009-11-30  Maarten Lankhorstdsound: Use DirectSoundCapture properly in duplex.
2009-11-30  Maarten Lankhorstdsound: Call DSOUND_FullDuplexCreate instead of creatin...
2009-11-30  Maarten Lankhorstdsound: Remove directsound interface in duplex.
2009-11-30  Maarten Lankhorstdsound: Fix destruction in duplex.
2009-11-16  Maarten Lankhorstdsound: Move duplex definitions to duplex.c.
2009-01-08  Alexandre Julliarddsound: Avoid a pointer cast in a trace.
2007-08-27  Maarten Lankhorstdsound: Update DSOUND_PrimarySetFormat to follow flags...
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2006-11-13  Michael Stefaniucdsound: Win64 printf format warning fixes.
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-02-28  Robert Reifdsound: Fix duplex create bug.
2006-01-17  Robert Reifdsound: Add full duplex support.
2005-10-27  Robert ReifRemove unused variable from IDirectSoundFullDuplexImpl.
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-02  Robert ReifMove FullDuplex code from capture.c to duplex.c.