atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dsound / primary.c
2012-12-27  Maarten Lankhorstdsound: Use a thread instead of a timer for greater...
2012-12-17  Andrew Talbotdsound: Indentation fix.
2012-12-14  Andrew Eikumdsound: Always fill wValidBitsPerSample.
2012-11-27  Maarten Lankhorstdsound: Set dwChannelMask when limiting channels.
2012-11-22  Maarten Lankhorstdsound: Create a primary_pwfx separately from pwfx.
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: Ensure primary buffer's buffer is large enough...
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-02  Andrew Eikumdsound: Convert from fixed to floating point.
2012-04-02  Andrew Eikumdsound: Validate and correct wValidBitsPerSample in...
2012-01-17  Michael Stefaniucdsound: Support IKsPropertySet in the primary buffer...
2012-01-16  Michael Stefaniucdsound: Use AddRef to set the refcounts at object creation.
2012-01-16  Michael Stefaniucdsound: Merge IDirectSound3DListener into the primary...
2012-01-16  Michael Stefaniucdsound: Get rid of some LPDIRECTSOUNDBUFFER usage.
2011-12-29  Alexander E. Patrakovdsound: Always resample buffers in mixer thread.
2011-12-05  Andrew Eikumdsound: Validate format in primary buffer's SetFormat().
2011-11-15  Andrew Eikumdsound: Don't specify period size for the IAudioClient.
2011-10-18  Andrew Eikumdsound: Fix type conversion problems.
2011-10-13  Andrew Eikumdsound: Request a more exact buffer size from MMDevAPI.
2011-09-28  Andrew Eikumdsound: Eliminate leftover driver structures.
2011-09-27  Andrew Eikumdsound: Reimplement rendering devices on mmdevapi.
2011-09-26  Andrew Eikumdsound: Validate buffer pointers in Unlock methods.
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-07-14  Andrew Eikumdsound: Request that WinMM perform audio conversion...
2010-10-04  Nick Bowlerdsound: Restore old format on SetFormat failure.
2009-12-31  Alexandre Julliarddsound: Fix an invalid pointer cast.
2009-12-02  Francois Gougetdsound: Make DSOUND_PrimarySetFormat() static.
2009-10-06  Jörg Höhledsound: Enforce invariant about BlockAlign and nAvgByte...
2009-02-12  Michael Stefaniucdsound: Arguments 3,4,5 of a CALLBACK are of type DWORD...
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when locking primar...
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2008-12-22  Reece Dunndsound: Correct the dsound fraglen calculations.
2008-10-06  Maarten Lankhorstdsound: Fix volume and panning for primary buffer.
2008-09-12  Rob Shearmandsound: Add explicit "!= S_OK" to expressions that...
2008-08-22  Maarten Lankhorstdsound: Tune some parameters to make pulseaudio work.
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-09  Maarten Lankhorstdsound: Use a 2 stage mixing/normalization for sound.
2007-10-15  Maarten Lankhorstdsound: Make sure device buflen is initially set to...
2007-10-09  Maarten Lankhorstdsound: Release buffer before reopening when buffer...
2007-10-01  Maarten Lankhorstdsound: Use smaller buffers for wavein capture.
2007-09-27  Maarten Lankhorstdsound: Check if hardware buffer is big enough before...
2007-09-11  Maarten Lankhorstdsound: Support arbitrarily sized buffers for waveout.
2007-09-11  Maarten Lankhorstdsound: Fix overshot calculations.
2007-09-10  Maarten Lankhorstdsound: Fix detection of different sample rates in...
2007-08-30  Francois GougetAssorted spelling fixes.
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-27  Maarten Lankhorstdsound: Make sure waveOutClose is only called when...
2007-08-23  Maarten Lankhorstdsound: Transparantly fall back to software mode if...
2007-08-22  Maarten Lankhorstdsound: Move assignment of DSBCAPS_LOC to primary buffe...
2007-08-21  Alexandre Julliarddsound: Fix a compiler warning.
2007-08-20  Maarten Lankhorstdsound: Handle failing of IDsDriver_CreateSoundBuffer...
2007-08-06  Maarten Lankhorstdsound: Sound acceleration fixes.
2007-08-06  Michael Stefaniucdsound: Remove redundant NULL check before HeapFree...
2007-08-02  Maarten Lankhorstdsound: Move resampling away from mixer thread.
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: Remove some more unused variables.
2007-07-30  Maarten Lankhorstdsound: Silence the IDirectSoundBuffer_Initialize warnings.
2007-07-30  Maarten Lankhorstdsound: Reset state when stopping device.
2007-07-30  Maarten Lankhorstdsound: Replace buffer critical section with a rw-lock.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-28  Maarten Lankhorstdsound/winealsa: Remove writelead for alsa directsound.
2007-06-26  Alex Villacís Lassodsound: Reset device playpos/mixpos on buflen change.
2007-06-25  Michael Stefaniucdsound: Fix missing unlock on an error path. Found...
2007-06-22  Maarten Lankhorstdsound: Simplify mixing by removing remixing support...
2007-06-22  Maarten Lankhorstdsound: Give rougher estimates for fraglen to satisfy...
2007-06-04  Maarten Lankhorstdsound: Fix buffer caps.
2007-05-29  Maarten Lankhorstdsound: Fix stupid mistake.
2007-05-14  Maarten Lankhorstdsound: Primary buffer isn't an IDirectSoundBuffer8.
2007-05-03  Andrew Talbotdsound: Exclude unused headers.
2007-04-23  Maarten Lankhorstdsound: Make sure we're holding the lock on Drop And...
2007-03-08  Tomas Carneckydsound: Update prototypes for IDirectSoundBuffer::Lock...
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.
next