- fix broadcast address for name lookups after iphlpapi change
[wine] / dlls / winmm /
2004-01-28  Eric PouechFixed synchronization issue.
2004-01-27  Alexandre JulliardAll sound drivers need -ldxguid.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-20  Robert ReifAdded notify and property set to dsound output driver.
2004-01-20  Robert ReifFixed thread handle leaks.
2004-01-14  Robert LunnonFixed type mismatch in widDsCreate.
2004-01-13  Christian CostaAdded Midi IN support.
2004-01-12  Eric Pouech- implemented TIME_KILL_SYCHRONOUS timer flags
2004-01-09  Marcus MeissnerFixed HeapRealloc typo.
2004-01-09  Jeremy ShawAdded wave-in support and fixed a few bugs in the wave...
2004-01-08  Eric Pouech- Applied to all MCI drivers Dmitry's fix for MCI_STATU...
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-06  Dmitry TimoshkovRegister window class on mciavi driver loading, and...
2004-01-06  Dmitry TimoshkovReturn correct resource id for time format strings.
2004-01-05  Dmitry TimoshkovAccept all standard DIB compressions in the mciavi...
2004-01-05  Dmitry TimoshkovDecode stream number from AVI frame data and assign...
2004-01-02  Christian CostaFix compilation issue with ALSA 0.5.
2004-01-02  Dmitry TimoshkovRemove a stray LeaveCriticalSection().
2004-01-01  Dmitry TimoshkovMuch improved mciavi driver. Fixed synchronization...
2004-01-01  Dmitry TimoshkovUse correct pointer to an internal driver description.
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-31  Gerald PfeiferImprove error messages in OSS_WaveOutInit() and OSS_Wav...
2003-12-15  Steven EdwardsPorting fix for winmm resources (patch by Filip Navara).
2003-12-15  Christian CostaExported widMessage function.
2003-12-12  Jeremy ShawMove the data around when the ring buffer is resized...
2003-12-11  Christian CostaAdded WaveIn support.
2003-12-08  Eric PouechMove (again) usage of 16 bit specific functions (thunk...
2003-12-08  Christian CostaFirst enumerate all internal devices and then external...
2003-12-04  Alexandre JulliardDefine ALSA_PCM_OLD_* symbols for compatibility with...
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-26  Christian CostaFix handling of the lpuDeviceID input param in MIDI_Str...
2003-11-21  Eric PouechHeapReAlloc doesn't allocate memory.
2003-11-17  Ivan Leo Murray... Added Italian translation.
2003-11-14  Robert ReifFixes more use before set races.
2003-11-12  Christian CostaAlsa midi fixes.
2003-11-11  Robert ReifDon't flag failed opens of unsupported formats as an...
2003-11-11  Robert ReifFix a race condition where result could be read before...
2003-11-09  Eric PouechRemoved some more dependencies on wine 16-bit specific...
2003-11-05  Robert ReifFix wave in stop.
2003-11-04  Robert ReifFixed bug in capture stop. Only current header should...
2003-10-30  Robert ReifCache the wave volume so it can be returned rather...
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-27  Robert ReifFix SMPTE time.
2003-10-27  Robert ReifOnly copy amount requested up to size of structure.
2003-10-27  Robert ReifClear a new hardware buffer to proper silence values...
2003-10-22  Robert ReifFix MMDRV_PhysicalFeatures to handle both 16 and 32...
2003-10-21  Robert ReifOnly return the number of bytes requested.
2003-10-16  Rolf KalbermatterUse INVALID_FILE_ATTRIBUTES to test for failure of
2003-10-15  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-15  Dimitrie O. PaunMerge win.ini/[mci extensions] into the registry.
2003-10-14  Robert ReifFree should not happen when still playing.
2003-10-14  Oleg ProkhorovSmall fix in sound flushing code.
2003-10-14  Daniel MarmierALSA_WaveInit: repaired device name.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-09  Robert ReifFixed SMPTE time.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-10-06  Vincent BéronChange resources from last language file used to LANG_N...
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-09-29  Vincent BéronChange some resources from LANG_NEUTRAL to LANG_ENGLISH.
2003-09-27  Robert ReifAllow wave emulated capture while doing hardware accele...
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-25  Robert ReifAvoid divide by zero if the sound driver returns 0...
2003-09-22  Vincent BéronYet another batch of French resources updates.
2003-09-22  Robert ReifVolume and Pan driver requests need to return success...
2003-09-22  Oleg ProkhorovImplemented sound flushing.
2003-09-22  Michal Janusz MiroslawMMDRV_Install: Fix confusing indentation.
2003-09-19  Robert ReifAdded volume and pan support to primary buffers.
2003-09-17  Oleg ProkhorovAvoid crash if invalid rate was specified.
2003-09-17  Alexandre JulliardAvoid linking error with older alsa libs.
2003-09-16  Pavel RoskinMoved WINE_DEFAULT_DEBUG_CHANNEL outside of the #ifdef.
2003-09-15  Christian CostaAdded midi support to the ALSA driver.
2003-09-15  Eric Pouech- Moved Wine extension to get DSound interface from...
2003-09-15  Robert ReifDevice enumeration callbacks should return a NULL guid...
2003-09-12  Eric PouechMoved some MM internal definition to internal include...
2003-09-11  Francois GougetModify ok("xxx") calls into ok("xxx\n") as is now expected.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Christian CostaFix modLongData.
2003-09-03  Robert ReifUse the drivers to get device capabilities and property...
2003-08-29  Rok MandeljcMinor updates of Slovenian translations.
2003-08-29  Mike HearnFixed the error message in Wave(In|Out)Init, it used...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-20   <wine@frotz.org>Fix parameter to snd_pcm_sw_params_set_silence_size().
2003-07-28  Robert ReifUse same GUIDs as win2k and xp for dsound drivers.
2003-07-18  Mike McCormackFixed incorrect strcasecmp usage.
2003-07-03  Marcus MeissnerUse standard debugging macros for jack.
2003-07-02  Francois GougetFixed some common spelling errors.
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-06-30  Marcelo Duarte- Localization to Portuguese of Brazil
2003-06-30  Robert LunnonAdded libuuid to wineaudioio makefile.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
next