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