atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dsound / dsound_private.h
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-06  Michael Stefaniucdsound: Inline some of the IDirectSound helpers.
2012-08-31  Michael Stefaniucdsound: Move the capture structs declarations to the...
2012-08-24  Michael Stefaniucdsound: Cleanup IKsPrivatePropertySetImpl_Create().
2012-08-21  Francois Gougetdsound: Make dumpCooperativeLevel() static.
2012-08-16  Michael Stefaniucdsound: Add COM aggregation to DirectSoundCapture for...
2012-08-16  Michael Stefaniucdsound: Add COM aggregation to DirectSound for internal...
2012-08-16  Michael Stefaniucdsound: Cleanup the DirectSoundFullDuplex create functions.
2012-08-16  Michael Stefaniucdsound: IDirectSoundCapture / IUnknown use separate...
2012-08-16  Michael Stefaniucdsound: Merge the DirectSoundCapture create functions.
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: Merge the DirectSound create functions.
2012-07-19  Michael Stefaniucdsound: Merge IUnknown into the main DirectSound object.
2012-07-19  Michael Stefaniucdsound: Merge the two IUnknown/IDirectSound implementat...
2012-05-16  Andrew Eikumdsound: Don't use IAudioClock::GetPosition to determine...
2012-05-15  Andrew Eikumdsound: Resample to float, not device format.
2012-05-15  Andrew Eikumdsound: Compute mix buffer's size more accurately.
2012-05-15  Andrew Eikumdsound: Get rid of redundant primary_mixpos member.
2012-05-15  Andrew Eikumdsound: Change mix_buffer to float instead of INT.
2012-05-14  Andrew Eikumdsound: Base fragment size off of the MMDevice's period.
2012-05-14  Andrew Eikumdsound: Express buffer positions in terms of bytes...
2012-05-09  Andrew Eikumdsound: Don't destroy primary buffer until device is...
2012-05-08  Alexander E. Patrakovdsound: Added a windowed-sinc resampler.
2012-05-02  Andrew Eikumdsound: Don't derive the secondary position from the...
2012-05-02  Andrew Eikumdsound: Convert from fixed to floating point.
2012-05-01  Alexander E. Patrakovdsound: Clean up channels.
2012-05-01  Alexander E. Patrakovdsound: Replace convert() functions with get() and...
2012-01-20  Michael Stefaniucdsound: Remove the now obsolete IDirectSoundBufferImpl_...
2012-01-20  Michael Stefaniucdsound: Merge IDirectSoundNotify into the secondary...
2012-01-19  Michael Stefaniucdsound: Merge IDirectSound3DBuffer into the secondary...
2012-01-17  Michael Stefaniucdsound: Merge IKsPropertySet into the secondary buffer...
2012-01-16  Michael Stefaniucdsound: Merge IDirectSound3DListener into the primary...
2012-01-12  Michael Stefaniucdsound: Merge IDirectSoundNotify into the capture buffe...
2012-01-12  Michael Stefaniucdsound: Add an extra refcount for the capture buffer...
2012-01-12  Michael Stefaniucdsound: COM cleanup for the IDirectSoundCaptureBuffer8...
2011-12-29  Alexander E. Patrakovdsound: Always resample buffers in mixer thread.
2011-12-06  Francois Gougetdsound: Remove mmErr(). It is not used anymore.
2011-10-05  Andrew Eikumdsound: Remove a few unused variables.
2011-09-28  Andrew Eikumdsound: Eliminate leftover driver structures.
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-31  Michael Stefaniucdsound: Handle primary buffers in IDirectSoundBufferImp...
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-26  Michael Stefaniucdsound: Fix refcounting for the secondary buffer object.
2011-08-24  Michael Stefaniucdsound: Kill SecondaryBufferImpl with extreme prejudice.
2011-08-24  Michael Stefaniucdsound: Basic COM cleanup for the IDirectSoundBuffer8...
2011-04-26  Marcus Meissnerdsound: Mark internal symbols as having hidden visibility.
2011-04-08  Maarten Lankhorstdsound: COM cleanup property sets.
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-12-02  Francois Gougetdsound: Make DSOUND_PrimarySetFormat() static.
2009-12-02  Francois Gougetdsound: Make some capture functions static.
2009-11-30  Maarten Lankhorstdsound: Remove directsound interface in duplex.
2009-11-16  Maarten Lankhorstdsound: Move duplex definitions to duplex.c.
2009-10-06  Jörg Höhledsound: Enforce invariant about BlockAlign and nAvgByte...
2009-01-15  Henri Verbeetdsound: Don't convert single samples at a time.
2009-01-03  Andrew Talbotdsound: Declare some variables static.
2008-11-26  Maarten Lankhorstdsound: 64-bit pointer fixes.
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.
next