2012-08-13 |
Francois Gouget | winmm: MMDRV_GetRelated() is not used anymore so remove it. |
blob | commitdiff | raw |
2012-04-03 |
Andrew Eikum | mmddk.h: Remove unused, Wine-specific WinMM defines. |
blob | commitdiff | raw | diff to current |
2012-03-08 |
Andrew Eikum | winmm: Remove unused define. |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Andrew Eikum | winmm: Only start the devices thread when necessary. |
blob | commitdiff | raw | diff to current |
2011-09-01 |
Andrew Eikum | winmm: Determine the driver from MMDevAPI. |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Andrew Eikum | wineesd.drv: Remove unused WinMM driver. |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Jörg Höhle | winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16. |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Gerald Pfeifer | winmm: Remove variable devID which is not really used... |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Maarten Lankhorst | winmm: Clean up mapper code. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Maarten Lankhorst | winmm: Clean up MMDRV_Init. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Maarten Lankhorst | winmm: Remove some dead code. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Maarten Lankhorst | winmm: Defer loading drivers until they are requested. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Jörg Höhle | winmm: The MIDI MAPPER is not available with MIDI IN. |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Eric Pouech | winmm: Get rid of 16bit driver support. |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Eric Pouech | winmm: Get rid to 16=>32 mappers in winmm (they're... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Eric Pouech | winmm: Get rid of the bFrom32 parameter in MMDRV_Alloc... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Alexandre Julliard | winmm: Fix some Win64 pointer truncations issues. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Andrew Talbot | winmm: Sign-compare warning fix. |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Maarten Lankhorst | winmm: Some 64-bit pointer fixes. |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Maarten Lankhorst | winmm: Fix valgrind warnings on exit. |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Alexandre Julliard | winmm: Load only one sound driver at a time. |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Michael Stefaniuc | winmm: Do not dump the version info when loading drivers. |
blob | commitdiff | raw | diff to current |
2007-05-29 |
Andrew Talbot | winmm: Exclude unused headers. |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Eric Pouech | winmm: Plug a memory leak. |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Eric Pouech | winmm: Remove WINE_NO_LONG_AS_INT. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Alexandre Julliard | Include wine/port.h in files that use exceptions. |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | Take advantage of the __EXCEPT_PAGE_FAULT macro. |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Alexandre Julliard | Avoid 'clobbered by longjmp' warnings. |
blob | commitdiff | raw | diff to current |
2005-07-15 |
Eric Pouech | Get rid of HeapValidate as it's not properly handled... |
blob | commitdiff | raw | diff to current |
2005-06-27 |
Alexandre Julliard | Get rid of the WaveMapper and MidiMapper options, the... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Mike McCormack | Make a function static. |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Alexandre Julliard | Moved the audio driver configuration to HKCU\Software... |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Alexandre Julliard | Added magic comments to all Wine-specific registry... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Jeremy White | Do not fallback to defaults if a driver, mapper, or... |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Robert Reif | Fix memory leak when there are too many drivers. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Robert Reif | Return flag for DRVM_MAPPER_PREFERRED_GET. |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Filip Navara | - Check the return value from *_GETNUMDEVS message... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Alexandre Julliard | Revert broken change in previous patch. |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Robert Reif | Remove wine specific DRV_QUERYDSOUNDGUID message and... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Robert Reif | Added some trace and debug printing. |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Robert Reif | Fixed a problem were a trace accesses a data member... |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Francois Gouget | Taking into account wavemap and midimap there can be... |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Dmitry Timoshkov | Fix many function prototypes and data types according... |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Eric Pouech | Move usage of 16 bit specific functions (MapSL) in... |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Eric Pouech | Removed some more dependencies on wine 16-bit specific... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Robert Reif | Clean up *GetDevCaps to check for valid pointer and... |
blob | commitdiff | raw | diff to current |
2003-10-28 |
Robert Reif | Added support for getting the wave device name. |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Robert Reif | Fix MMDRV_PhysicalFeatures to handle both 16 and 32... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Michal Janusz Miroslaw | MMDRV_Install: Fix confusing indentation. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
Robert Reif | Added support for multiple direct sound devices. |
blob | commitdiff | raw | diff to current |
2003-01-23 |
Alexandre Julliard | Added -Wpointer-arith gcc flag, and fixed the resulting... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Eric Pouech | When unmapping a (wave|midi)-header unprepare message... |
blob | commitdiff | raw | diff to current |
2002-12-23 |
Jeff Smith | Correct all instances of mixMessage to mxdMessage. |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Jeff Smith | MMDRV_GetDescription32 fix + a few cosmetic improvements. |
blob | commitdiff | raw | diff to current |
2002-11-11 |
Eric Pouech | Now properly unloading multimedia drivers when winmm... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Eric Pouech | winmm/mmsystem now compiles with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Eric Pouech | All low level driver functions (internals for wave... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Eric Pouech | Move low level multimedia message mapping out of 32... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Eric Pouech | Unify the constant used for error codes reporting mappi... |
blob | commitdiff | raw | diff to current |
2002-10-15 |
Michael Stefaniuc | Compile fix when all handles are converted to a void*. |
blob | commitdiff | raw | diff to current |
2002-10-03 |
Alexandre Julliard | Removed error message that confuses users. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Michael Stefaniuc | - Convert HDRVR to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Michael Stefaniuc | - Converted HWAVE, HWAVEIN, HWAVEOUT to void*. |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Alexandre Julliard | Authors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-22 |
Eric Pouech | Fixed a mismatch in wavein 16/32 mapping. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Alexandre Julliard | Use MapLS/UnMapLS instead of SEGPTR_* macros. |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Eric Pouech | Now loading the default setting for low level drivers... |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Eric Pouech | Now using manifest constant instead of raw values for... |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Eric Pouech | Fixed loading of 16 bit drivers. |
blob | commitdiff | raw | diff to current |
2001-01-03 |
Eric Pouech | Added support for the DRVM_MAPPER_STATUS message. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Eric Pouech | Rewrote the allocation of MM driver descriptors. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Eric Pouech | Split driver functions into USER (16 bit part) and... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Eric Pouech | - removed (now obsolete) driver.h file (it's content... |
blob | commitdiff | raw | diff to current |
2000-06-24 |
Ove Kaaven | Implemented the DirectSound HAL in winmm's wineoss... |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Alexandre Julliard | Dynamically load version.dll in MMDRV_GetDescription32. |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Eric Pouech | Replaced Wine specific DRIVER_GetType by a correct... |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Eric Pouech | Added more MIDI messages 16<=>32 mapping. |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Francois Gouget | Buffer overflows and strncpy fixes. |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Eric Pouech | Added callback mechanisms for MIDI IN. |
blob | commitdiff | raw | diff to current |
1999-11-21 |
Eric Pouech | Fixed forwarding and handling messages directed to... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Eric Pouech | Split the multimedia/ directory into dlls/ subdirectories. |
blob | commitdiff | raw | diff to current |
|