Framework for the doppler effect.
[wine] / dlls / winmm /
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardAvoid warnings.
2003-03-15  Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-10  Eric PouechFixed error code when no mapping is found for wave...
2003-03-07  Robert ReifFixed bug where the enable state of the output and...
2003-03-07  Steven EdwardsAdd import of ntdll.
2003-03-04  Robert ReifAdded waveIn tests.
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-19  Waldeck SchutzerAvoid playing data tracks.
2003-02-17  Eric PouechAllowed waveInMessage to use physical information ...
2003-02-15  Robert ReifAdded additional formats.
2003-02-14  Robert ReifStarted to add support for a real direct sound capture...
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-01-31  Waldeck SchutzerRemoved invalid char.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-20  Francois GougetMake sure we always know about the 48 and 96kHz formats...
2003-01-16  Francois GougetWarn if open_count is already 0 when OSS_CloseDevice...
2003-01-16  Francois GougetReturn MMSYS_NOERROR even if we don't open the device...
2003-01-15  Francois GougetInitialize the pwave array whenever we don't have a...
2003-01-11  Francois GougetModify OSS_Wave{In,Out}Init to report the exact capabil...
2003-01-11  Eric PouechSome code cleanups.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Francois GougetIn OSS_RawOpenDevice, always retrieve the device format...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetFix the BlockSize check.
2003-01-03  Gerald Pfeifer#include <stdlib.h> instead of the non-standard <malloc.h>.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Patrik StridvallFixed some issues found by winapi_check.
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2003-01-02  Francois GougetAdd support for WINETEST_INTERACTIVE. If set then tests...
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
2002-12-16  Francois GougetAdd the capacity of playing a test tone using the ...
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Eric PouechFixed hangup condition at the end of some playback.
2002-12-15  Francois GougetIf unable to set the desired format, OSS_RawOpenDevice...
2002-12-15  Francois GougetOur resampling algorithm is quite primitive so try...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-12-13  Chris MorganAdd support for Jack audio server.
2002-12-13  Francois GougetAdd support for the 48 and 96kHz formats.
2002-12-13  Nikolay StefanovFix issues with i810-based audio cards.
2002-12-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-12-12  Francois GougetFix error reporting in wavemap.c:wodOpen(); this solves the
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-11  Rok MandeljcFixed some characters.
2002-12-10  Vincent BéronSuppress some signed/unsigned comparison warning.
2002-12-10  Chris MorganReset the oss device before we try to close it. Fixes...
2002-12-02  Jeff SmithFix for MIDI Mapper.
2002-11-30  Jeff SmithFixed 32 bit flag in midiOutShortMsg.
2002-11-20  Eric PouechBetter support for multiple midi devices on the OSS...
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-11-06  Patrik StridvallFixed some issues found by winapi_check.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...
2002-11-04  Francois GougetOSS_RawOpenDevice should return an error if the format...
2002-10-31  Alexandre JulliardSplit out some more 16-bit code.
2002-10-31  Alexandre JulliardMoved 16-bit definitions out of mmddk.h into mmsystem16.h.
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-31  Eric PouechReturn correct values for wave(In|Out)GetPosition even...
2002-10-30  Eric Pouechwavemap now compiles with -DSTRICT.
2002-10-29  Eric PouechMoved 16 bit joystick function to mmsystem.c.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-10-29  Eric Pouech- let all time related functions make use of low level...
2002-10-29  Eric PouechAll low level driver functions (internals for wave...
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric PouechAll driver functions are now properly separated.
2002-10-29  Eric Pouech- revisited mmsystem/winmm loading mechanism
2002-10-29  Eric PouechNow only storing thread id for mci tasks (16 bit htask...
2002-10-29  Eric Pouech- finish mmio separation
2002-10-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.
2002-10-28  Eric PouechMove driver message mapping out of 32 bit code.
2002-10-28  Eric PouechFixed mciSendString debug reporting when an error occur...
2002-10-25  Andreas Mohr- fix some pselling
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-23  Vincent BéronBring some French resources in sync with English ones.
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Malte StarostikInitialize winearts's volume level to full, so applicat...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-10  Eric PouechKeep on moving 16 bit code out of winmm.
2002-10-10  Eric PouechRemoved no longer needed list of instance data.
2002-10-10  Francois GougetThe NAS headers and libraries are sometimes stored...
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.
2002-10-09  Eric PouechFixed some multi-sound card related bugs.
2002-10-09  Alexandre JulliardFixed file descriptor corruption.
2002-10-07  Eric PouechAdded support for several soundcard.
2002-10-07  Eric PouechGot rid of recursion in sub device opening.
2002-10-07  Eric PouechLet wave(Out|In)Open call the wave mapper when the...
2002-10-03  Alexandre JulliardRemoved error message that confuses users.
next