wbemprox: Handle NULL operands in eval_strcmp.
[wine] / dlls / dsound /
2012-10-03  Marcus Meissnerdsound: Skip unknown sizes in tests (Coverity).
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-18  Michael Stefaniucdsound/tests: Avoid a crash on a Win2k box.
2012-09-18  Michael Stefaniucdsound: Improve the IDirectSoundCaptureBuffer::GetObjec...
2012-09-14  Michael Stefaniucdsound: Get rid of an unused macro.
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-27  Jacek Cabandsound: Use proper helpers for iface calls.
2012-08-24  Michael Stefaniucdsound: Cleanup IKsPrivatePropertySetImpl_Create().
2012-08-21  Francois Gougetdsound: Make dumpCooperativeLevel() static.
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: Add COM aggregation to DirectSoundCapture for...
2012-08-16  Michael Stefaniucdsound: Aggregate IDirectSound8 instead of wrapping it.
2012-08-16  Michael Stefaniucdsound: Add COM aggregation to DirectSound for internal...
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/tests: Add DirectSoundFullDuplex COM tests.
2012-08-16  Michael Stefaniucdsound/tests: Refcount tests for IDirectSoundCapture...
2012-08-16  Michael Stefaniucdsound: IDirectSoundCapture / IUnknown use separate...
2012-08-16  Michael Stefaniucdsound: Merge the DirectSoundCapture create functions.
2012-08-14  Michael Stefaniucdsound: Avoid a TRUE:FALSE conditional expression.
2012-08-13  Francois Gougetdsound/tests: Trace the number of tested DirectSound...
2012-08-13  Francois Gougetdsound/tests: Clarify some skip() traces.
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-07-19  Michael Stefaniucdsound/tests: Add IDirectSound refcount and COM aggrega...
2012-06-14  Andrew Eikumdsound: Fail if app requests 3D buffer interface on...
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-14  Andrew Eikumdsound: Remove minlen, since we always mix full chunks...
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: Clean up cp_fields.
2012-05-01  Alexander E. Patrakovdsound: Replace convert() functions with get() and...
2012-05-01  Alexander E. Patrakovdsound: Clean up MixToTemporary().
2012-04-27  Andrew Eikumdsound: Map MMDevAPI error to DSound error.
2012-04-03  Andrew Eikummmddk.h: Remove unused, Wine-specific WinMM defines.
2012-04-02  Andrew Eikumdsound: Validate and correct wValidBitsPerSample in...
2012-02-15  Michael Stefaniucdsound/tests: Fix the capture COM tests for older Win2k...
2012-02-14  Andrew Eikumdsound: Add some more DSCAPS flags.
2012-01-31  Austin Englishdsound: Remove an unnecessary assignment (LLVM/Clang).
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-19  Michael Stefaniucdsound: Get rid of some LPDIRECTSOUND3DBUFFER usage.
2012-01-17  Michael Stefaniucdsound: Support IKsPropertySet in the primary buffer...
2012-01-17  Michael Stefaniucdsound: Merge IKsPropertySet into the secondary buffer...
2012-01-17  Michael Stefaniucdsound: Drop "Buffer" from the IKsPropertySet method...
2012-01-17  Andrew Eikumdsound: Lock the source buffer during duplication.
2012-01-16  Andrew Eikumdsound: Don't launch a separate thread for the mmdevapi...
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.
2012-01-13  Jörg Höhledsound: Vista/XP SP2 reworked the Speaker Configuration.
2012-01-12  Michael Stefaniucdsound/tests: Add some COM tests for capture.
2012-01-12  Michael Stefaniucdsound/tests: Sanitize START_TEST() in capture.c.
2012-01-12  Michael Stefaniucdsound/tests: Remove some returns in the capture buffer...
2012-01-12  Michael Stefaniucdsound: Make capture behave like native in regards...
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: Drop "Capture" from the IDirectSoundNotify...
2012-01-12  Michael Stefaniucdsound: COM cleanup for the IDirectSoundCaptureBuffer8...
2012-01-03  Jörg Höhledsound: Fix the computation of the mixer position in...
2011-12-29  Alexander E. Patrakovdsound: Always resample buffers in mixer thread.
2011-12-27  André Hentscheldsound: Use if(0) instead of #if 0 to make sure code...
2011-12-06  Francois Gougetdsound: Remove mmErr(). It is not used anymore.
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-11-15  Francois Gougetdsound: Give a name to the critical sections, make...
2011-11-14  Francois Gougetdsound: Unset Spare[0] before deleting non-static criti...
2011-10-21  Andrew Eikumdsound: Always enumerate the default device first.
2011-10-20  Andrew Eikumdsound: Don't claim to support hardware buffers.
2011-10-18  Andrew Eikumdsound: Don't make the capture buffer object address...
2011-10-18  Andrew Eikumdsound: Fix type conversion problems.
2011-10-17  Marcus Meissnerdsound: Remove dead code from mixer (Coverity).
2011-10-17  Marcus Meissnerdsound: Added missing LeaveCriticalSection (Coverity).
2011-10-13  Andrew Eikumdsound: Request a more exact buffer size from MMDevAPI.
next