shell32: Added a stub for IShellDispatch2.
[wine] / dlls / wineoss.drv /
2012-02-23  Andrew Eikumwineoss.drv: Fix DeleteTimerQueueTimer usage.
2012-02-07  Andrew Eikumwineoss.drv: Downgrade most ERRs to WARNs.
2012-02-06  Andrew Eikumwineoss.drv: Don't call GETOSPACE immediately after...
2012-01-30  Andrew Eikummmdevapi: Correctly convert UINT32 to LONG32.
2012-01-25  Andrew Eikumwineoss.drv: Fix buffer offset calculation.
2012-01-25  Andrew Eikumwineoss.drv: Use GETODELAY instead of GETOSPACE to...
2012-01-25  Andrew Eikumwineoss.drv: Decouple MMDevAPI buffer and OSS buffer.
2012-01-13  Jörg Höhlewineoss: Reset accounts for dropped frames in capture...
2012-01-13  Jörg Höhledsound: Vista/XP SP2 reworked the Speaker Configuration.
2012-01-10  Andrew Eikumwineoss.drv: Fix IAudioRenderClient::{Get,Release}Buffe...
2012-01-09  Jörg Höhlemmdevapi: Round buffer size like native in shared mode.
2012-01-06  Jörg Höhlewineoss: GetStreamLatency is constant, SNDCTL_DSP_GETOD...
2012-01-06  Jörg Höhlemmdevapi: GetDevicePeriod returns constants.
2012-01-06  Jörg Höhlemmdevapi: Avoid HeapRealloc when no data need be copied.
2011-12-19  Jörg Höhlemmdevapi: Enforce limits on period and duration.
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-12-05  Andrew Eikumwineoss.drv: Don't set volume in IAudioClient::Initialize.
2011-12-01  Andrew Eikumwineoss.drv: Add period to latency calculation.
2011-12-01  Andrew Eikumwineoss.drv: Remove volume setting support.
2011-11-22  Jörg Höhlemmdevapi: SHAREDMODE_EXCLUSIVE + EVENTCALLBACK is too...
2011-11-15  Francois Gougetwineoss.drv: Give a name to the mmdevapi critical secti...
2011-10-28  Jörg Höhlemmdevapi: IsFormatSupported EXCLUSIVE mode never return...
2011-10-12  Andrew Eikumwineoss.drv: Only write as much data as will fit into...
2011-10-11  Andrew Eikumwineoss.drv: Trim the sub-device part of the device...
2011-10-05  Andrew Eikumaudio: Change winmm import to delayed import.
2011-09-28  Andrew Eikumwineoss.drv: Use a temporary OSS device to check format...
2011-09-28  Andrew Eikummmdevapi: Don't fail if dwChannelMask is not set correctly.
2011-09-26  Andrew Eikumwineoss.drv: Remove wave, mixer, and dsound driver...
2011-09-26  Jörg Höhlewineoss: Simplify the test for 8bit linear PCM.
2011-09-22  Jörg Höhlemmdevapi: Unlock buffer in case of ReleaseBuffer error.
2011-09-22  Jörg Höhlewineoss: EAGAIN (OSS buffer full) is a regular situation.
2011-09-22  Jörg Höhlemmdevapi: Fix stuttering upon start and underrun.
2011-09-09  Jörg Höhlemmdevapi: IsFormatSupported fills closest match iff...
2011-09-08  Jörg Höhlemmdevapi: Use UINT32 for a number of frames and UINT64...
2011-09-07  Jörg Höhlemmdevapi: Accept up to 8 channels.
2011-09-01  Andrew Eikummmdevapi: Automatically select the correct driver.
2011-08-30  Jörg Höhlemmdevapi: Do not mix frames and bytes.
2011-08-24  Jörg Höhlemmdevapi: After GetBuffer, refuse Reset, but Start...
2011-08-22  Jörg Höhlewineoss.drv: Fix AudioRenderClient write pointer calcul...
2011-08-22  Marcus Meissnerwineoss.drv: Print strerror of errno, not of -1 (Coverity).
2011-08-03  Francois GougetAssorted spelling fixes.
2011-07-27  Andrew Eikumwineoss.drv: Choose default device using a better method.
2011-07-18  Andrew Eikummmdevapi: Use a sane default if no buffer size is reque...
2011-07-18  Francois Gougetwineoss.drv: Add a trailing '\n' to a TRACE() call.
2011-07-14  Andrew Eikummmdevapi: Only enumerate devices that can be opened...
2011-07-11  Francois Gougetwineoss.drv: Make the AudioSessionManager methods static.
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-14  Andrew Eikummmdevapi: Sessions should be unique per-device.
2011-06-06  Jörg Höhlewineoss: Properly allocate the WAVEFORMATEXTENSIBLE...
2011-06-06  Andrew Eikumwineoss.drv: Partially implement IAudioSessionManager2.
2011-05-30  Marcus Meissnerwineoss.drv: Mark internal symbols with hidden visibility.
2011-05-20  Gerald Pfeiferwineoss.drv: Cope with system which lack SNDCTL_DSP_HALT.
2011-05-09  Gerald Pfeiferwineoss.drv: Support platforms that do not feature...
2011-05-09  Gerald Pfeiferwineoss.drv: Use AFMT_S24_LE instead of AFMT_S24_PACKED.
2011-05-09  Andrew Eikumwineoss.drv: Implement volume control interfaces.
2011-05-09  Andrew Eikumwineoss.drv: Move IAudioClock closer to its related...
2011-05-02  Alexandre Julliardwineoss: Get rid of %ll printf formats.
2011-05-02  Alexandre Julliardconfigure: Improve the detection of OSS v4.
2011-05-02  Andrew Eikumwineoss.drv: Implement IAudioSessionControl::GetState.
2011-05-02  Andrew Eikummmdevapi: Initialize global driver data at DLL load...
2011-04-27  Andrew Eikumwineoss.drv: Add mmdevapi driver.
2011-04-13  Austin Englishwineoss.drv: Remove extraneous parentheses (LLVM/Clang).
2011-04-11  Jörg Höhlewinmm: Audio drivers unconditionally invoke DriverCallback.
2011-03-28  Alexandre Julliardwineoss.drv: Remove unnecessary ifdefs.
2011-03-15  Jörg Höhlewineoss: Fix 64-bits incompatibilities.
2011-03-15  Jörg Höhlewineoss: Ignore failure to notify winmm wave clients.
2011-02-23  Marcus Meissnerwineoss.drv: Fixed incorrect sizeof() (Coverity).
2010-12-08  Michael Stefaniucwineoss.drv: Standardize the COM usage in dscapture.c.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Eric Pouechwineoss.drv: Be consistent for aux devices about what...
2010-05-20  Michael Stefaniucwineoss.drv: Avoid a potential NULL pointer dereference...
2010-05-05  Jörg Höhlewineoss: MOD_MIDIPORT has 0 voices and notes and FFFF...
2010-05-05  Jörg Höhlewineoss: Supply FFFFFFFF for midiOutGetVolume, not...
2010-04-21  Maarten Lankhorstwineoss.drv: Move opening devices to their respective...
2010-04-21  Maarten Lankhorstwineoss.drv: Clean up DriverProc.
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-22  Jörg Höhlewineoss: Do not access WAVEHDR past DriverCallback.
2010-02-05  Jörg Höhlewineoss: Ignore failure to notify MIDI clients.
2010-02-03  Jörg Höhlewinmm: The 64KB buffer limit on MIDIHDR buffers applies...
2009-11-30  Henri Verbeetwineoss.drv: Use wine_dbg_sprintf() in a few debug...
2009-10-05  Jörg Höhlewineoss: Fix the buffer size check for more than 2...
2009-09-16  Jörg Höhlewineoss: Enforce invariant about BlockAlign and nAvgByt...
2009-09-10  Marcus Meissnerwineoss.drv: 2 more close(mixer) added.
2009-09-08  Marcus Meissnerwineoss.drv: Avoid mixer fd leak.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-02-19  Rob Shearmanwineoss.drv: Use CP_UNIXCP instead of CP_ACP for conver...
2009-02-04  Michael Stefaniucinclude: Change some DWORD to DWORD_PTR in mmddk.h.
2009-01-22  Michael Stefaniucwineoss.drv: Remove superfluous pointer casts.
2009-01-09  Alexandre Julliardinclude: Fix a number of mmsystem.h structure for Win64.
2008-12-24  Andrew Talbotwineoss: Remove a superfluous semicolon.
2008-12-22  Christian Costawineoss.drv: Initialize correctly the header before...
2008-12-19  Francois Gougetwineoss.drv: Fix the m[io]dMessage() documentation.
2008-12-12  Francois Gougetwineoss.drv: Make widOpen() and wodOpen() static.
2008-12-04  Alexandre Julliardwineoss.drv: Fix a couple of printf format warnings.
2008-12-04  Andrew Talbotwineoss.drv: Sign-compare warnings fix.
2008-12-02  Maarten Lankhorstwineoss.drv: Fix 64-bits incompatibilities.
next