Sign in
goma
/
wine
/
7b91b36d93c57e239cb477b176f6a1251b428520
/
dlls
/
winecoreaudio.drv
3d93a19
winecoreaudio: Allow getting/setting volume on device as well as instances.
by Ken Thomases
· 15 years ago
fd596b9
winecoreaudio: Fix incorrect casts from float to DWORD in wodGetVolume.
by Ken Thomases
· 15 years ago
f6ac769
winecoreaudio: Move ERR&WARN out of OSSpinLock sections.
by Jörg Höhle
· 15 years ago
f639c4d
winecoreaudio: Quiet a noisy FIXME.
by Ken Thomases
· 15 years ago
2245c9b
winecoreaudio: Minor grammar fix in comment.
by Ken Thomases
· 15 years ago
687db1c
winecoreaudio: Fix an error check (bad copy-paste).
by Ken Thomases
· 15 years ago
c67f4cd
winecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition.
by Ken Thomases
· 15 years ago
ef87a05
winecoreaudio: Allow opening multiple wave-out instances.
by Ken Thomases
· 15 years ago
31ce96f
winecoreaudio: For WODM_* messages, treat dwUser as a driver instance handle.
by Ken Thomases
· 15 years ago
2435919
winecoreaudio: Make wodMessage signature match WINEMM_msgFunc32 typedef.
by Ken Thomases
· 15 years ago
5d8177c
winecoreaudio: Move instance-specific fields of WINE_WAVEOUT to sub-struct.
by Ken Thomases
· 15 years ago
b3ea044
winecoreaudio: Remove some unused structure fields.
by Ken Thomases
· 15 years ago
e690d7c
winecoreaudio: Add more debug logging.
by Ken Thomases
· 15 years ago
1b5ca01
winecoreaudio: Consolidate formatting of FOURCC values in a function.
by Ken Thomases
· 15 years ago
b16fc0e
winecoreaudio: Accept up to 8 channels.
by Jörg Höhle
· 16 years ago
c5b2acf
winecoreaudio: Added WAVEFORMATEXTENSIBLE support, for PCM only.
by Jörg Höhle
· 16 years ago
e6770a4
winecoreaudio: Enforce invariant about BlockAlign and nAvgBytesPerSec.
by Jörg Höhle
· 16 years ago
89fe38c
winecoreaudio: Make supported format test more restrictive.
by Jörg Höhle
· 16 years ago
131a046
winecoreaudio: Fix building on Snow Leopard.
by Ken Thomases
· 16 years ago
dff10db
winecoreaudio: Avoid a race between closing and opening the waveIn device.
by Ken Thomases
· 16 years ago
5c4ed3b
winecoreaudio: For waveOut, don't use STOPPED state; it's redundant.
by Ken Thomases
· 16 years ago
06d705e
winecoreaudio: Avoid a race between closing and opening the waveOut device.
by Ken Thomases
· 16 years ago
1f8d743
winecoreaudio: Avoid potential deadlock in wodOpen.
by Ken Thomases
· 16 years ago
ff0ff66
winecoreaudio: Eliminate some unnecessary code.
by Ken Thomases
· 16 years ago
ad1090c
winecoreaudio: Fix a copy-paste accident ("In" vs. "Out").
by Ken Thomases
· 16 years ago
4cfa5b8
winecoreaudio.drv: Add support for waveOutBreakLoop/WODM_BREAKLOOP.
by Ken Thomases
· 16 years ago
a4644e5
winecoreaudio: Remove some unnecessary text conversions by using snprintfW instead of snprintf.
by Rob Shearman
· 16 years ago
ab1040b
winecoreaudio: Fix a redefinition warning.
by Alexandre Julliard
· 16 years ago
0216e3e
winecoreaudio.drv: Remove an unused debug channel (midi).
by Francois Gouget
· 16 years ago
d700042
winecoreaudio.drv: Initialize correctly the header before adding it to the queue.
by Christian Costa
· 16 years ago
1d5d237
winecoreaudio.drv: Do nothing if HAVE_AUDIOUNIT_AUDIOUNIT_H is not defined.
by Andrew Talbot
· 16 years ago
686ea70
coreaudio: Make sure Port_SendToMessageThread is not NULL before calling CFMessagePortSendRequest.
by Aric Stewart
· 17 years ago
dad21bb
makefiles: List the static libraries as normal imports instead of extra libs.
by Alexandre Julliard
· 17 years ago
11f198d
winecoreaudio.drv: Assign to structs instead of using memcpy.
by Andrew Talbot
· 17 years ago
c885d05
coreaudio: Signal driver load failure if any component fails to initialize.
by Ken Thomases
· 17 years ago
fa2d39e
coreaudio: Standardize on DRV_SUCCESS/FAILURE status codes for setup functions.
by Ken Thomases
· 17 years ago
b5511ac
coreaudio: Set mDataByteSize of the buffer to the amount data provided. Greatly helps reduce audio corruption on buffer underflows.
by Aric Stewart
· 17 years ago
d0794c4
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
b314f13
coreaudio: Verify valid lineId in MIXER_GETLINECONTROLSF_ONEBYTYPE.
by Aric Stewart
· 17 years ago
fd812bd
winecoreaudio: Implement WIDM_GETPOS.
by Aric Stewart
· 17 years ago
5266e57
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
6ccb663
winecoreaudio: MIDIIn_MessageHandler: Fix non-SysEx messages parsing.
by Emmanuel Maillard
· 18 years ago
f203ed9
winecoreaudio: Report format error on sample rate mismatch when opening wave-in device.
by Ken Thomases
· 18 years ago
41303fb
winecoreaudio: Protect against AudioUnitRender clobbering our buffer list.
by Ken Thomases
· 18 years ago
2fc548a
winecoreaudio: Correct the AudioBufferList allocated for input.
by Ken Thomases
· 18 years ago
438c748
winecoreaudio: Improve safety of iterations when returning WAVEHDRs to client.
by Ken Thomases
· 18 years ago
1b4ad05
winecoreaudio: Enable DirectSound HEL mode for input.
by Ken Thomases
· 18 years ago
631f306
winecoreaudio: Enable DirectSound HEL mode for output.
by Ken Thomases
· 18 years ago
4906ffa
winecoreaudio: Make wodReset fail if called on a closed device.
by Ken Thomases
· 18 years ago
ed10114
winecoreaudio: Move notify of completed WAVEHDRs to end of wodReset.
by Ken Thomases
· 18 years ago
58e37cb
winecoreaudio: Move a variable declaration to narrower scope, reduce whitespace.
by Ken Thomases
· 18 years ago
de480f0
winecoreaudio: Extract loop, wodNotifyClient for WAVEHDRs in list, to separate function.
by Ken Thomases
· 18 years ago
260591f
winecoreaudio: Initial implementation of MIX_SetControlDetails.
by Emmanuel Maillard
· 18 years ago
ad635c6
winecoreaudio: Initial implementation of MIX_GetControlDetails.
by Emmanuel Maillard
· 18 years ago
33e24d7
winecoreaudio: Initial implementation of MIX_GetLineControls.
by Emmanuel Maillard
· 18 years ago
7f5a322
winecoreaudio: Initial implementation of MIX_GetLineInfo.
by Emmanuel Maillard
· 18 years ago
7fb0861
winecoreaudio: Implement MIX_GetDevCaps.
by Emmanuel Maillard
· 18 years ago
db6318e
winecoreaudio: Implement MIX_Open and MIX_GetNumDevs.
by Emmanuel Maillard
· 18 years ago
e64485d
winecoreaudio: Initial mixer support on Mac OS X.
by Emmanuel Maillard
· 18 years ago
622ee1c
winecoreaudio.drv: Implement MIDIOut_Data when device is a MOD_MIDIPORT.
by Emmanuel Maillard
· 18 years ago
dea9878
winecoreaudio.drv: Create only one MIDIOutPort and one MIDIInPort for all destinations and sources.
by Emmanuel Maillard
· 18 years ago
41b8a57
winecoreaudio.drv: MIDIIn_MessageHandler: Remove a TRACE and simplify skipping SysEx.
by Emmanuel Maillard
· 18 years ago
5a8fc34
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
9369c37
winecoreaudio: Handle non System Exclusive messages.
by Emmanuel Maillard
· 18 years ago
b43167a
winecoreaudio: Avoid sizeof in trace.
by Alexandre Julliard
· 18 years ago
6ef7b12
winecoreaudio: Implement MIDIIn_Prepare and MIDIIn_Unprepare.
by Emmanuel Maillard
· 18 years ago
8ca565b
winecoreaudio: Implement MIDIIn_AddBuffer.
by Emmanuel Maillard
· 18 years ago
e8c083f
winecoreaudio: Implement MIDIIn_Reset.
by Emmanuel Maillard
· 18 years ago
0da11f9
winecoreaudio: Implement MIDIIn_Start and MIDIIn_Stop.
by Emmanuel Maillard
· 18 years ago
63bc986
winecoreaudio: Implement MIDIIn_GetNumDevs and MIDIIn_GetDevCaps.
by Emmanuel Maillard
· 18 years ago
3930b75
winecoreaudio: Implement MIDIIn_Open and MIDIIn_Close.
by Emmanuel Maillard
· 18 years ago
efd18ee
winecoreaudio: Add MIDI In messages in MIDI_NotifyClient.
by Emmanuel Maillard
· 18 years ago
1a47f36
winecoreaudio: Initial MIDI In Mach message handling.
by Emmanuel Maillard
· 18 years ago
4903fbe
winecoreaudio: Initial MIDI In support on Mac OS X.
by Emmanuel Maillard
· 18 years ago
0a20267
winecoreaudio: Implement MIDIOut_Reset.
by Emmanuel Maillard
· 18 years ago
9aa9cde
winecoreaudio: Implement MIDIOut_GetVolume and MIDIOut_SetVolume.
by Emmanuel Maillard
· 18 years ago
97d5a02
winecoreaudio: Implement MIDIOut_LongData.
by Emmanuel Maillard
· 18 years ago
8f03804
winecoreaudio: Implement MIDIOut_Data.
by Emmanuel Maillard
· 18 years ago
d250fc2
winecoreaudio: Implement MIDIOut_Prepare and MIDIOut_Unprepare.
by Emmanuel Maillard
· 18 years ago
0f7a3a3
winecoreaudio: Implement MIDIOut_GetDevCaps and MIDIOut_GetNumDevs.
by Emmanuel Maillard
· 18 years ago
483c695
winecoreaudio: Implement MIDI_NotifyClient, MIDIOut_Open and MIDIOut_Close.
by Emmanuel Maillard
· 18 years ago
7ad29c8
winecoreaudio: Initial MIDI support on Mac OS X.
by Emmanuel Maillard
· 18 years ago
d19a789
winecoreaudio.drv: Remove obsolete FIXME.
by Ken Thomases
· 18 years ago
3ccf501
winecoreaudio.drv: Fix printf format warnings.
by Alexandre Julliard
· 18 years ago
b8e9e3f
winecoreaudio.drv: Print each 64-bit integer as two 32-bit integers.
by Stefan Leichter
· 18 years ago
9402089
winecoreaudio: Renamed the dlls/winmm/winecoreaudio directory to dlls/winecoreaudio.drv.
by Alexandre Julliard
· 18 years ago