1. 2f79a18 audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs by Peter Maydell · 9 years ago
  2. 2d99f62 audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available by Peter Maydell · 9 years ago
  3. 95a860f audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty by Peter Maydell · 9 years ago
  4. 624d1fc audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice by Peter Maydell · 9 years ago
  5. 88a0f83 audio/coreaudio.c: Factor out use of AudioHardwareGetProperty by Peter Maydell · 9 years ago
  6. 2828a30 ossaudio: fix memory leak by Gonglei · 10 years ago
  7. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  8. d95d7d8 ossaudio: use trace events instead of debug config flag by Kővágó, Zoltán · 10 years ago
  9. fbb7ef5 alsaaudio: use trace events instead of verbose by Kővágó, Zoltán · 10 years ago
  10. 6dd35fd dsoundaudio: remove primary buffer by Kővágó, Zoltán · 10 years ago
  11. 2762955 dsoundaudio: remove *_retries kludges by Kővágó, Zoltán · 10 years ago
  12. 73ad33e audio: remove plive by Kővágó, Zoltán · 10 years ago
  13. 06ac27f audio: remove LOG_TO_MONITOR along with default_mon by Kővágó, Zoltán · 10 years ago
  14. 81ebb07 sdlaudio: do not allow multiple instances by Kővágó, Zoltán · 10 years ago
  15. d1f52a1 coreaudio: do not use global variables where possible by Kővágó, Zoltán · 10 years ago
  16. 191e1f0 dsoundaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  17. 49dd6d0 paaudio: fix possible resource leak by Kővágó, Zoltán · 10 years ago
  18. f2dcc6c wavaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  19. 4045a85 ossaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  20. 765b37d alsaaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  21. 9a644c4 paaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  22. 5706db1 audio: expose drv_opaque to init_out and init_in by Kővágó, Zoltán · 10 years ago
  23. 3cec7cc audio: remove winwave audio driver by Kővágó, Zoltán · 10 years ago
  24. 1438260 audio: remove fmod backend by Kővágó, Zoltán · 10 years ago
  25. 0bac111 audio: remove esd backend by Kővágó, Zoltán · 10 years ago
  26. b027a53 oss: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
  27. be93f21 alsaaudio: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
  28. b28fb27 audio: Don't free hw resources until after hw backend is stopped by Peter Maydell · 10 years ago
  29. fb7da62 audio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  30. 69e9950 audio: replace fprintf(stderr, ...) with error_report() in audio by Le Tan · 11 years ago
  31. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  32. 849d828 build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax by Michael Tokarev · 11 years ago
  33. 795ca11 Add the ability to vary Spice playback and record rates, to facilitate Opus support. by Jeremy White · 11 years ago
  34. 0e8ae61 audio: adjust pulse to 100Hz wakeup rate by Gerd Hoffmann · 11 years ago
  35. 40a814b audio: Lower default wakeup rate to 100 times / second by Hans de Goede · 11 years ago
  36. 73204cf ossaudio: check for oss support in oss_audio_init by Gerd Hoffmann · 11 years ago
  37. 926de75 Revert "ossaudio: do not enable by default" by Gerd Hoffmann · 11 years ago
  38. c905c50 ossaudio: do not enable by default by Anthony Liguori · 11 years ago
  39. ef5cfe5 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  40. 203cea2 audio/mixeng_template.h: fix inline declaration by Alex Bligh · 11 years ago
  41. b4350de audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second by Hans de Goede · 11 years ago
  42. 19b0dfc audio: remove CONFIG_MIXEMU configure option by Bandan Das · 11 years ago
  43. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  44. 87e613e audio: Replace static functions in header file by macros, remove GCC_ATTR by Stefan Weil · 12 years ago
  45. 4f6ab39 Remove OSS support for OpenBSD by Brad Smith · 12 years ago
  46. 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
  47. 457b654 audio: Replace non-portable asprintf in debug code by g_strdup_printf by Stefan Weil · 12 years ago
  48. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  49. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  50. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  51. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  52. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  53. 525877c build: move rules from Makefile to */Makefile.objs by Paolo Bonzini · 12 years ago
  54. 46ee77b Revert "audio/wavcapture: Clarify licensing" by Anthony Liguori · 12 years ago
  55. d76aa45 Revert "audio/audio_pt_int: Clarify licensing" by Anthony Liguori · 12 years ago
  56. 72bc6f1 audio/audio_pt_int: Clarify licensing by malc · 12 years ago
  57. 456a84d audio/wavcapture: Clarify licensing by malc · 12 years ago
  58. 93b6599 audio: Fix warning from static code analysis by Stefan Weil · 12 years ago
  59. 13ef70f audio/winwave: previous audio buffer should be flushed by munkyu.im · 12 years ago
  60. 8361710 audio: Unbreak capturing in mixemu case by malc · 12 years ago
  61. eb2aeac audio/winwave: Fix typo by malc · 13 years ago
  62. b0b68fc build: move audio/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  63. aeb29b6 audio: Always call fini on exit by Jan Kiszka · 13 years ago
  64. a288538 audio: split IN_T into two separate constants by Roger Pau Monne · 13 years ago
  65. 8f473dd fix build with pulseaudio versions older than 0.9.11 by Gerd Hoffmann · 13 years ago
  66. d6c05bb fix paaudio.c warnings by Gerd Hoffmann · 13 years ago
  67. 6e7a7f3 Allow controlling volume with PulseAudio backend by Marc-André Lureau · 13 years ago
  68. ea9ebc2 Do not use pa_simple PulseAudio API by Marc-André Lureau · 13 years ago
  69. a70c99c audio/spice: add support for volume control by Marc-André Lureau · 13 years ago
  70. c01b245 audio: don't apply volume effect if backend has VOICE_VOLUME_CAP by Marc-André Lureau · 13 years ago
  71. 6c95ab9 audio: add VOICE_VOLUME ctl by Marc-André Lureau · 13 years ago
  72. b4bd0b1 audio: Add some fall through comments by Stefan Weil · 13 years ago
  73. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  74. 15d4a72 fmodaudio: Remove unused variable 'bits16' (reported by cppcheck) by Stefan Weil · 13 years ago
  75. 7f67d89 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  76. 27acf66 wavaudio: Use stdio instead of QEMUFile by Juan Quintela · 13 years ago
  77. b04df2a wavcapture: Use stdio instead of QEMUFile by Juan Quintela · 13 years ago
  78. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 13 years ago
  79. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  80. 744d364 coreaudio: Fix OSStatus format specifier by Andreas Färber · 14 years ago
  81. cbc36cb coreaudio: Avoid formatting UInt32 type by Andreas Färber · 14 years ago
  82. d9cbb0f Fix compilation warning due to incorrectly specified type by Alexandre Raymond · 14 years ago
  83. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  84. 578c7b2 audio: fix integer overflow expression by Juha Riihim?ki · 14 years ago
  85. 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
  86. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  87. bf1064b pulseaudio: tweak config by Gerd Hoffmann · 14 years ago
  88. e6d16fa pulseaudio: setup buffer attrs by Gerd Hoffmann · 14 years ago
  89. 6315633 pulseaudio: process 1/4 buffer max at once by Gerd Hoffmann · 14 years ago
  90. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  91. d66bddd alsaaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  92. b6c9c94 ossaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  93. 8a7d089 noaudio: correctly account acquired samples by Michael Walle · 14 years ago
  94. 85882c7 noaudio: fix return value for read() by Michael Walle · 14 years ago
  95. ab9de36 audio: Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  96. 39deb1e audio: Only use audio timer when necessary by malc · 14 years ago
  97. cf2c183 add copyright to spiceaudio by Gerd Hoffmann · 14 years ago
  98. 3e31375 spice: add audio by Gerd Hoffmann · 14 years ago
  99. 38cc9b6 issue snd_pcm_start() when capturing audio by Jindrich Makovicka · 14 years ago
  100. 22d948a fix 100% CPU load when idle with ALSA by Jindrich Makovicka · 14 years ago