1. a4a411f Replace "iothread lock" with "BQL" in comments by Stefan Hajnoczi · 1 year, 1 month ago
  2. 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 1 month ago
  3. 69a8027 audio: remove QEMU_AUDIO_* and -audio-help support by Paolo Bonzini · 1 year, 5 months ago
  4. f606173 audio: allow returning an error from the driver init by Paolo Bonzini · 1 year, 4 months ago
  5. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years ago
  6. 8b46d7e audio: Rename coreaudio extension to use Objective-C compiler by Philippe Mathieu-Daudé · 3 years ago[Renamed from audio/coreaudio.c]
  7. 44ccb2d coreaudio: Always return 0 in handle_voice_change by Akihiko Odaki · 2 years, 11 months ago
  8. 9f56bd6 audio/coreaudio: Remove a deprecation warning on macOS 12 by Philippe Mathieu-Daudé · 3 years ago
  9. bd7819d coreaudio: Notify error in coreaudio_init_out by Akihiko Odaki · 2 years, 11 months ago
  10. 9833438 audio: restore mixing-engine playback buffer size by Volker Rümelin · 2 years, 11 months ago
  11. 18404ff audio: replace open-coded buffer arithmetic by Volker Rümelin · 2 years, 11 months ago
  12. eb1a35e coreaudio: Lock only the buffer by Akihiko Odaki · 3 years, 7 months ago
  13. 986bdbc coreaudio: Fix output stream format settings by Akihiko Odaki · 3 years, 7 months ago
  14. 3ba6e3f coreaudio: Handle output device change by Akihiko Odaki · 3 years, 11 months ago
  15. 7d6948c coreaudio: Extract device operations by Akihiko Odaki · 3 years, 11 months ago
  16. c960070 coreaudio: Drop support for macOS older than 10.6 by Akihiko Odaki · 3 years, 11 months ago
  17. dcf10e4 audio: foo* bar" should be "foo *bar". by Zhang Han · 4 years ago
  18. 3c8de96 audio: Add spaces around operator/delete redundant spaces by Zhang Han · 4 years ago
  19. 6c6886b audio: Add braces for statements/fix braces' position by Zhang Han · 4 years ago
  20. ceb1165 coreaudio: always stop audio playback on shut down by Volker Rümelin · 4 years, 1 month ago
  21. 53e78d1 coreaudio: don't start playback in init routine by Volker Rümelin · 4 years, 1 month ago
  22. 1d47067 coreaudio: rename misnamed variable fake_as by Volker Rümelin · 4 years, 1 month ago
  23. ed2a4a7 audio: proper support for float samples in mixeng by Kővágó, Zoltán · 5 years ago
  24. 180b044 coreaudio: fix coreaudio playback by Volker Rümelin · 5 years ago
  25. fdc8c5f audio: fix bug 1858488 by Volker Rümelin · 5 years ago
  26. 2b9cce8 audio: replace shift in audio_pcm_info with bytes_per_frame by Kővágó, Zoltán · 5 years ago
  27. 571a8c5 audio: split ctl_* functions into enable_* and volume_* by Kővágó, Zoltán · 5 years ago
  28. 2ceb824 coreaudio: port to the new audio backend api by Kővágó, Zoltán · 5 years ago
  29. 7520462 audio: use size_t where makes sense by Kővágó, Zoltán · 5 years ago
  30. 1d793fe audio: remove read and write pcm_ops by Kővágó, Zoltán · 5 years ago
  31. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 5 years ago
  32. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  33. 17c56dc coreaudio: port to -audiodev config by Kővágó, Zoltán · 6 years ago
  34. 7183022 audio: -audiodev command line option basic implementation by Kővágó, Zoltán · 6 years ago
  35. d3893a3 audio: add driver registry by Gerd Hoffmann · 7 years ago
  36. a384c20 audio: clean up before monitor clean up by Marc-André Lureau · 8 years ago
  37. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  38. 2f79a18 audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs by Peter Maydell · 9 years ago
  39. 2d99f62 audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available by Peter Maydell · 9 years ago
  40. 95a860f audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty by Peter Maydell · 9 years ago
  41. 624d1fc audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice by Peter Maydell · 9 years ago
  42. 88a0f83 audio/coreaudio.c: Factor out use of AudioHardwareGetProperty by Peter Maydell · 9 years ago
  43. d1f52a1 coreaudio: do not use global variables where possible by Kővágó, Zoltán · 10 years ago
  44. 5706db1 audio: expose drv_opaque to init_out and init_in by Kővágó, Zoltán · 10 years ago
  45. 744d364 coreaudio: Fix OSStatus format specifier by Andreas Färber · 14 years ago
  46. cbc36cb coreaudio: Avoid formatting UInt32 type by Andreas Färber · 14 years ago
  47. d9cbb0f Fix compilation warning due to incorrectly specified type by Alexandre Raymond · 14 years ago
  48. bdff253 audio: internal API change by malc · 15 years ago
  49. 98f9f48 Aesthetics by malc · 15 years ago
  50. 1dd3e4d use C99 initializers for audio_pcm_ops by Juan Quintela · 15 years ago
  51. 2700efa Use C99 initializers for audio_option by Juan Quintela · 15 years ago
  52. bee37f3 Use proper struct initializers and remove INIT_FIELD() macro by Juan Quintela · 15 years ago
  53. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  54. 35f4b58 Prepare for changing audio_pcm_ops dynamically (partially revert r5422) by blueswir1 · 16 years ago
  55. 8869def Make audio_pcm_opsstatic const by blueswir1 · 16 years ago
  56. 749bc4b Remove stray uses of vl.h. by pbrook · 17 years ago
  57. f941aa2 Qemu support for S32 and U32 alsa output, by Vassili Karpov. by ths · 18 years ago
  58. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  59. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  60. e59c113 make the number of buffers settable (malc) by bellard · 19 years ago
  61. 5e941d4 workaround for atexit - buffer size API change by bellard · 19 years ago
  62. 575b5dc compile fix (malc) by bellard · 19 years ago
  63. c0fe382 audio merge (malc) by bellard · 19 years ago
  64. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago