msvcr71: Forward more functions to msvcrt.dll.
[wine] / dlls / dsound /
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-15  Alexander Nicolays... dsound/tests: Test querying for KsPropertySet on primar...
2010-02-11  Alexander Nicolays... dsound/tests: DirectSound3DListener_QueryInterface...
2010-01-14  Paul Vriensdsound: Fix a typo.
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2010-01-06  Maarten LankhorstRevert "dsound: Only initialize one guid for capture...
2009-12-31  Alexandre Julliarddsound: Fix an invalid pointer cast.
2009-12-18  Huw Daviesdsound: Fix a memory leak in the tests.
2009-12-16  Maarten Lankhorstdsound: Remove refcounting in classfactory.
2009-12-10  Maarten Lankhorstdsound: Only initialize one guid for capture and renderer.
2009-12-10  Maarten Lankhorstdsound: Clean up DSPROPERTY_Description1.
2009-12-10  Maarten Lankhorstdsound: Clean up DSPROPERTY_DescriptionA.
2009-12-10  Maarten Lankhorstdsound: Clean up DSPROPERTY_Enumerate1.
2009-12-10  Maarten Lankhorstdsound: Clean up DSPROPERTY_EnumerateA.
2009-12-10  Maarten Lankhorstdsound: Clean up DSPROPERTY_EnumerateW.
2009-12-10  Maarten Lankhorstdsound: Clean up DSPROPERTY_DescriptionW.
2009-12-10  Maarten Lankhorstdsound: Implement DSPROPERTY_WaveDeviceMappingA on...
2009-12-07  Maarten Lankhorstdsound: Move buffer property sets to buffer.c.
2009-12-02  Francois Gougetdsound: Make DSOUND_PrimarySetFormat() static.
2009-12-02  Francois Gougetdsound: Make some capture functions static.
2009-12-02  Francois Gougetdsound: Reorder the capture functions to avoid forward...
2009-11-30  Maarten Lankhorstdsound: Don't use DirectSoundDevice calls directly.
2009-11-30  Maarten Lankhorstdsound: Use DirectSoundCapture properly in duplex.
2009-11-30  Maarten Lankhorstdsound: Call DSOUND_FullDuplexCreate instead of creatin...
2009-11-30  Maarten Lankhorstdsound: Remove directsound interface in duplex.
2009-11-30  Maarten Lankhorstdsound: Fix destruction in duplex.
2009-11-30  Henri Verbeetdsound: Use wine_dbg_sprintf() in dumpCooperativeLevel().
2009-11-20  Maarten Lankhorstdsound: Restore old speaker config after tests.
2009-11-16  Maarten Lankhorstdsound: Move duplex definitions to duplex.c.
2009-11-16  Maarten Lankhorstdsound: Implement DirectSoundCaptureEnumerateA on top...
2009-11-16  Maarten Lankhorstdsound: Move DirectSoundCaptureEnumerate to dsound_main.c.
2009-11-16  Maarten Lankhorstdsound: Implement DirectSoundEnumerateA on top of Direc...
2009-10-19  Marcus Meissnerdsound: Check for NULL listener (Coverity).
2009-10-06  Jörg Höhledsound: Correct deallocations when DuplicateSoundBuffer...
2009-10-06  Jörg Höhledsound: Enforce invariant about BlockAlign and nAvgByte...
2009-10-06  Jörg Höhledsound: Get rid of redundant NULL check.
2009-06-22  Gerald Pfeiferdsound/tests: Fix two broken conditions.
2009-06-01  Yuriy Kaminskiydsound: Fix segv on use-after-free in IDirectSoundNotif...
2009-05-25  Gerald Pfeiferdsound: Clarify statement in DSOUND_capture_callback.
2009-05-13  Francois Gougetdsound/tests: Replace malloc() with HeapAlloc().
2009-04-22  Jesse Allendsound: Fix test for some windows versions.
2009-04-21  Jesse Allendsound: Allow a special cbSize case in CreateSoundBuffer.
2009-03-30  Detlef Riekenbergdsound/tests: Remove duplicate version dump.
2009-03-23  Robert Reifdsound: Fix uninitialized variable.
2009-03-03  Ken Thomasesdsound: Don't use HEAP_ZERO_MEMORY when we're about...
2009-02-24  Ken Thomasesdsound: Consolidate some duplicate code.
2009-02-24  Ken Thomasesdsound: Replace a realloc-or-alloc with a free-then...
2009-02-12  Michael Stefaniucdsound: Arguments 3,4,5 of a CALLBACK are of type DWORD...
2009-02-05  Andrew Talbotdsound: Remove unused function.
2009-01-28  Michael Stefaniucdsound: Use UlongToHandle to make the real payload...
2009-01-28  Michael Stefaniucdsound: Fix mixup between HWAVEOUT and HWAVEIN.
2009-01-15  Henri Verbeetdsound: Don't convert single samples at a time.
2009-01-12  Henri Verbeetdsound: Const correctness fixes.
2009-01-12  Michael Stefaniucdsound: Remove superfluous pointer casts.
2009-01-08  Alexandre Julliarddsound: Avoid a pointer cast in a trace.
2009-01-03  Andrew Talbotdsound: Declare some variables static.
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when locking primar...
2009-01-02  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2009-01-02  Maarten Lankhorstdsound: Correct amount of buffers used for playing.
2009-01-02  Jeff Zaroykodsound: Fix a typo in convert_32_to_24.
2008-12-22  Reece Dunndsound: Correct the dsound fraglen calculations.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-08  Francois Gougetdsound: Remove unneeded casts of zero.
2008-12-01  Francois Gougetdsound: Remove WINAPI on static functions where not...
2008-11-26  Maarten Lankhorstdsound: 64-bit pointer fixes.
2008-11-26  Francois GougetStraighten out some ellipses.
2008-10-23  Jeff Zaroykodsound/tests: Fix a failing capture test on win2k.
2008-10-23  Jeff Zaroykodsound/tests: Fix failing propset and capture tests...
2008-10-17  Alexandre Julliarddsound: Avoid use of stdint types.
2008-10-06  Maarten Lankhorstdsound: Fix volume and panning for primary buffer.
2008-10-01  Andrew Talbotdsound: Sign-compare warnings fix.
2008-09-22  Paul Vriensdsound/tests: Fix failure on Win9x and NT4.
2008-09-19  Jeff Zaroykodsound: Fix a failing test on XP.
2008-09-12  Rob Shearmandsound: Add explicit "!= S_OK" to expressions that...
2008-09-10  Jeff Zaroykodsound: Fix a few failing tests and a crash on 2008...
2008-09-05  Paul Vriensdsound/tests: Fix typos in tests.
2008-09-05  Jeff Zaroykodsound: Check for invalid parameter when unlocking...
2008-09-04  Maarten Lankhorstwinealsa.drv/dsound: Handle underruns better.
2008-08-22  Maarten Lankhorstdsound: Tune some parameters to make pulseaudio work.
2008-08-19  Maarten Lankhorstdsound: Remove int24_struct from conversion routines.
2008-07-25  Ulrich Hechtdsound: Fix notification order.
2008-07-09  John Klehmdsound: Accept DSERR_INVALIDCALL for CreateSoundBuffer...
2008-07-08  Alexandre Julliarddsound: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-02  James Hawkinsdsound: Fix a failing test for broken drivers.
2008-06-25  Roy Sheadsound/tests: Added additional tests of IDirectSound_Cr...
2008-06-25  Roy Sheadsound/tests: Removed test depending on value of undefi...
2008-06-21  Dan Kegeldsound: Don't free buffer if it's owned by alsa.
2008-06-11  Zac Browndsound/tests: Improve test for IDirectSound8_CreateSoun...
2008-05-30  Michael Karcherdsound: Fix double free in dsound capture.
2008-05-21  Jörg Höhledsound: Fix off by 1 heap error in DSOUND_MixerVol.
2008-05-12  Andrew Talbotdsound: Memory allocation sizes fix.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-23  Maarten Lankhorstdsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx...
2008-04-21  Maarten Lankhorstdsound: Skip the sound checks on the primary module...
2008-04-17  Andrew Talbotdsound: Remove unused variable.
2008-04-07  Maarten Lankhorstdsound: Hold lock in GetStatus.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-31  Andrew Talbotdsound: Assign to structs instead of using CopyMemory.
next