dsound/tests: Handle broken E_FAIL of broken AC97 driver.
[wine] / dlls / dsound / tests / dsound.c
2012-10-16  Detlef Riekenbergdsound/tests: Handle broken E_FAIL of broken AC97 driver.
2012-09-18  Andrew Eikumdsound: Don't require WAVE_FORMAT_EXTENSIBLE for non...
2012-08-13  Francois Gougetdsound/tests: Clarify some skip() traces.
2012-07-19  Michael Stefaniucdsound/tests: Add IDirectSound refcount and COM aggrega...
2012-05-09  Andrew Eikumdsound: Don't destroy primary buffer until device is...
2012-04-02  Andrew Eikumdsound: Validate and correct wValidBitsPerSample in...
2011-12-05  Andrew Eikumdsound: Validate format in primary buffer's SetFormat().
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-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-02-28  Austin Englishdsound/tests: Remove win9x hack.
2011-01-20  Owen Rudgedsound/tests: Add IEEE float buffer tests.
2010-12-30  AndrĂ© Hentscheldsound/tests: Don't test function directly when reporti...
2010-09-30  Alexandre Julliarddsound/tests: Mark some Vmware sound driver failures...
2009-11-20  Maarten Lankhorstdsound: Restore old speaker config after tests.
2009-03-30  Detlef Riekenbergdsound/tests: Remove duplicate version dump.
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-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-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
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-04-23  Maarten Lankhorstdsound: Skip WAVE_FORMAT_EXTENSIBLE tests on directx...
2008-04-21  Maarten Lankhorstdsound: Skip the sound checks on the primary module...
2007-11-07  Maarten Lankhorstdsound: Add conformance tests for 24/32 bits buffers...
2007-08-30  Maarten Lankhorstdsound: Increase dll refcount and disable thread calls.
2007-05-25  Maarten Lankhorstdsound: Block align SetCurrentPosition and add test...
2007-01-16  Robert Reifdsound: Fix tests for old versions of windows.
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-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-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
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-03-30  Robert ReifKeep dsound8.c and dsound.c in sync.
2005-03-05  Robert ReifDon't consider no sound device a failure.
2005-03-05  Robert ReifPrint dsound.dll version from file versioninfo resource.
2005-02-25  Robert ReifAdd secondary buffer SetFrequency test.
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-18  Robert ReifFix block align test.
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-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-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-12  Robert ReifStart cleaning up error messages.
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.
2004-07-22  Robert ReifDowngrade tests to DX8 level so it can build on all...
2004-07-21  Robert ReifSave enumerated GUIDs in a global array so they persist...
2004-07-19  Robert ReifDo initialization to match windows behavior (with test).
2004-07-19  Robert ReifFixes the right bugs and keeps intent of test.
2004-07-17  Francois GougetDon't try to create a IDirectSound3DBuffer, partly...
2004-07-16  Francois GougetGet and print the DirectSound primary buffer volume.
2004-07-16  Francois GougetCall IDirectSound::Initialize() as per MSDN before...
2004-07-13  Robert ReifRemove DirectSound reference counts by buffers and...
2004-07-12  Robert Reif- Create IDirectSound and IDirectSound8 objects using the
2004-07-04  Robert ReifSeparated DirectSoundCreate8 into two functions and...
2004-06-17  Francois GougetSplit the 'dsound' test into two parts:
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-27  Robert ReifRemove capture tests from dsound.c and place them in...
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-15  Robert ReifAdded better tests for volume and pan.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Robert ReifAdded more tests and restructured tests for easier...
2003-08-06  Robert ReifAdded some COM and property set tests.
2003-06-27  Robert Reif3D buffer and listener reference counts should be fixed.
2003-05-22  Robert ReifAdd 3d primary and secondary buffer tests.
2003-04-13  Alexandre JulliardDon't use Wine debugging API in tests.
2003-04-11  Robert ReifChanged capture format printing to hex.
2003-03-07  Robert ReifFixed a bug where a capture device was used after it...
2003-03-04  Robert ReifFixed code to handle full duplex properly.
2003-02-24  Robert ReifFixed a problem getting the GUID to compile under windo...
2003-02-15  Robert ReifAdded support for direct sound capture and a real direc...
2003-01-20  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-16  Francois GougetSetFormat may not change the primary buffer format...
2003-01-02  Francois GougetAdd the ability of playing a test tone when in interact...
2002-12-13  Francois GougetExtend the test by creating a PrimaryBuffer object...
2002-12-05  Francois GougetA simple test for IDirectSound.GetCaps.