Fix mixer detection for multiple sound cards.
[wine] / dlls / winmm / lolvldrv.c
2005-07-15  Eric PouechGet rid of HeapValidate as it's not properly handled...
2005-06-27  Alexandre JulliardGet rid of the WaveMapper and MidiMapper options, the...
2005-06-22  Mike McCormackMake a function static.
2005-06-20  Alexandre JulliardMoved the audio driver configuration to HKCU\Software...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-03-17  Jeremy WhiteDo not fallback to defaults if a driver, mapper, or...
2005-03-15  Robert ReifFix memory leak when there are too many drivers.
2004-12-17  Robert ReifReturn flag for DRVM_MAPPER_PREFERRED_GET.
2004-12-01  Filip Navara- Check the return value from *_GETNUMDEVS message...
2004-09-22  Alexandre JulliardRevert broken change in previous patch.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-20  Robert ReifRemove wine specific DRV_QUERYDSOUNDGUID message and...
2004-06-01  Robert ReifAdded some trace and debug printing.
2004-05-27  Robert ReifFixed a problem were a trace accesses a data member...
2004-05-05  Francois GougetTaking into account wavemap and midimap there can be...
2003-12-31  Dmitry TimoshkovFix many function prototypes and data types according...
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-30  Robert ReifClean up *GetDevCaps to check for valid pointer and...
2003-10-28  Robert ReifAdded support for getting the wave device name.
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-22  Michal Janusz MiroslawMMDRV_Install: Fix confusing indentation.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-02  Eric PouechWhen unmapping a (wave|midi)-header unprepare message...
2002-12-23  Jeff SmithCorrect all instances of mixMessage to mxdMessage.
2002-12-12  Jeff SmithMMDRV_GetDescription32 fix + a few cosmetic improvements.
2002-11-11  Eric PouechNow properly unloading multimedia drivers when winmm...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric PouechAll low level driver functions (internals for wave...
2002-10-28  Eric PouechMove low level multimedia message mapping out of 32...
2002-10-25  Eric PouechUnify the constant used for error codes reporting mappi...
2002-10-15  Michael StefaniucCompile fix when all handles are converted to a void*.
2002-10-03  Alexandre JulliardRemoved error message that confuses users.
2002-08-09  Michael Stefaniuc- Convert HDRVR 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-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-22  Eric PouechFixed a mismatch in wavein 16/32 mapping.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-24  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-08-09  Andreas MohrSpelling fixes.
2001-05-22  Eric PouechNow loading the default setting for low level drivers...
2001-01-04  Eric PouechNow using manifest constant instead of raw values for...
2001-01-04  Eric PouechFixed loading of 16 bit drivers.
2001-01-03  Eric PouechAdded support for the DRVM_MAPPER_STATUS message.
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-21  Eric PouechRewrote the allocation of MM driver descriptors.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-07-26  Eric Pouech- removed (now obsolete) driver.h file (it's content...
2000-06-24  Ove KaavenImplemented the DirectSound HAL in winmm's wineoss...
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-01-26  Alexandre JulliardDynamically load version.dll in MMDRV_GetDescription32.
2000-01-15  Eric PouechReplaced Wine specific DRIVER_GetType by a correct...
2000-01-04  Eric PouechAdded more MIDI messages 16<=>32 mapping.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-05  Eric PouechAdded callback mechanisms for MIDI IN.
1999-11-21  Eric PouechFixed forwarding and handling messages directed to...
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.