atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dsound / dsound.c
2012-12-27  Maarten Lankhorstdsound: Use a thread instead of a timer for greater...
2012-11-22  Maarten Lankhorstdsound: Create a primary_pwfx separately from pwfx.
2012-09-26  Michael Stefaniucdsound: DirectSoundDevice_RemoveBuffer() cannot fail.
2012-09-26  Michael Stefaniucdsound: Don't bother shrinking the secondary buffer...
2012-09-18  Andrew Eikumdsound: Don't require WAVE_FORMAT_EXTENSIBLE for non...
2012-09-06  Michael Stefaniucdsound: Inline some of the IDirectSound helpers.
2012-08-21  Francois Gougetdsound: Make dumpCooperativeLevel() static.
2012-08-16  Michael Stefaniucdsound: Add COM aggregation to DirectSound for internal...
2012-07-19  Michael Stefaniucdsound: Get rid of the DSOUND_QueryInterface() helper.
2012-07-19  Michael Stefaniucdsound: Handle IDirectSound by the IDirectSound8 implem...
2012-07-19  Michael Stefaniucdsound: Merge IDirectSound8 into the main DirectSound...
2012-07-19  Michael Stefaniucdsound: Drop a redundant 'IDirectSound8' from the metho...
2012-07-19  Michael Stefaniucdsound: Merge the DirectSound create functions.
2012-07-19  Michael Stefaniucdsound: Merge IUnknown into the main DirectSound object.
2012-07-19  Michael Stefaniucdsound: Cleanup IDirectSoundImpl_Create() and move it.
2012-07-19  Michael Stefaniucdsound: Rename the DirectSound object refcount to ...
2012-07-19  Michael Stefaniucdsound: Merge the two IUnknown/IDirectSound implementat...
2012-05-09  Andrew Eikumdsound: Don't destroy primary buffer until device is...
2012-04-03  Andrew Eikummmddk.h: Remove unused, Wine-specific WinMM defines.
2012-02-14  Andrew Eikumdsound: Add some more DSCAPS flags.
2012-01-20  Michael Stefaniucdsound: Remove the now obsolete IDirectSoundBufferImpl_...
2012-01-13  Jörg Höhledsound: Vista/XP SP2 reworked the Speaker Configuration.
2011-10-20  Andrew Eikumdsound: Don't claim to support hardware buffers.
2011-09-28  Andrew Eikumdsound: Eliminate leftover driver structures.
2011-09-27  Andrew Eikumdsound: Reimplement capturing devices on mmdevapi.
2011-09-27  Andrew Eikumdsound: Reimplement rendering devices on mmdevapi.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-08-31  Michael Stefaniucdsound: Move the primary buffer description into the...
2011-08-31  Michael Stefaniucdsound: Don't delete the primary buffer if a sub iface...
2011-08-31  Michael Stefaniucdsound: Use the same struct for the primary buffer...
2011-08-24  Michael Stefaniucdsound: Kill SecondaryBufferImpl with extreme prejudice.
2011-08-24  Michael Stefaniucdsound: Remove pointless AddRef followed by a Release.
2011-01-20  Owen Rudgedsound: Add support for 32-bit IEEE float buffers.
2010-01-06  Maarten LankhorstRevert "dsound: Only initialize one guid for capture...
2009-12-10  Maarten Lankhorstdsound: Only initialize one guid for capture and renderer.
2009-11-30  Maarten Lankhorstdsound: Remove directsound interface in duplex.
2009-11-30  Henri Verbeetdsound: Use wine_dbg_sprintf() in dumpCooperativeLevel().
2009-04-21  Jesse Allendsound: Allow a special cbSize case in CreateSoundBuffer.
2008-10-06  Maarten Lankhorstdsound: Fix volume and panning for primary buffer.
2008-06-21  Dan Kegeldsound: Don't free buffer if it's owned by alsa.
2008-01-02  Andrew Talbotdsound: Remove unneeded casts.
2007-12-12  Andrew Riedidsound: DPRINTF -> TRACE.
2007-12-07  Alexandre JulliardAvoid size_t types in traces.
2007-11-12  Maarten Lankhorstdsound: Reassign pointers back to null when destroying...
2007-11-09  Maarten Lankhorstdsound: Use a 2 stage mixing/normalization for sound.
2007-11-07  Maarten Lankhorstdsound: Add support for WAVEFORMATEXTENSIBLE format.
2007-10-15  Maarten Lankhorstdsound: Remove a few null initializations in DirectSoun...
2007-08-27  Maarten Lankhorstdsound: Add a function to (re)open sound device to...
2007-08-22  Maarten Lankhorstdsound: Move assignment of DSBCAPS_LOC to primary buffe...
2007-08-07  Maarten Lankhorstdsound: Make hardware acceleration work again.
2007-08-06  Maarten Lankhorstdsound: Make timer more robust.
2007-08-06  Maarten Lankhorstdsound: Sound acceleration fixes.
2007-06-14  Maarten Lankhorstdsound: Use TIME_KILL_SYNCHRONOUS on sound timer.
2007-05-23  Robert Reifdsound: Add missing interface ID.
2007-05-15  Maarten Lankhorstdsound: IDirectSound_Compact should return DS_OK on...
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-03-29  Andrew Riedidsound: Change a couple DPRINTF's to TRACE's
2007-03-12  Jan Zerebeckidsound: Conform critical section DebugInfo names.
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-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-04-08  Robert Reifdsound: Set default primary buffer sample rate and...
2006-01-17  Robert Reifdsound: Convert IDirectSoundImpl from a COM class to...
2006-01-16  Robert Reifdsound: Make dumpCooperativeLevel global.
2006-01-14  Robert Reifdsound: Rename some functions, make some functions...
2006-01-06  Robert Reifdsound: Refactor playback.
2006-01-03  Robert Reifdsound: Remove WINAPI from internal functions.
2006-01-03  Robert Reifdsound Add uninitialized check.
2005-10-19  Robert ReifChange secondary buffer variable name to secondary.
2005-10-17  Robert ReifInclude winuser.h so the code compiles cleanly on windo...
2005-10-11  Robert ReifFix PrimaryBufferImpl pointer to deleted DirectSoundImpl.
2005-10-10  Robert ReifDirectSoundDevice reference count cleanup.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-15  Stefan HuehnerFix some write-strings 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  Robert ReifMove initialization to IDirectSound_Initialize.
2005-03-15  Robert ReifChange some global variable names.
2005-02-25  Robert ReifChange SetCooperativeLevel FIXME to WARN.
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-02-01  Robert ReifFix primary buffer memory leak.
2005-01-24  Robert ReifRemove unused includes.
2005-01-24  Robert ReifUse Windows memory functions.
2005-01-24  Robert ReifFixed memory leak in mixer code.
2004-12-07  Tomas VanekFixed no memory condition test in IDirectSoundImpl_Create.
2004-09-16  Robert ReifCleanup reference counting.
2004-09-10  Robert ReifRemove lock name from lock debug structure before delet...
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Robert ReifConsolidate secondary buffer list processing and locking.
2004-08-31  Francois GougetDon't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability...
2004-08-25  Robert ReifDirectSound8 doesn't accept 3D stereo secondary buffers but
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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_VTABLE macro.
next