d3d9/tests: Add tests for IDirect3DCubeTexture9::GetLevelDesc and IDirect3DCubeTextur...
[wine] / dlls / dsound /
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.
2011-10-10  Andrew Talbotdsound: Remove unneeded address-of operator from functi...
2011-10-08  Michael Stefaniucdsound: COM cleanup for the IDirectSoundCapture iface.
2011-10-06  Andrew Eikumdsound: Fix fragment position calculations.
2011-10-05  Andrew Eikumdsound: Remove a few unused variables.
2011-10-04  Marcus Meissnerdsound: Make a function static, remove a no longer...
2011-10-03  Marcus Meissnerdsound: Mark enum_callback and search_callback static.
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: Validate buffer pointers in Unlock methods.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-09-23  Michael Stefaniucdsound/tests: Remove some explicit casts that happen...
2011-09-21  Andrew Eikumdsound: Don't dereference a freed object.
2011-08-31  Michael Stefaniucdsound: Handle primary buffers in two more IDirectSound...
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-29  Michael Stefaniucdsound/tests: Primary and secondary buffers use the...
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-08-24  Michael Stefaniucdsound/tests: IDirectSoundBuffer and IDirectSoundBuffer...
2011-08-24  Michael Stefaniucdsound: Remove pointless AddRef followed by a Release.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-22  Akihiro Sagawadsound: Don't copy the position notify on duplicate.
2011-07-22  Akihiro Sagawadsound: Don't copy the notify object on duplicate.
2011-07-22  Akihiro Sagawadsound/tests: Add tests to check notifications after...
2011-07-18  Akihiro Sagawadsound: Fix a typo.
2011-07-14  Andrew Eikumdsound: Request that WinMM perform audio conversion...
2011-06-29  Andrew Eikumdsound: Inform the driver if we are in emulation mode...
2011-05-10  Austin Englishdsound: Return success in IDirectSoundBufferImpl_Acquir...
2011-04-26  Marcus Meissnerdsound: Mark internal symbols as having hidden visibility.
2011-04-08  Maarten Lankhorstdsound: COM cleanup property sets.
2011-04-07  Philipp Middendorfdsound: Handle 8 channel audio input.
2011-03-02  Andrew Eikumdsound: Also handle two-to-six-channel conversions.
2011-02-28  Austin Englishdsound/tests: Remove win9x hack.
2011-02-14  Maarten Lankhorstdsound: Forcibly lock buffers to be mixed.
next