winmm: Fix handling of mmio file buffers.
[wine] / dlls / winmm / winemm.h
2012-08-13  Francois Gougetwinmm: MMDRV_GetRelated() is not used anymore so remove it.
2011-11-15  Francois Gougetwinmm: Give a name to the critical sections, make them...
2011-10-03  Marcus Meissnerwinmm: Mark two functions as hidden.
2011-07-12  Andrew Eikumwinmm: Implement waveOut* on top of MMDevAPI.
2011-06-29  Andrew Eikumwinmm: Pull wave and mixer functions into their own...
2011-04-25  Marcus Meissnerwinmm: Mark internal symbols with visibility hidden.
2010-09-02  Jörg Höhlewinmm: MCI open always creates an alias for subsequent...
2010-08-31  Francois Gougetwinmm: Make MCI_{MessageToString,strdupAtoW}() static...
2010-04-01  Maarten Lankhorstwinmm: Clean up MMDRV_Init.
2010-04-01  Maarten Lankhorstwinmm: Defer loading drivers until they are requested.
2009-10-23  Eric Pouechwinmm: Get rid of 16bit driver support.
2009-10-23  Eric Pouechwinmm: Get rid of 16bit driver support in mci.
2009-10-23  Eric Pouechwinmm: Simply use kernel32.{Release|Restore}ThunkLock...
2009-10-23  Eric Pouechwinmm: Restrict exposure of WINE_MMTHREAD to mmsystem.
2009-10-23  Eric Pouechwinmm: Get rid to 16=>32 mappers in winmm (they're...
2009-10-23  Eric Pouechwinmm: Get rid of the bFrom32 parameter in MMDRV_Alloc...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of wave out driver...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of midi stream (for...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of midi out driver...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of midi in driver...
2009-10-23  Eric Pouechwinmm: Move the 16bit management of mixer driver type...
2009-10-21  Eric Pouechwinmm: Simplify mciLoadCommandResource by dropping...
2009-10-19  Eric Pouechwinmm: Get rid of WINE_TIMER_IS32 internal flag.
2009-10-19  Eric Pouechmmsystem: Cleanly separate MCI in MMSystem from WinMM...
2009-10-15  Eric Pouechwinmm: Transform the mmio proc kind into a boolean...
2009-10-15  Eric Pouechwinmm: Create real 16<>32 thunks for mmio support in...
2009-05-20  Alexandre Julliardwinmm: Fix some Win64 pointer truncations issues.
2009-03-10  Francois Gougetwinmm: Try to load the Esound driver as a last resort.
2009-02-04  Michael Stefaniucinclude: Change some DWORD to DWORD_PTR in mmddk.h.
2009-02-02  Andrew Talbotwinmm: Declare some functions static.
2008-11-26  Maarten Lankhorstwinmm: Some 64-bit pointer fixes.
2007-10-09  Maarten Lankhorstwinmm: Set default sound driver to alsa,oss,coreaudio.
2007-06-11  Alexandre Julliardwinmm: Convert the timer list to a standard Wine list.
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
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  Alexandre Julliardmsacm32.drv: Renamed msacm.drv to msacm32.drv, and...
2005-12-05  Eric Pouechwinmm: driver unloading.
2005-11-28  Dmitry TimoshkovFix all drivers DriverProc to conform to the DRIVERPROC...
2005-09-12  Alexandre JulliardFixed gcc 4.0 warnings.
2005-07-21  Rémi AssaillyMoved midimap to the top-level dlls directory.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-20  Rein KlazesIn MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER...
2005-04-27  Mike McCormackMake WINMM_IData statically allocated.
2005-03-17  Jeremy WhiteDo not fallback to defaults if a driver, mapper, or...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-12-08  Ge van GeldorpMatch PSDK definitions for LPCWAVEFORMATEX.
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-06-30  Dimitrie O. PaunLookup driver information in registry and system.ini.
2004-06-01  Robert ReifAdded some trace and debug printing.
2004-01-20  Robert ReifFixed thread handle leaks.
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2004-01-06  Francois GougetAssorted spelling fixes.
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-02  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-12-01  Eric PouechMove usage of 16 bit specific functions (MapSL) in...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-09-12  Eric PouechMoved some MM internal definition to internal include...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
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-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-25  Eric PouechSimplify the global internal data handling.
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-21  Eric PouechKeep on moving 16 bit code out of winmm, now only using...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
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  Eric PouechStarted putting all 16 bit code in separate files.
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-09  Michael StefaniucConvert HMMIO to a void*.
2002-08-09  Michael Stefaniuc- Convert HDRVR to a void*.
2002-08-03  Michael StefaniucConvert HMIXER, HMIXEROBJ to a void*.
2002-08-02  Michael Stefaniuc- Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
2002-08-01  Alexandre JulliardAuthors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael...
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Eric PouechSome other synchronisation issues.
2002-05-22  Eric PouechFixed hang in PlaySound in error cases; added registry...
2002-05-12  Eric PouechBetter behavior of PlaySound (error handling, synchroni...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-21  Eric PouechFixed another bunch of bugs (mainly linked to operation...
next