Added tracing to all functions.
[wine] / dlls / winmm / wavemap / wavemap.c
2004-06-14  Robert ReifAdded tracing to all functions.
2004-06-04  Robert ReifHandle case where partial structure update requested.
2004-06-01  Robert ReifReturns proper error code when trying to get caps when...
2004-06-01  Robert ReifFixed a bug where wrong a return value was returned...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-11  Eric PouechStop wavemap lookup if a device isn't functional (spott...
2003-03-10  Eric PouechFixed error code when no mapping is found for wave...
2003-02-15  Robert ReifAdded additional formats.
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Francois GougetOur resampling algorithm is quite primitive so try...
2002-12-13  Francois GougetAdd support for the 48 and 96kHz formats.
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-10-31  Eric PouechReturn correct values for wave(In|Out)GetPosition even...
2002-10-30  Eric Pouechwavemap now compiles with -DSTRICT.
2002-10-07  Eric PouechGot rid of recursion in sub device opening.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-01  Eric PouechFixed size of buffers in conversion.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-13  Eric PouechFixed wave(In|Out)Open when called with WAVE_MAPPED...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-21  Eric PouechFixed open requests in case of error (if the physical...
2001-04-13  Eric PouechFixed callback parameters (bogus hWave); added acm...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-03  Eric PouechReplaced pointers to external functions by a DLL import.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-04  Eric PouechAdded support for WODM_BREAKLOOP message.
1999-12-11  Bradley BaetzThe wavemap driver wasn't passing the callback type...
1999-12-05  Eric PouechAdded support for WAVE_FORMAT_QUERY flag in wodOpen.
1999-11-21  Eric PouechFixed forwarding and handling messages directed to...
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.