2012-08-21 |
Nikolay Sivov | wineoss: Fix variable types so pointer is not truncated... |
tree | commitdiff |
2012-05-22 |
Andrew Eikum | wineoss.drv: Resolve some diff between winealsa and... |
tree | commitdiff |
2012-05-22 |
Andrew Eikum | wineoss.drv: Track number of frames reserved by client... |
tree | commitdiff |
2012-05-15 |
Francois Gouget | Assorted typo, spelling, wording and case fixes. |
tree | commitdiff |
2012-04-20 |
Francois Gouget | wineoss.drv: Make get_ossdevice_from_guid() static. |
tree | commitdiff |
2012-04-05 |
Andrew Eikum | wineoss.drv: Prefix device names with direction indication. |
tree | commitdiff |
2012-04-04 |
Andrew Eikum | mmdevapi: Use device GUIDs as unique identifiers. |
tree | commitdiff |
2012-04-04 |
Andrew Eikum | wineoss.drv: Use device GUIDs as keys. |
tree | commitdiff |
2012-02-23 |
Andrew Eikum | wineoss.drv: Fix DeleteTimerQueueTimer usage. |
tree | commitdiff |
2012-02-07 |
Andrew Eikum | wineoss.drv: Downgrade most ERRs to WARNs. |
tree | commitdiff |
2012-02-06 |
Andrew Eikum | wineoss.drv: Don't call GETOSPACE immediately after... |
tree | commitdiff |
2012-01-30 |
Andrew Eikum | mmdevapi: Correctly convert UINT32 to LONG32. |
tree | commitdiff |
2012-01-25 |
Andrew Eikum | wineoss.drv: Fix buffer offset calculation. |
tree | commitdiff |
2012-01-25 |
Andrew Eikum | wineoss.drv: Use GETODELAY instead of GETOSPACE to... |
tree | commitdiff |
2012-01-25 |
Andrew Eikum | wineoss.drv: Decouple MMDevAPI buffer and OSS buffer. |
tree | commitdiff |
2012-01-13 |
Jörg Höhle | wineoss: Reset accounts for dropped frames in capture... |
tree | commitdiff |
2012-01-13 |
Jörg Höhle | dsound: Vista/XP SP2 reworked the Speaker Configuration. |
tree | commitdiff |
2012-01-10 |
Andrew Eikum | wineoss.drv: Fix IAudioRenderClient::{Get,Release}Buffe... |
tree | commitdiff |
2012-01-09 |
Jörg Höhle | mmdevapi: Round buffer size like native in shared mode. |
tree | commitdiff |
2012-01-06 |
Jörg Höhle | wineoss: GetStreamLatency is constant, SNDCTL_DSP_GETOD... |
tree | commitdiff |
2012-01-06 |
Jörg Höhle | mmdevapi: GetDevicePeriod returns constants. |
tree | commitdiff |
2012-01-06 |
Jörg Höhle | mmdevapi: Avoid HeapRealloc when no data need be copied. |
tree | commitdiff |
2011-12-19 |
Jörg Höhle | mmdevapi: Enforce limits on period and duration. |
tree | commitdiff |
2011-12-15 |
Francois Gouget | configure: Use errno.h instead of the non-standard... |
tree | commitdiff |
2011-12-05 |
Andrew Eikum | wineoss.drv: Don't set volume in IAudioClient::Initialize. |
tree | commitdiff |
2011-12-01 |
Andrew Eikum | wineoss.drv: Add period to latency calculation. |
tree | commitdiff |
2011-12-01 |
Andrew Eikum | wineoss.drv: Remove volume setting support. |
tree | commitdiff |
2011-11-22 |
Jörg Höhle | mmdevapi: SHAREDMODE_EXCLUSIVE + EVENTCALLBACK is too... |
tree | commitdiff |
2011-11-15 |
Francois Gouget | wineoss.drv: Give a name to the mmdevapi critical secti... |
tree | commitdiff |
2011-10-28 |
Jörg Höhle | mmdevapi: IsFormatSupported EXCLUSIVE mode never return... |
tree | commitdiff |
2011-10-12 |
Andrew Eikum | wineoss.drv: Only write as much data as will fit into... |
tree | commitdiff |
2011-10-11 |
Andrew Eikum | wineoss.drv: Trim the sub-device part of the device... |
tree | commitdiff |
2011-10-05 |
Andrew Eikum | audio: Change winmm import to delayed import. |
tree | commitdiff |
2011-09-28 |
Andrew Eikum | wineoss.drv: Use a temporary OSS device to check format... |
tree | commitdiff |
2011-09-28 |
Andrew Eikum | mmdevapi: Don't fail if dwChannelMask is not set correctly. |
tree | commitdiff |
2011-09-26 |
Andrew Eikum | wineoss.drv: Remove wave, mixer, and dsound driver... |
tree | commitdiff |
2011-09-26 |
Jörg Höhle | wineoss: Simplify the test for 8bit linear PCM. |
tree | commitdiff |
2011-09-22 |
Jörg Höhle | mmdevapi: Unlock buffer in case of ReleaseBuffer error. |
tree | commitdiff |
2011-09-22 |
Jörg Höhle | wineoss: EAGAIN (OSS buffer full) is a regular situation. |
tree | commitdiff |
2011-09-22 |
Jörg Höhle | mmdevapi: Fix stuttering upon start and underrun. |
tree | commitdiff |
2011-09-09 |
Jörg Höhle | mmdevapi: IsFormatSupported fills closest match iff... |
tree | commitdiff |
2011-09-08 |
Jörg Höhle | mmdevapi: Use UINT32 for a number of frames and UINT64... |
tree | commitdiff |
2011-09-07 |
Jörg Höhle | mmdevapi: Accept up to 8 channels. |
tree | commitdiff |
2011-09-01 |
Andrew Eikum | mmdevapi: Automatically select the correct driver. |
tree | commitdiff |
2011-08-30 |
Jörg Höhle | mmdevapi: Do not mix frames and bytes. |
tree | commitdiff |
2011-08-24 |
Jörg Höhle | mmdevapi: After GetBuffer, refuse Reset, but Start... |
tree | commitdiff |
2011-08-22 |
Jörg Höhle | wineoss.drv: Fix AudioRenderClient write pointer calcul... |
tree | commitdiff |
2011-08-22 |
Marcus Meissner | wineoss.drv: Print strerror of errno, not of -1 (Coverity). |
tree | commitdiff |
2011-08-03 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2011-07-27 |
Andrew Eikum | wineoss.drv: Choose default device using a better method. |
tree | commitdiff |
2011-07-18 |
Andrew Eikum | mmdevapi: Use a sane default if no buffer size is reque... |
tree | commitdiff |
2011-07-18 |
Francois Gouget | wineoss.drv: Add a trailing '\n' to a TRACE() call. |
tree | commitdiff |
2011-07-14 |
Andrew Eikum | mmdevapi: Only enumerate devices that can be opened... |
tree | commitdiff |
2011-07-11 |
Francois Gouget | wineoss.drv: Make the AudioSessionManager methods static. |
tree | commitdiff |
2011-07-04 |
Jacek Caban | audiopolicy.idl: Fixed SetGroupingParam declaration. |
tree | commitdiff |
2011-06-20 |
Andrew Eikum | mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute. |
tree | commitdiff |
2011-06-20 |
Andrew Eikum | mmdevapi: Fix refcounts in IAudioClient::GetService. |
tree | commitdiff |
2011-06-14 |
Andrew Eikum | mmdevapi: Sessions should be unique per-device. |
tree | commitdiff |
2011-06-06 |
Jörg Höhle | wineoss: Properly allocate the WAVEFORMATEXTENSIBLE... |
tree | commitdiff |
2011-06-06 |
Andrew Eikum | wineoss.drv: Partially implement IAudioSessionManager2. |
tree | commitdiff |
2011-05-30 |
Marcus Meissner | wineoss.drv: Mark internal symbols with hidden visibility. |
tree | commitdiff |
2011-05-20 |
Gerald Pfeifer | wineoss.drv: Cope with system which lack SNDCTL_DSP_HALT. |
tree | commitdiff |
2011-05-09 |
Gerald Pfeifer | wineoss.drv: Support platforms that do not feature... |
tree | commitdiff |
2011-05-09 |
Gerald Pfeifer | wineoss.drv: Use AFMT_S24_LE instead of AFMT_S24_PACKED. |
tree | commitdiff |
2011-05-09 |
Andrew Eikum | wineoss.drv: Implement volume control interfaces. |
tree | commitdiff |
2011-05-09 |
Andrew Eikum | wineoss.drv: Move IAudioClock closer to its related... |
tree | commitdiff |
2011-05-02 |
Alexandre Julliard | wineoss: Get rid of %ll printf formats. |
tree | commitdiff |
2011-05-02 |
Alexandre Julliard | configure: Improve the detection of OSS v4. |
tree | commitdiff |
2011-05-02 |
Andrew Eikum | wineoss.drv: Implement IAudioSessionControl::GetState. |
tree | commitdiff |
2011-05-02 |
Andrew Eikum | mmdevapi: Initialize global driver data at DLL load... |
tree | commitdiff |
2011-04-27 |
Andrew Eikum | wineoss.drv: Add mmdevapi driver. |
tree | commitdiff |
2011-04-13 |
Austin English | wineoss.drv: Remove extraneous parentheses (LLVM/Clang). |
tree | commitdiff |
2011-04-11 |
Jörg Höhle | winmm: Audio drivers unconditionally invoke DriverCallback. |
tree | commitdiff |
2011-03-28 |
Alexandre Julliard | wineoss.drv: Remove unnecessary ifdefs. |
tree | commitdiff |
2011-03-15 |
Jörg Höhle | wineoss: Fix 64-bits incompatibilities. |
tree | commitdiff |
2011-03-15 |
Jörg Höhle | wineoss: Ignore failure to notify winmm wave clients. |
tree | commitdiff |
2011-02-23 |
Marcus Meissner | wineoss.drv: Fixed incorrect sizeof() (Coverity). |
tree | commitdiff |
2010-12-08 |
Michael Stefaniuc | wineoss.drv: Standardize the COM usage in dscapture.c. |
tree | commitdiff |
2010-09-19 |
Alexandre Julliard | makefiles: Add a standard header for all makefiles... |
tree | commitdiff |
2010-07-21 |
Alexandre Julliard | dlls: Remove explicit imports of kernel32 and ntdll. |
tree | commitdiff |
2010-07-19 |
Eric Pouech | wineoss.drv: Be consistent for aux devices about what... |
tree | commitdiff |
2010-05-20 |
Michael Stefaniuc | wineoss.drv: Avoid a potential NULL pointer dereference... |
tree | commitdiff |
2010-05-05 |
Jörg Höhle | wineoss: MOD_MIDIPORT has 0 voices and notes and FFFF... |
tree | commitdiff |
2010-05-05 |
Jörg Höhle | wineoss: Supply FFFFFFFF for midiOutGetVolume, not... |
tree | commitdiff |
2010-04-21 |
Maarten Lankhorst | wineoss.drv: Move opening devices to their respective... |
tree | commitdiff |
2010-04-21 |
Maarten Lankhorst | wineoss.drv: Clean up DriverProc. |
tree | commitdiff |
2010-03-16 |
Alexandre Julliard | makefiles: Remove the no longer needed explicit separat... |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | winmm: Accept the ancient, smaller MIDIHDR. |
tree | commitdiff |
2010-02-22 |
Jörg Höhle | wineoss: Do not access WAVEHDR past DriverCallback. |
tree | commitdiff |
2010-02-05 |
Jörg Höhle | wineoss: Ignore failure to notify MIDI clients. |
tree | commitdiff |
2010-02-03 |
Jörg Höhle | winmm: The 64KB buffer limit on MIDIHDR buffers applies... |
tree | commitdiff |
2009-11-30 |
Henri Verbeet | wineoss.drv: Use wine_dbg_sprintf() in a few debug... |
tree | commitdiff |
2009-10-05 |
Jörg Höhle | wineoss: Fix the buffer size check for more than 2... |
tree | commitdiff |
2009-09-16 |
Jörg Höhle | wineoss: Enforce invariant about BlockAlign and nAvgByt... |
tree | commitdiff |
2009-09-10 |
Marcus Meissner | wineoss.drv: 2 more close(mixer) added. |
tree | commitdiff |
2009-09-08 |
Marcus Meissner | wineoss.drv: Avoid mixer fd leak. |
tree | commitdiff |
2009-04-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2009-02-19 |
Rob Shearman | wineoss.drv: Use CP_UNIXCP instead of CP_ACP for conver... |
tree | commitdiff |
2009-02-04 |
Michael Stefaniuc | include: Change some DWORD to DWORD_PTR in mmddk.h. |
tree | commitdiff |
2009-01-22 |
Michael Stefaniuc | wineoss.drv: Remove superfluous pointer casts. |
tree | commitdiff |
next |