quartz: Avoid asserting from used samples on allocator release.
[wine] / dlls / winmm / winmm.c
2007-03-12  Jan Zerebeckiwinmm: Add DebugInfo to critical sections.
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-09  Robert Reifwinmm: Check waveOutGetVolume parameter.
2005-11-28  Eric PouechLoadLibrary16 is no longer exported by name, so do...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Mike McCormackFix gcc 4.0 warnings.
2005-04-27  Mike McCormackMake multimedia threads high priority.
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-16  Robert ReifProvide default implementation of waveInPrepareHeader and
2005-03-15  Jason EdmeadesAvoid trap in mixerGetLineControlsA when cControls...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-08  Ge van GeldorpMatch PSDK definitions for LPCWAVEFORMATEX.
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-11-21  Rémi AssaillyAdd some missing error values in WINMM_ErrorToString.
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-11  Eric Pouech- bring the multimedia doc up-to-date
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-16  Eric PouechImplemented the mmTask* functions.
2004-08-09  Robert ReifChange MIXER_GetDev to take pointer to returned address...
2004-07-21  Robert ReifAdds *GetDevCapsW bad pointer check.
2004-07-21  Filip Navara- Implementation of mmTaskCreate. Based on patch by...
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-06-14  Robert ReifDon't try to map the mapper device.
2004-06-01  Robert ReifAdded some trace and debug printing.
2004-05-27  Uwe BonnesFixed missing inversion in bit manipulation.
2004-05-27  Robert ReifFixed a problem were a trace accesses a data member...
2004-02-27  Robert ReifCleanup prepare/unprepare header parameter checking.
2004-02-26  Sean YoungCheck uSize parameter in waveOutUnprepareHeader and
2004-02-24  Christian CostaFixed waveInGetDevCapsW.
2004-01-01  Dmitry TimoshkovAdd MCI_SYSINFO command W to A mapping.
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-31  Dmitry TimoshkovAdd Unicode->ANSI MCI message mapping, implement mciSen...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-01  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-26  Christian CostaFix handling of the lpuDeviceID input param in MIDI_Str...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-30  Robert ReifClean up *GetDevCaps to check for valid pointer and...
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-10-14  Robert ReifFree should not happen when still playing.
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-02  Eric Pouech- renamed winmm.OpenDriverW into winmm.OpenDriver
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-11  Alexandre JulliardAvoid local WINAPI function pointers.
2003-03-04  Robert ReifAdded waveIn tests.
2003-02-17  Eric PouechAllowed waveInMessage to use physical information ...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-15  Francois GougetIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume...
2002-12-15  Francois GougetIf given a bad device id waveOutGetDevCapsA is supposed...
2002-11-30  Jeff SmithFixed 32 bit flag in midiOutShortMsg.
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-10-29  Eric PouechAll MCI functions are now cleanly separated.
2002-10-29  Eric Pouech- revisited mmsystem/winmm loading mechanism
2002-10-25  Eric PouechSimplify the global internal data handling.
2002-10-10  Eric PouechRemoved no longer needed list of instance data.
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.