d3d9/tests: Add r500 fp_special results.
[wine] / dlls / winmm / waveform.c
2013-04-01  Andrew Talbotwinmm: Remove unneeded address-of operator from functio...
2013-03-26  Andrew Eikumwinmm: Shutdown the devices thread when all devices...
2013-03-12  Jörg Höhlewinmm: Fix GetPosition when using MSACM codecs.
2013-03-11  Andrew Eikumwinmm: Truncate buffers to align to frame size.
2013-02-22  Jörg Höhlewinmm: WAVE_OPEN_QUERY causes no WIM/WOM_OPEN notification.
2013-02-13  Jörg Höhlewinmm: More compatible waveIn/Out[Un]Prepare WHDR_...
2013-01-07  Francois GougetAssorted spelling fixes.
2013-01-07  Michael Stefaniucwinmm: Add missing LeaveCriticalSection on error paths...
2013-01-02  Andrew Eikumwinmm: Don't map the device if WAVE_FORMAT_DIRECT is...
2012-12-28  Andrew Eikumwinmm: Reroute WAVE_MAPPER devices as the default devic...
2012-12-27  Andrew Eikumwinmm: Open WAVE_MAPPER devices in their own devices...
2012-12-27  Andrew Eikumwinmm: Don't give a period time to IAudioClient::Initia...
2012-12-26  Andrew Eikumwinmm: Rearrange device mapping when a new default...
2012-12-24  Andrew Eikumwinmm: Use a separate array to map the default device.
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-10-19  Maarten Lankhorstwinmm: Do not blindly reset device when already stopped.
2012-07-31  Michael Stefaniucwinmm: Avoid TRUE FALSE conditional expressions.
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-03-28  Andrew Eikumwinmm: Report waveIn devices' component type as Microphone.
2012-03-28  Andrew Eikumwinmm: Support DRVM_MAPPER_PREFERRED_GET in waveXxxMessage.
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-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...
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-09-30  Jörg Höhlewinmm: Mark headers WHDR_DONE at the last possible...
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-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 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-06-29  Andrew Eikumwinmm: Pull wave and mixer functions into their own...