wpp: Add explicit casts when mixing unsigned and signed integers.
[wine] / dlls / dsound /
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...
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.
next