Add support for file:/// urls in PathCreateFromUrl.
[wine] / dlls / winmm / wavemap /
2004-08-19  Robert ReifDon't try to find alternate formats for non PCM formats.
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...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
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-18  Alexandre JulliardAdded support for building certain dlls 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-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-01  Eric PouechFixed size of buffers in conversion.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
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-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-19  Alexandre JulliardAdded some missing import directives.
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
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.