Fixes more use before set races.
[wine] / dlls / winmm /
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.
2003-06-16  Rok MandeljcUpdated a bunch of translations for Slovenian language.
2003-06-04  Robert ReifAdded a dynamically growing ring buffer for oss, alsa...
2003-05-14  Marcus Meissnerwinejack.drv.so needs -lwine_uuid too.
2003-05-11  Eric PouechStop wavemap lookup if a device isn't functional (spott...
2003-05-11  Alexandre JulliardAvoid local WINAPI function pointers.
2003-05-06  Marcus MeissnerAdded include <errno.h>.
2003-05-02  Robert ReifAdded driver property set implementation.
2003-04-30  Alexandre JulliardAvoid calling Win32 resource functions on 16-bit modules.
2003-04-29  Robert ReifFixed a problem where OSS trigger support is inconsistent.
2003-04-29  Robert ReifAdded driver notify implementation.
2003-04-27  Alexandre JulliardMake sure that snd_pcm_open returned a valid handle...
2003-04-27  Jerry JiThe missing part of multiple device support for wineart...
2003-04-26  Robert ReifFixed bug caused by OSS inconsistent trigger operation...
2003-04-10  Robert ReifBetter error messages.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-04-05  Eric PouechWork around not implemented ioctl in BSD.
2003-04-02  Robert ReifAdded more information to some of the failure messages.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-28  Alexandre JulliardAvoid crash if snd_pcm_open fails.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardAvoid warnings.
2003-03-15  Alexandre JulliardAdded #ifdef checks for SOUND_MIXER_INFO.
2003-03-15  Robert ReifAdded support for multiple direct sound devices.
2003-03-10  Eric PouechFixed error code when no mapping is found for wave...
2003-03-07  Robert ReifFixed bug where the enable state of the output and...
2003-03-07  Steven EdwardsAdd import of ntdll.
2003-03-04  Robert ReifAdded waveIn tests.
2003-03-04  Robert ReifCapture thread checks queue for more headers before...
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-19  Waldeck SchutzerAvoid playing data tracks.
2003-02-17  Eric PouechAllowed waveInMessage to use physical information ...
2003-02-15  Robert ReifAdded additional formats.
2003-02-14  Robert ReifStarted to add support for a real direct sound capture...
2003-02-12  Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-01-31  Waldeck SchutzerRemoved invalid char.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
next