winmm: Avoid TRUE FALSE conditional expressions.
[wine] / dlls / winmm / tests / wave.c
2012-07-31  Michael Stefaniucwinmm: Avoid TRUE FALSE conditional expressions.
2012-04-06  Andrew Eikumwinmm: Support DRV_QUERYDEVICEINTERFACE in waveXxxMessage.
2012-03-28  Andrew Eikumwinmm: Support DRVM_MAPPER_PREFERRED_GET in waveXxxMessage.
2012-01-19  Jörg Höhlewinmm/tests: Properly recover from the WAVERR_STILLPLAY...
2012-01-05  Jörg Höhlewinmm: Fix conversion to MMTIME, avoid floating point...
2011-10-25  Michael Stefaniucinclude: Remove 'l' modifier from numeric constants...
2011-10-04  Andrew Eikumwinmm: Handle DRV_QUERYMAPPABLE in waveXxxMessage.
2011-07-18  Andrew Eikumwinmm: Perform Open and Close callbacks from client...
2011-06-29  Andrew Eikumwinmm/tests: Remove uninteresting tests.
2011-02-17  Austin Englishwinmm/tests: Remove dead assignment (LLVM/Clang).
2010-05-10  Gerald Pfeiferwinmm/tests: Remove two unused variables (and dead...
2010-05-03  Gerald Pfeiferwinmm/tests: Remove variable start which is not really...
2009-10-16  Ken Thomaseswinmm/tests: Don't complain for Wine drivers that allow...
2009-10-14  Paul Vrienswinmm/tests: Fix some test failures in Win9x and WinMe.
2009-10-06  Jörg Höhlewinmm/tests: Correct (IMA)ADPCM test.
2009-06-08  Gerald Pfeiferwinmm: Use & instead of && for bit test in wave_out_tes...
2009-06-01  Paul Vrienswinmm/tests: Remove an unreliable test.
2009-05-25  Gerald Pfeiferwinmm/tests: Fix test in wave_out_test_deviceOut().
2009-02-20  Michael Stefaniucwinmm: Remove superfluous pointer casts.
2009-02-16  Alexandre Julliardwinmm/tests: Assume volume is not supported if waveGetO...
2009-02-11  Alexandre Julliardwinmm/tests: Don't test upper bound on sound duration...
2009-01-20  Alexandre Julliardwinmm/tests: Increase the timing tolerances some more.
2009-01-03  Alexandre Julliardwinmm/tests: Fix handle casting warnings on 64-bit.
2008-11-12  Alistair Leslie... winmm: Increase tolerance range.
2008-11-12  Paul Vrienswinmm/tests: Fix a test failure on Vista and W2K8.
2008-08-19  Maarten Lankhorstwinmm: Test opening the same device twice.
2008-05-22  Maarten Lankhorstwinmm: Use HeapAlloc in the wave test instead of using...
2008-04-25  Robert Reifwinmm: Fix a test failure on Windows with Terminal...
2008-02-28  Alexandre Julliardwinmm/tests: Make sure the callback thread has a messag...
2007-06-26  Michael Stefaniucwinmm: Replace malloc with HeapAlloc.
2007-01-12  Francois Gougetwinmm/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-12  Marcus MeissnerMade some functions static.
2006-11-13  Michael Stefaniucwinmm/tests: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardwinmm/tests: Don't use sizeof in ok() to avoid printf...
2006-05-31  Robert Reifwinmm: Always check for open and close enents in wave...
2006-05-30  Robert Reifwinmm: Add multiple header wave tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Reifwinmm: Fix wave test handle use after close bug.
2006-05-11  Robert Reifwinmm: Fix wave test volume warning.
2006-05-09  Robert Reifwinmm: Print out more info on failed test.
2006-05-09  Robert Reifwinmm: Check waveOutGetVolume parameter.
2006-05-08  Robert Reifwinmm: More wave callback tests.
2005-10-31  Robert ReifAdd waveOutPause/waveOutRestart test.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
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-16  James HawkinsFix improper type-conversions.
2004-10-26  Robert Reifwin 9x doesn't always support waveOutGetDevCapsW so...
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-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-02  Francois GougetPlay back what has been recorded when in interactive...
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.
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...