Fix mixer detection for multiple sound cards.
[wine] / dlls / winmm / tests /
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Mike McCormackMake functions static.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-04-24  Robert ReifRemove priority boost stuff.
2005-04-23  Robert ReifSet thread priority for timer thread.
2005-04-11  Robert ReifChanged regression test to make sure position is correc...
2005-03-18  Robert ReifCheck wave out volume support.
2005-03-03  Francois GougetWarn the user if he is running the test in interactive...
2005-02-23  Jeremy WhiteAn interactive test should have volume, else a rational...
2005-02-23  Jeremy WhiteWhen testing the WAVE_MAPPER device, it seems inappropr...
2005-02-18  Robert ReifFix timer tests to pass on windows 98.
2005-02-16  James HawkinsFix improper type-conversions.
2005-02-14  Robert ReifAdd some missing \ns.
2005-02-14  Robert ReifAdded parameter checking to timeGetDevCaps.
2004-11-03  Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-10-26  Robert Reifwin 9x doesn't always support waveOutGetDevCapsW so...
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-08-31  Francois GougetDon't include 'mmddk.h', it's not needed. The winmm...
2004-08-30  Robert ReifTest 32 bit float samples.
2004-08-27  Robert ReifAdds tests to read and write control details.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-19  Robert ReifAdded 32 bit sample size tests and 4 and 6 channel...
2004-08-16  Robert ReifAdded test for WAVEFORMATEXTENSIBLE support.
2004-08-13  Robert ReifMore WAVEOUTCAPSW tests.
2004-08-13  Francois GougetThe Windows headers support for NONAMELESSUNION and...
2004-08-13  Francois GougetThe Windows headers don't define the DRV_QUERYDEVICEINT...
2004-08-11  Robert ReifOnly print out verbose information when in interactive...
2004-08-09  Huw D M DaviesFix compilation of winmm tests.
2004-08-09  Robert ReifAdded some mixer tests.
2004-08-02  Francois GougetPlay back what has been recorded when in interactive...
2004-07-23  Francois GougetSort the winmm test formats by increasing sampling...
2004-07-23  Robert ReifTest waveInGetDevCapsW.
2004-07-23  Robert ReifWindows 95 doesn't support waveOutGetDevCapsW.
2004-07-21  Francois GougetMake sure we won't get an overflow in check_position...
2004-07-21  Robert ReifAdds *GetDevCapsW bad pointer check.
2004-07-20  Francois GougetRevert my previous incorrect check_position() patch...
2004-07-20  Robert ReifNotify when position format not supported.
2004-07-19  Francois GougetIn interactive mode, check that the tone duration is...
2004-07-19  Francois GougetFix the check_position() test: on Windows waveOutGetPos...
2004-06-14  Robert ReifRemoved 11 bit sample size capture test because at...
2004-06-04  Robert ReifTreat WAVE_MAPPER as a real device and performs all...
2004-06-01  Robert ReifAdded a test to check playback position after done...
2004-06-01  Robert ReifAdded another possible windows failure mode.
2004-05-27  Robert ReifAdded WAVE_MAPPED flag test.
2004-05-21  Robert ReifFixed a bug I introduced in waveInGetDevCapsA(WAVE_MAPP...
2004-05-20  Francois GougetSplit off the winmm capture test.
2004-05-20  Francois GougetAdd a 5 second test tone to help debug issues with...
2004-05-14  Robert ReifPrint human-readable capabilities flag.
2004-05-13  Robert ReifwaveOutGetDevCapsA can fail with MMSYSERR_BADDEVICEID or
2004-04-30  Robert ReifYou have to have at least one device before you can...
2004-04-28  Robert ReifAnother error return value check added after looking...
2004-04-27  Robert ReifRestore the 2 MHz sample rate test and fix the winealsa...
2004-04-26  Francois GougetwaveOutGetDevCaps(-1...) must return the capabilities...
2004-03-27  Robert ReifClean up white spaces.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2003-11-11  Robert ReifDon't flag failed opens of unsupported formats as an...
2003-11-11  Robert ReifFix a race condition where result could be read before...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-09-11  Francois GougetModify ok("xxx") calls into ok("xxx\n") as is now expected.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-03-04  Robert ReifAdded waveIn tests.
2003-01-20  Francois GougetMake sure we always know about the 48 and 96kHz formats...
2003-01-03  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-10  Vincent BéronSuppress some signed/unsigned comparison warning.
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...