Release 1.5.29.
[wine] / dlls / dsound / tests / dsound8.c
2013-04-22  Michael Stefaniucdsound/tests: Skip tests if there is no default device.
2013-02-19  Michael StefaniucRevert "dsound/tests: Primary and secondary buffers...
2012-10-29  Marcus Meissnerdsound: HeapFree secondaries (Coverity).
2012-10-16  Detlef Riekenbergdsound/tests: Handle broken E_FAIL in dsound8 for AC97.
2012-08-13  Francois Gougetdsound/tests: Clarify some skip() traces.
2012-07-19  Michael Stefaniucdsound: Handle IDirectSound by the IDirectSound8 implem...
2012-07-19  Michael Stefaniucdsound/tests: Add IDirectSound refcount and COM aggrega...
2011-10-21  Andrew Eikumdsound: Always enumerate the default device first.
2011-10-20  Andrew Eikumdsound: Don't claim to support hardware buffers.
2011-08-29  Michael Stefaniucdsound/tests: Primary and secondary buffers use the...
2011-08-24  Michael Stefaniucdsound/tests: IDirectSoundBuffer and IDirectSoundBuffer...
2011-01-20  Owen Rudgedsound/tests: Add IEEE float buffer tests for dsound8.
2009-11-20  Maarten Lankhorstdsound: Restore old speaker config after tests.
2009-06-22  Gerald Pfeiferdsound/tests: Fix two broken conditions.
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.
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-07-09  John Klehmdsound: Accept DSERR_INVALIDCALL for CreateSoundBuffer...
2008-07-08  Alexandre Julliarddsound: Don't depend on the dxerr8 static library in...
2008-06-11  Zac Browndsound/tests: Improve test for IDirectSound8_CreateSoun...
2007-11-07  Maarten Lankhorstdsound: Add conformance tests for 24/32 bits buffers...
2007-05-14  Maarten Lankhorstdsound: Primary buffer isn't an IDirectSoundBuffer8.
2007-01-16  Robert Reifdsound: Fix tests for old versions of windows.
2007-01-12  Francois Gougetdsound/tests: The tests link with dsound.dll so use...
2006-11-24  Francois Gougetdsound/tests: Remove unneeded NONAMELESS* macros.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-10  Michael Stefaniucdsound/tests: Win64 printf format warning fixes.
2006-08-18  Robert Reifdsound: Add class factory tests.
2006-07-31  Andrew Talbotdsound/tests: Write-strings warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-15  Robert Reifdsound: Add info to failed tests.
2006-01-06  Robert Reifdsound: Fix double free bug in tests.
2005-10-10  Robert ReifFix dsound8 test to deal with an installed but unregistered
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-07-15  Stefan HuehnerFix some sign-compare warnings by choosing correct...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-05  Robert ReifFix tests to work with drivers that don't support a...
2005-05-06  Robert ReifMove initialization to IDirectSound_Initialize.
2005-04-11  James HawkinsRemove nonstandard type LPLPVOID.
2005-03-30  Robert ReifKeep dsound8.c and dsound.c in sync.
2005-03-22  Jakob ErikssonTest fix.
2005-03-05  Robert ReifPrint dsound.dll version from file versioninfo resource.
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-16  Robert ReifFixed invalid buffer size by rounding up to next multip...
2005-02-10  Robert ReifPrint info about primary buffer format.
2005-01-10  Robert ReifRemove unneeded includes.
2005-01-09  Robert ReifInitialize and uninitialize COM properly.
2004-10-26  Robert ReifVerifyCertification is not always implemented.
2004-10-25  Robert ReifDon't consider a device in use a failure.
2004-10-21  Robert ReifDon't consider a device that is already in use a test...
2004-10-19  Robert ReifDon't consider failure with DSERR_NODRIVER a test failure.
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-08-25  Robert ReifDirectSound8 doesn't accept 3D stereo secondary buffers but
2004-08-23  Robert ReifOnly print format info when in interactive mode for...
2004-08-13  Robert ReifMore dsound tests error message cleanups.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Robert ReifTest different primary buffer formats while keeping...
2004-07-30  Robert ReifRefactored common test code into subroutines.