dsound: Give a name to the critical sections, make them static and delete them when...
[wine] / dlls / dsound / dsound_main.c
2011-11-15  Francois Gougetdsound: Give a name to the critical sections, make...
2011-10-21  Andrew Eikumdsound: Always enumerate the default device first.
2011-10-05  Andrew Eikumdsound: Remove a few unused variables.
2011-09-27  Andrew Eikumdsound: Reimplement PropertySet on mmdevapi.
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-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-06-29  Andrew Eikumdsound: Inform the driver if we are in emulation mode...
2010-12-05  Michael Stefaniucdsound: Use an iface instead of a vtbl pointer in IClas...
2010-12-03  Alexandre Julliarddsound: Convert dll registration to the IRegistrar...
2010-03-22  William Waghorndsound: Ensure device name and description buffers...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2010-01-06  Maarten LankhorstRevert "dsound: Only initialize one guid for capture...
2009-12-16  Maarten Lankhorstdsound: Remove refcounting in classfactory.
2009-12-10  Maarten Lankhorstdsound: Only initialize one guid for capture and renderer.
2009-11-16  Maarten Lankhorstdsound: Implement DirectSoundCaptureEnumerateA on top...
2009-11-16  Maarten Lankhorstdsound: Move DirectSoundCaptureEnumerate to dsound_main.c.
2009-11-16  Maarten Lankhorstdsound: Implement DirectSoundEnumerateA on top of Direc...
2009-01-28  Michael Stefaniucdsound: Use UlongToHandle to make the real payload...
2009-01-03  Andrew Talbotdsound: Declare some variables static.
2009-01-02  Maarten Lankhorstdsound: Correct amount of buffers used for playing.
2008-08-22  Maarten Lankhorstdsound: Tune some parameters to make pulseaudio work.
2008-04-21  Maarten Lankhorstdsound: Skip the sound checks on the primary module...
2008-03-31  Andrew Talbotdsound: Assign to structs instead of using CopyMemory.
2008-03-17  Maarten Lankhorstdsound: Add an option to mix sound buffers in the mixer...
2007-11-07  Maarten Lankhorstdsound: Add support for WAVEFORMATEXTENSIBLE format.
2007-09-11  Maarten Lankhorstdsound: Change default bpp and sample frequency to...
2007-08-30  Maarten Lankhorstdsound: Increase dll refcount and disable thread calls.
2007-08-17  Maarten Lankhorstdxguid: Remove dsdriver.h from imports.
2007-07-31  Maarten Lankhorstdsound: Add SndQueueMin to have less lock contention...
2007-07-31  Maarten Lankhorstdsound: Add a registry setting for hel buffer length.
2007-07-27  Maarten Lankhorstdsound: Some cosmetic changes.
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-04-30  Rob Shearmandsound: Implement QueryInterface for the class factory...
2007-03-20  Andrew Talbotdsound: Replace inline static with static inline.
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-08  Robert Reifdsound: Set default primary buffer sample rate and...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
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-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-17  Francois GougetFix winapi_check documentation warnings.
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectSound.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-08  Michael JungFixed confusing indentation.
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-17  Robert ShearmanRename MODULENAME_Dll* functions to Dll* for better...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-15  Robert ReifChange some global variable names.
2005-02-11  Robert ReifRemoved printing of thread id for AddRef and Release...
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-24  Robert ReifRemove unused includes.
2005-01-24  Robert ReifUse Windows memory functions.
2005-01-14  James HawkinsReturn CLASS_E_NOAGGREGATION if pUnkOuter is non-null.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-16  Robert ReifCleanup reference counting.
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-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
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-06  Robert ReifCreate DirectSound or DirectSound8 depending on riid.
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-04-19  Robert ReifFixes support for older versions of direct sound.
2004-03-17  Robert ReifRemove unused lock.
2004-02-06  Robert ReifFallback to software buffer if duplicating hardware...
2004-01-09  Robert ReifAdded some missing defines and a struct.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-01  Robert ReifFixed some traces.
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-03  Robert ReifUse the drivers to get device capabilities and property...
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-07-28  Robert ReifFixed a bug where a NULL primary buffer pointer is...
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-05-22  Robert Reif- make parameter checking and error notification consistent
2003-05-04  Lionel UlmerGive the right ids to the DirectSoundCreate8 function...
2003-05-02  Lionel Ulmer- misc. tracing fixes
2003-05-02  Robert ReifReversed relationship between buffers and notifies.
2003-04-29  Robert ReifAdded partial property set support which is used by...
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Robert ReifFixed a problem when multiple devices are present and...
2003-04-03  Robert ReifAdded wide character enumeration of sound devices.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-06  Robert ReifAdded a configuration option for setting the hardware...
next