msvcr90: Add a WinSxS manifest resource.
[wine] / dlls / winecoreaudio.drv /
2011-08-24  Jörg Höhlemmdevapi: After GetBuffer, refuse Reset, but Start...
2011-07-18  Andrew Eikummmdevapi: Use a sane default if no buffer size is reque...
2011-07-11  Andrew Eikumwinecoreaudio.drv: Make AudioSessionManager methods...
2011-07-04  Jacek Cabanaudiopolicy.idl: Fixed SetGroupingParam declaration.
2011-06-20  Andrew Eikummmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
2011-06-20  Andrew Eikummmdevapi: Fix refcounts in IAudioClient::GetService.
2011-06-20  Andrew Eikumwinecoreaudio: Set AudioQueue volume, not AudioDevice...
2011-06-14  Andrew Eikumwinecoreaudio.drv: Initialize audio description flags.
2011-06-14  Andrew Eikummmdevapi: Sessions should be unique per-device.
2011-06-06  Jörg Höhlewinecoreaudio: mmdevapi's mixer format is 32bit floatin...
2011-06-06  Jörg Höhlewinecoreaudio: Properly allocate the WAVEFORMATEXTENSIB...
2011-06-06  Andrew Eikumwinecoreaudio.drv: Partially implement IAudioSessionMan...
2011-05-09  Andrew Eikumwinecoreaudio.drv: Implement volume control interfaces.
2011-05-09  Andrew Eikumwinecoreaudio.drv: Store the PropertyScope in ACImpl.
2011-05-09  Andrew Eikumwinecoreaudio.drv: Move IAudioClock closer to its relat...
2011-05-02  Andrew Eikumwinecoreaudio.drv: Implement IAudioSessionControl:...
2011-05-02  Andrew Eikummmdevapi: Initialize global driver data at DLL load...
2011-04-28  Ken Thomaseswinecoreaudio.drv: Link against ole32 for CoTaskMemAllo...
2011-04-27  Andrew Eikumwinecoreaudio.drv: Properly allocate and free the WAVEF...
2011-04-25  Andrew Eikumwinecoreaudio.drv: Add mmdevapi driver.
2011-04-11  Jörg Höhlewinmm: Audio drivers unconditionally invoke DriverCallback.
2011-03-28  Alexandre Julliardwinecoreaudio.drv: Remove unnecessary ifdefs.
2011-03-14  Jörg Höhlewinecoreaudio: Fix 64-bits incompatibilities.
2011-03-14  Jörg Höhlewinecoreaudio: Ignore failure to notify winmm wave...
2011-03-14  Jörg Höhlewinecoreaudio: Do not access MIDIHDR past notification...
2011-01-31  Charles Daviswinecoreaudio: Fix deprecation warnings in mixer.c.
2011-01-31  Charles Daviswinecoreaudio: Fix deprecation warnings in audio.c.
2011-01-31  Charles Daviswinecoreaudio: Fix deprecation warnings in audiounit.c.
2011-01-31  Charles Daviswinecoreaudio: Don't use Component Manager on Mac OS...
2010-11-15  Jörg Höhlewinecoreaudio: OSStatus is not necessarily a FOURCC.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-16  Jörg Höhlewinecoreaudio: Use same hard-coded limit on frequency...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-29  Michael Stefaniucwinecoreaudio.drv: Remove superfluous casts of zero.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Jörg Höhlewinmm: Accept the ancient, smaller MIDIHDR.
2010-02-05  Jörg Höhlewinecoreaudio: Ignore failure to notify MIDI clients.
2010-02-03  Jörg Höhlewinecoreaudio: MOD_MIDIPORT has 0 voices and notes...
2010-02-03  Jörg Höhlewinmm: The 64KB buffer limit on MIDIHDR buffers applies...
2010-02-02  Jörg Höhlewinecoreaudio: Fix a float cast in the computation...
2010-01-19  Austin Englishwinecoreaudio.drv: Reorder includes to avoid OS X bug.
2009-11-30  Henri Verbeetwinecoreaudio.drv: Use wine_dbg_sprintf() in a few...
2009-10-23  Ken Thomaseswinecoreaudio: Allow getting/setting volume on device...
2009-10-20  Ken Thomaseswinecoreaudio: Fix incorrect casts from float to DWORD...
2009-10-19  Jörg Höhlewinecoreaudio: Move ERR&WARN out of OSSpinLock sections.
2009-10-16  Ken Thomaseswinecoreaudio: Quiet a noisy FIXME.
2009-10-12  Ken Thomaseswinecoreaudio: Minor grammar fix in comment.
2009-10-12  Ken Thomaseswinecoreaudio: Fix an error check (bad copy-paste).
2009-10-12  Ken Thomaseswinecoreaudio: Fix declaration of CoreAudio_MIDIRelease...
2009-10-12  Ken Thomaseswinecoreaudio: Allow opening multiple wave-out instances.
2009-10-12  Ken Thomaseswinecoreaudio: For WODM_* messages, treat dwUser as...
2009-10-12  Ken Thomaseswinecoreaudio: Make wodMessage signature match WINEMM_m...
2009-10-12  Ken Thomaseswinecoreaudio: Move instance-specific fields of WINE_WA...
2009-10-12  Ken Thomaseswinecoreaudio: Remove some unused structure fields.
2009-10-12  Ken Thomaseswinecoreaudio: Add more debug logging.
2009-10-12  Ken Thomaseswinecoreaudio: Consolidate formatting of FOURCC values...
2009-10-05  Jörg Höhlewinecoreaudio: Accept up to 8 channels.
2009-09-16  Jörg Höhlewinecoreaudio: Added WAVEFORMATEXTENSIBLE support,...
2009-09-16  Jörg Höhlewinecoreaudio: Enforce invariant about BlockAlign and...
2009-09-16  Jörg Höhlewinecoreaudio: Make supported format test more restrictive.
2009-05-04  Ken Thomaseswinecoreaudio: Fix building on Snow Leopard.
2009-04-13  Ken Thomaseswinecoreaudio: Avoid a race between closing and opening...
2009-04-13  Ken Thomaseswinecoreaudio: For waveOut, don't use STOPPED state...
2009-04-13  Ken Thomaseswinecoreaudio: Avoid a race between closing and opening...
2009-04-13  Ken Thomaseswinecoreaudio: Avoid potential deadlock in wodOpen.
2009-04-13  Ken Thomaseswinecoreaudio: Eliminate some unnecessary code.
2009-02-24  Ken Thomaseswinecoreaudio: Fix a copy-paste accident ("In" vs....
2009-02-06  Ken Thomaseswinecoreaudio.drv: Add support for waveOutBreakLoop...
2009-01-02  Rob Shearmanwinecoreaudio: Remove some unnecessary text conversions...
2009-01-02  Alexandre Julliardwinecoreaudio: Fix a redefinition warning.
2008-12-29  Francois Gougetwinecoreaudio.drv: Remove an unused debug channel ...
2008-12-22  Christian Costawinecoreaudio.drv: Initialize correctly the header...
2008-12-22  Andrew Talbotwinecoreaudio.drv: Do nothing if HAVE_AUDIOUNIT_AUDIOUN...
2008-07-10  Aric Stewartcoreaudio: Make sure Port_SendToMessageThread is not...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-26  Andrew Talbotwinecoreaudio.drv: Assign to structs instead of using...
2008-03-12  Ken Thomasescoreaudio: Signal driver load failure if any component...
2008-03-12  Ken Thomasescoreaudio: Standardize on DRV_SUCCESS/FAILURE status...
2008-02-21  Aric Stewartcoreaudio: Set mDataByteSize of the buffer to the amoun...
2008-01-23  Francois GougetAssorted spelling fixes.
2007-11-29  Aric Stewartcoreaudio: Verify valid lineId in MIXER_GETLINECONTROLS...
2007-11-28  Aric Stewartwinecoreaudio: Implement WIDM_GETPOS.
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-13  Emmanuel Maillardwinecoreaudio: MIDIIn_MessageHandler: Fix non-SysEx...
2007-07-13  Ken Thomaseswinecoreaudio: Report format error on sample rate misma...
2007-07-13  Ken Thomaseswinecoreaudio: Protect against AudioUnitRender clobberi...
2007-07-13  Ken Thomaseswinecoreaudio: Correct the AudioBufferList allocated...
2007-07-12  Ken Thomaseswinecoreaudio: Improve safety of iterations when return...
2007-07-12  Ken Thomaseswinecoreaudio: Enable DirectSound HEL mode for input.
2007-07-12  Ken Thomaseswinecoreaudio: Enable DirectSound HEL mode for output.
2007-06-20  Ken Thomaseswinecoreaudio: Make wodReset fail if called on a closed...
2007-06-20  Ken Thomaseswinecoreaudio: Move notify of completed WAVEHDRs to...
2007-06-20  Ken Thomaseswinecoreaudio: Move a variable declaration to narrower...
2007-06-20  Ken Thomaseswinecoreaudio: Extract loop, wodNotifyClient for WAVEHD...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_SetControl...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_GetControl...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_GetLineCon...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_GetLineInfo.
2007-05-14  Emmanuel Maillardwinecoreaudio: Implement MIX_GetDevCaps.
2007-05-14  Emmanuel Maillardwinecoreaudio: Implement MIX_Open and MIX_GetNumDevs.
next