Fixed some bugs in MCI string parsing.
[wine] / dlls / winmm /
2005-04-11  Robert ReifCorrectly handle where waveOutGetPosition changes timep...
2005-03-31  Paul van SchayckDon't stop looking for devices if one can't be opened.
2005-03-29  Jerry JenkinsImprove winealsa dsound driver by accessing sound drive...
2005-03-27  Jerry JenkinsDon't mistake frames for bytes.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Robert ReifDon't fail when opening a device in direct sound mode...
2005-03-23  Jeremy WhiteRevamp the volume logic to be more self contained,...
2005-03-21  Robert ReifFix direct sound capabilities to match hardware.
2005-03-21  Alexandre JulliardFixed a missing patch chunk.
2005-03-21  Robert ReifClean up handle usage.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-21  Filip NavaraSpecify correct buffer size in GetPrivateProfileStringW...
2005-03-21  Robert ReifPrint out message name to make reading traces easier.
2005-03-19  Robert ReifFall back to default prepare/unprepare header functions.
2005-03-18  Robert ReifAdd support for more than one sound card.
2005-03-18  Robert ReifCheck wave out volume support.
2005-03-17  Robert ReifFall back to default header prepare and unprepare funct...
2005-03-17  Robert ReifUse real device name.
2005-03-17  Jeremy WhiteDo not fallback to defaults if a driver, mapper, or...
2005-03-16  Robert ReifProvide default implementation of waveInPrepareHeader and
2005-03-15  Robert ReifFix memory leak in error path.
2005-03-15  Robert ReifFix memory leak when there are too many drivers.
2005-03-15  Jason EdmeadesAvoid trap in mixerGetLineControlsA when cControls...
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-08  Alexandre JulliardMake sure to always pass valid QS_* flags to
2005-03-07  Vincent BéronMake wineoss's mixer know about DST_HEADPHONES, DST_LIN...
2005-03-04  Steven EdwardsAdded a check for poll.h.
2005-03-03  Francois GougetWarn the user if he is running the test in interactive...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Francois GougetApply Jeremy White's SMPTE calculation fix to each...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-02  Jeremy WhiteAggressively round up to the proper alignment when...
2005-03-02  Jeremy WhiteMore correctly establish cases where the OSS input...
2005-02-26  Christian CostaAdded some more cases to MCI_MapMsgAtoW.
2005-02-23  Jeremy WhiteMore correct fix for dsp empty case.
2005-02-23  Jeremy WhiteAn interactive test should have volume, else a rational...
2005-02-23  Jeremy WhiteIn calculating the SMPTE time, we would round incorrect...
2005-02-23  Jeremy WhiteWhen we get down to the last fragment or two in our...
2005-02-23  Jeremy WhiteWhen testing the WAVE_MAPPER device, it seems inappropr...
2005-02-23  Jeremy WhiteWhen we are converting from one sample rate to another...
2005-02-18  Christian CostaFixed offsets calculations.
2005-02-18  Robert ReifFix timer tests to pass on windows 98.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-16  James HawkinsFix improper type-conversions.
2005-02-14  Robert ReifAdd some missing \ns.
2005-02-14  Robert ReifAdded parameter checking to timeGetDevCaps.
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2005-01-28  Robert ReifFix structure member name to match windows headers...
2005-01-17  Alexandre JulliardAuthors: Klemens Friedl <klemens_friedl@gmx.net>, Henni...
2005-01-12  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-10  Vincent BéronOnly use Alsa if 1.0 is detected.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-04  Francois GougetAssorted spelling fixes.
2005-01-03  Alexandre JulliardGet rid of the ThunkData stubs, these are not functions.
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Francois GougetRemove unneeded NULL casts.
2004-12-20  Robert ReifA driver does not have to support all formats.
2004-12-20  Robert ReifReturn actual result on error.
2004-12-17  Robert ReifReturn flag for DRVM_MAPPER_PREFERRED_GET.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-08  Ge van GeldorpMatch PSDK definitions for LPCWAVEFORMATEX.
2004-12-08  Michael JungFixed linking issues.
2004-12-07  Alexandre JulliardFixed compile error.
2004-12-06  Alexandre JulliardAuthors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip...
2004-12-01  Filip Navara- Check the return value from *_GETNUMDEVS message...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Eric PouechMade some functions and variables static.
2004-11-21  Rémi AssaillyAdd some missing error values in WINMM_ErrorToString.
2004-11-19  Robert ReifOne step closer to getting hardware accelerated capture...
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-11-03  Robert ReifDon't consider a MMSYSERR_NOTSUPPORTED failure a test...
2004-11-02  Jeremy WhiteThe Sleep(0) in this loop is incorrect, and should...
2004-10-26  Robert ReifSplit up audio.c into three separate .c files:
2004-10-26  Robert Reifwin 9x doesn't always support waveOutGetDevCapsW so...
2004-10-25  Robert ReifDon't consider no driver a test failure.
2004-10-21  Francois GougetRemove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-18  Robert ReifDon't consider MMSYSERR_NOTSUPPORTED an error for wide...
2004-10-18  Jeremy WhiteRevise winmm/time.c to fix timer resolution at 1 ms...
2004-10-14  Hans LeidekkergetMessage() is only defined when HAVE_OSS is defined.
2004-10-11  Eric Pouech- bring the multimedia doc up-to-date
2004-10-04  Jerry JenkinsFix an error message.
2004-10-04  Jerry JenkinsDon't use the SND_PCM_ASYNC flag for the moment.
2004-09-27  Uwe BonnesCall GetProcessHeap() instead of passing its address.
2004-09-22  Alexandre JulliardRevert broken change in previous patch.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-02  Rein KlazesFix a heap corruption in MIX_Init ( sizeof() != strlen...
2004-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-09-01  Francois GougetAdd support for the AUDIODEV and MIXERDEV environment...
2004-08-31  Francois GougetDon't include 'mmddk.h', it's not needed. The winmm...
2004-08-30  Robert ReifTest 32 bit float samples.
2004-08-30  Robert ReifRound results of conversions between OSS and windows...
2004-08-27  Robert ReifAdds tests to read and write control details.
2004-08-27  Robert ReifSet proper target type.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-25  Dmitry TimoshkovFix an obvious typo leading to a crash.
2004-08-25  Robert ReifAdded 32 bit float support.
next