jscript: Removed no longer needed caller argument of disp_call function.
[wine] / dlls / dsound /
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.
2011-02-10  Austin Englishdsound/tests: Make sure to use a return value (LLVM...
2011-02-08  Austin Englishdsound/tests: Make sure to use return values (LLVM...
2011-01-20  Owen Rudgedsound/tests: Add IEEE float buffer tests for dsound8.
2011-01-20  Owen Rudgedsound/tests: Add IEEE float buffer tests.
2011-01-20  Owen Rudgedsound: Add support for 32-bit IEEE float buffers.
2010-12-30  André Hentscheldsound/tests: Don't test function directly when reporti...
2010-12-05  Michael Stefaniucdsound: Use an iface instead of a vtbl pointer in IClas...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-12-03  Alexandre Julliarddsound: Convert dll registration to the IRegistrar...
2010-10-04  Nick Bowlerdsound: Restore old format on SetFormat failure.
2010-09-30  Alexandre Julliarddsound/tests: Mark some Vmware sound driver failures...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Andrew Talbotdsound: Constify some variables.
2010-08-17  Henri Verbeetdsound: Remove the useless CINTERFACE definition.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-08  Maarten Lankhorstdsound: Unofficially support 5.1 sound.
2010-03-22  William Waghorndsound: Ensure device name and description buffers...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Maarten Lankhorstdsound: Improve underrun behavior.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
next