include: Assorted spelling fixes.
[wine] / dlls / winmm /
2012-12-04  Andrew Eikumwinmm: Don't mask out SND_ALIAS_ID or SND_FILENAME...
2012-11-28  Akihiro Sagawawinmm: Fix handling of mmio file buffers.
2012-11-20  Akihiro Sagawawinmm/tests: Add EOF and buffer pointer tests for mmio.
2012-11-13  Akihiro Sagawawinmm: Fix SEEK_END direction of mmio files without...
2012-11-13  Akihiro Sagawawinmm/tests: Add more mmioSeek tests.
2012-11-09  Jörg Höhlewinmm: Call IsFormatSupported for WAVE_FORMAT_QUERY...
2012-11-09  Jörg Höhlewinmm: Avoid generic MMSYSERR_ERROR during initialisation.
2012-11-09  Jörg Höhlewinmm: Prefer using MMSYSERR_* over AUDCLNT_E_* from...
2012-11-08  André Hentschelwinmm: Mark up fallthrough switch case (coverity).
2012-10-30  Jörg Höhlewinmm: Turn some MCI parser ERR into FIXME.
2012-10-19  Maarten Lankhorstwinmm: Do not blindly reset device when already stopped.
2012-09-27  Jörg Höhlewinmm: The "open new ..." MCI string command sets an...
2012-08-13  Francois Gougetwinmm: MMDRV_GetRelated() is not used anymore so remove it.
2012-07-31  Michael Stefaniucwinmm: Avoid TRUE FALSE conditional expressions.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-11  Andrew Eikumwinmm: Don't call MMDevAPI during process exit.
2012-05-08  Andrew Eikumwinmm: Close open wave devices upon process detach.
2012-04-06  Andrew Eikumwinmm: Support DRV_QUERYDEVICEINTERFACE in waveXxxMessage.
2012-04-03  Andrew Eikummmddk.h: Remove unused, Wine-specific WinMM defines.
2012-03-28  Andrew Eikumwinmm: Report waveIn devices' component type as Microphone.
2012-03-28  Andrew Eikumwinmm: Support DRVM_MAPPER_PREFERRED_GET in waveXxxMessage.
2012-03-08  Andrew Eikumwinmm: Remove unused define.
2012-02-17  Jörg Höhlewinmm: Make midiStream* messages asynchronous to avoid...
2012-02-17  Jörg Höhlewinmm: Avoid using SuspendThread, it can hang Wine.
2012-02-16  Jörg Höhlewinmm: Allow new sounds to interrupt previous PlaySound...
2012-02-07  Andrew Eikumwinmm: TRACE unhandled messages.
2012-02-07  Andrew Eikumwinmm: Downgrade most ERRs to WARNs.
2012-01-31  Andrew Eikumwinmm: Initialize COM for MULTITHREADED, not APARTMENTT...
2012-01-27  Jörg Höhlewinmm: Parse MCI colon notation as in T:MM:SS:F.
2012-01-19  Jörg Höhlewinmm/tests: Properly recover from the WAVERR_STILLPLAY...
2012-01-16  Andrew Eikumwinmm: Only start the devices thread when necessary.
2012-01-11  Jörg Höhlewinmm: GetCurrentPadding is superfluous while recording.
2012-01-06  Jörg Höhlewinmm: Ignore broken nBlockAlign and AvgBytes within...
2012-01-05  Jörg Höhlewinmm: Fix conversion to MMTIME, avoid floating point...
2012-01-03  Francois Gougetwinmm: Don't include newlines in standard error messages.
2011-11-15  Francois Gougetwinmm: Give a name to the critical sections, make them...
2011-10-31  Jörg Höhlewinmm: Never write silence, mmdevapi must handle underruns.
2011-10-28  Andrew Eikumwinmm: Fix clock position calculation.
2011-10-25  Michael Stefaniucinclude: Remove 'l' modifier from numeric constants...
2011-10-12  Andrew Eikumwinmm: Use buffer offset when recording.
2011-10-12  Andrew Eikumwinmm: Also track input device position.
2011-10-04  Andrew Eikumwinmm: Handle DRV_QUERYMAPPABLE in waveXxxMessage.
2011-10-03  Marcus Meissnerwinmm: Mark two functions as hidden.
2011-09-30  Jörg Höhlewinmm: Mark headers WHDR_DONE at the last possible...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  Andrew Eikumdsound: Remove hardware acceleration support.
2011-09-26  Jörg Höhlewinmm: waveOutReset returns all buffers.
2011-09-26  Jörg Höhlewinmm: Separate WINMM_Pause and WINMM_Reset.
2011-09-26  Jörg Höhlewinmm: Fix sum of available samples.
2011-09-22  Michael Stefaniucwinmm: Remove casts to the type of the casted expression.
2011-09-22  Francois Gougetwinmm/tests: Make it clear that no msrle.avi file is...
2011-09-08  Akihiro Sagawawinmm: Add support for MEVT_LONGMSG.
2011-09-01  Andrew Eikumwinmm: Determine the driver from MMDevAPI.
2011-08-23  Andrew Talbotwinmm: Constify some variables.
2011-08-05  Jörg Höhlewinmm: Remove redundant code.
2011-08-05  Jörg Höhlewinmm: Restore checking of callback flags.
2011-08-05  Jörg Höhlewinmm: Fix logic conditions.
2011-08-05  Jörg Höhlewinmm: Fix memory leak in msacm error path.
2011-08-05  Jörg Höhlewinmm: Assign to structs instead of using memcpy.
2011-08-05  Jörg Höhlewinmm: Replace one HeapAlloc with stack allocation.
2011-08-03  Jörg Höhlewinmm: Functions that take an open HWAVE don't need...
2011-08-02  Andrew Eikumwinmm: Fix looping handling.
2011-07-18  Andrew Eikumwinmm: Fix check for DCB_NULL callback type.
2011-07-18  Andrew Eikumwinmm: Perform Open and Close callbacks from client...
2011-07-18  Andrew Eikumwinmm: Close ACM stream when closing wave device.
2011-07-18  Francois Gougetwinmm: Remove an unused variable in WINMM_GetComponentT...
2011-07-15  Andrew Eikumwineesd.drv: Remove unused WinMM driver.
2011-07-15  Andrew Eikumwinmm: Implement mixer* on top of MMDevAPI.
2011-07-15  Andrew Eikumwinmm: Remove driver implementation of mixer*.
2011-07-14  Francois Gougetwinmm: Make WINMM_DRVMessage() static.
2011-07-14  Andrew Eikumwinmm: Implement waveIn* on top of MMDevAPI.
2011-07-14  Andrew Eikumwinmm: Remove driver implementation of waveIn*.
2011-07-14  Andrew Eikumwinmm: Support WAVE_MAPPED flag in waveOut*.
2011-07-12  Andrew Eikumwinmm: Implement waveOut* on top of MMDevAPI.
2011-07-12  Andrew Eikumwinmm: Remove driver implementation of waveOut*.
2011-07-06  André Hentschelwinmm: Remove dead initialization (clang).
2011-07-05  Andrew Eikumwinmm/tests: Don't test MCI output if no output devices...
2011-06-29  Andrew Eikumwinmm: Pull wave and mixer functions into their own...
2011-06-29  Andrew Eikumwinmm/tests: Remove uninteresting tests.
2011-05-24  Jörg Höhlewinmm: Process MCI_DGV_INFO which is larger than MCI_INFO.
2011-05-12  Jörg Höhlewinmm: Fix 8KB leak when mmioOpen fails (Valgrind).
2011-04-25  Marcus Meissnerwinmm: Mark internal symbols with visibility hidden.
2011-04-11  Jörg Höhlewinmm: DriverCallback returns TRUE iff there is notific...
2011-04-11  Jörg Höhlewinmm: Trace DriverCallback once upon entry.
2011-04-04  Jörg Höhlewinmm: Check callback flags prior to opening a driver.
2011-03-30  Francois Gougetwinmm: Remove a space before a punctuation.
2011-03-30  Jörg Höhlewinmm: PlaySound concurrency cleanup.
2011-03-30  Jörg Höhlewinmm: Get rid of psStopEvent which was never used...
2011-03-30  Jörg Höhlewinmm: Abort PlaySound in case of audio error.
2011-03-30  Jörg HöhleRevert "winmm: Fix PlaySound so it doesn't block when...
2011-03-16  Francois Gougetwinmm: Add full stops to some error messages.
2011-03-14  Jörg Höhlewinmm: MCI does not support the 0xhexadecimal notation.
2011-02-21  Jörg Höhlewinmm: Let WideCharToMultiByte search for NUL string...
2011-02-18  Gerald Pfeiferwinmm: Simplify MCI_DumpCommandTable a bit.
2011-02-17  Austin Englishwinmm/tests: Remove dead assignment (LLVM/Clang).
2011-01-28  Greg Geldorpwinmm/tests: Skip some tests on VMware.
2011-01-14  Jörg Höhlewinmm: PlaySound ignores SND_NOWAIT.
2011-01-06  Alexandre Julliardwinmm: Convert translations to po files.
2011-01-03  Greg Geldorpwinmm/tests: Don't use same buffer for both input and...
2010-12-05  Alexander Puzankovwinmm: Fixed boundary condition in mmioOpen file name...
next