1. 795ca11 Add the ability to vary Spice playback and record rates, to facilitate Opus support. by Jeremy White · 11 years ago
  2. 0e8ae61 audio: adjust pulse to 100Hz wakeup rate by Gerd Hoffmann · 11 years ago
  3. 40a814b audio: Lower default wakeup rate to 100 times / second by Hans de Goede · 11 years ago
  4. 73204cf ossaudio: check for oss support in oss_audio_init by Gerd Hoffmann · 11 years ago
  5. 926de75 Revert "ossaudio: do not enable by default" by Gerd Hoffmann · 11 years ago
  6. c905c50 ossaudio: do not enable by default by Anthony Liguori · 11 years ago
  7. ef5cfe5 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  8. 203cea2 audio/mixeng_template.h: fix inline declaration by Alex Bligh · 11 years ago
  9. b4350de audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second by Hans de Goede · 11 years ago
  10. 19b0dfc audio: remove CONFIG_MIXEMU configure option by Bandan Das · 11 years ago
  11. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  12. 87e613e audio: Replace static functions in header file by macros, remove GCC_ATTR by Stefan Weil · 12 years ago
  13. 4f6ab39 Remove OSS support for OpenBSD by Brad Smith · 12 years ago
  14. 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
  15. 457b654 audio: Replace non-portable asprintf in debug code by g_strdup_printf by Stefan Weil · 12 years ago
  16. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  17. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  18. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  19. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  20. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  21. 525877c build: move rules from Makefile to */Makefile.objs by Paolo Bonzini · 12 years ago
  22. 46ee77b Revert "audio/wavcapture: Clarify licensing" by Anthony Liguori · 12 years ago
  23. d76aa45 Revert "audio/audio_pt_int: Clarify licensing" by Anthony Liguori · 12 years ago
  24. 72bc6f1 audio/audio_pt_int: Clarify licensing by malc · 12 years ago
  25. 456a84d audio/wavcapture: Clarify licensing by malc · 12 years ago
  26. 93b6599 audio: Fix warning from static code analysis by Stefan Weil · 13 years ago
  27. 13ef70f audio/winwave: previous audio buffer should be flushed by munkyu.im · 13 years ago
  28. 8361710 audio: Unbreak capturing in mixemu case by malc · 13 years ago
  29. eb2aeac audio/winwave: Fix typo by malc · 13 years ago
  30. b0b68fc build: move audio/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  31. aeb29b6 audio: Always call fini on exit by Jan Kiszka · 13 years ago
  32. a288538 audio: split IN_T into two separate constants by Roger Pau Monne · 13 years ago
  33. 8f473dd fix build with pulseaudio versions older than 0.9.11 by Gerd Hoffmann · 13 years ago
  34. d6c05bb fix paaudio.c warnings by Gerd Hoffmann · 13 years ago
  35. 6e7a7f3 Allow controlling volume with PulseAudio backend by Marc-André Lureau · 13 years ago
  36. ea9ebc2 Do not use pa_simple PulseAudio API by Marc-André Lureau · 13 years ago
  37. a70c99c audio/spice: add support for volume control by Marc-André Lureau · 13 years ago
  38. c01b245 audio: don't apply volume effect if backend has VOICE_VOLUME_CAP by Marc-André Lureau · 13 years ago
  39. 6c95ab9 audio: add VOICE_VOLUME ctl by Marc-André Lureau · 13 years ago
  40. b4bd0b1 audio: Add some fall through comments by Stefan Weil · 13 years ago
  41. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  42. 15d4a72 fmodaudio: Remove unused variable 'bits16' (reported by cppcheck) by Stefan Weil · 13 years ago
  43. 7f67d89 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  44. 27acf66 wavaudio: Use stdio instead of QEMUFile by Juan Quintela · 13 years ago
  45. b04df2a wavcapture: Use stdio instead of QEMUFile by Juan Quintela · 13 years ago
  46. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  47. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  48. 744d364 coreaudio: Fix OSStatus format specifier by Andreas Färber · 14 years ago
  49. cbc36cb coreaudio: Avoid formatting UInt32 type by Andreas Färber · 14 years ago
  50. d9cbb0f Fix compilation warning due to incorrectly specified type by Alexandre Raymond · 14 years ago
  51. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  52. 578c7b2 audio: fix integer overflow expression by Juha Riihim?ki · 14 years ago
  53. 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
  54. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  55. bf1064b pulseaudio: tweak config by Gerd Hoffmann · 14 years ago
  56. e6d16fa pulseaudio: setup buffer attrs by Gerd Hoffmann · 14 years ago
  57. 6315633 pulseaudio: process 1/4 buffer max at once by Gerd Hoffmann · 14 years ago
  58. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  59. d66bddd alsaaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  60. b6c9c94 ossaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  61. 8a7d089 noaudio: correctly account acquired samples by Michael Walle · 14 years ago
  62. 85882c7 noaudio: fix return value for read() by Michael Walle · 14 years ago
  63. ab9de36 audio: Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  64. 39deb1e audio: Only use audio timer when necessary by malc · 14 years ago
  65. cf2c183 add copyright to spiceaudio by Gerd Hoffmann · 14 years ago
  66. 3e31375 spice: add audio by Gerd Hoffmann · 14 years ago
  67. 38cc9b6 issue snd_pcm_start() when capturing audio by Jindrich Makovicka · 14 years ago
  68. 22d948a fix 100% CPU load when idle with ALSA by Jindrich Makovicka · 14 years ago
  69. 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  70. e5924d8 Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  71. fd5723b pulse-audio: fix bug on updating rpos by Wu Fengguang · 14 years ago
  72. 575c153 audio: Fix memory size for resampling buffer in DAC case by malc · 14 years ago
  73. 9c9e7d5 Move macros GCC_ATTR and GCC_FMT_ATTR to common header file by Stefan Weil · 14 years ago
  74. 60592ed audio/sdl: return on error by malc · 15 years ago
  75. d087bb3 audio/sdl: be more anal about errors by malc · 15 years ago
  76. 4b7c041 audio: make audio_pt_init block all signals by malc · 15 years ago
  77. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  78. 0bfcd59 Fix %lld or %llx printf format use by Blue Swirl · 15 years ago
  79. 6c557ab audio/sdlaudio: remove unused variable by Serge Ziryukin · 15 years ago
  80. 8bb414d audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup by malc · 15 years ago
  81. 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
  82. ad483a5 audio: fix comment by malc · 15 years ago
  83. d9812b0 audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler by malc · 15 years ago
  84. f093feb audio/alsa: Spelling typo (paramters) by Vagrant Cascadian · 15 years ago
  85. 82584e2 audio: include more information into audio_bug's output by malc · 15 years ago
  86. ff54149 Revert "sdlaudio: make it suck less" by malc · 15 years ago
  87. 72ff25e Workaround for broken OSS_GETVERSION on FreeBSD, part two by Juergen Lock · 15 years ago
  88. 3d709fe oss: fix fragment setting by malc · 15 years ago
  89. 6d24652 oss: issue OSS_GETVERSION ioctl only when needed by malc · 15 years ago
  90. 78d9356 oss: refactor code around policy setting by malc · 15 years ago
  91. e726fe7 oss: workaround for cases when OSS_GETVERSION is not defined by malc · 15 years ago
  92. d959fce audio: port to vmstate by Juan Quintela · 15 years ago
  93. a244eb7 audio: fix compilation of DEBUG_PLIVE by Juan Quintela · 15 years ago
  94. 7cbb28e audio: Remove conditional around sw which can not be NULL by malc · 15 years ago
  95. a58c16d winwave: ADC support by malc · 15 years ago
  96. cb4f03e audio: remove last remnants of _t by malc · 15 years ago
  97. bc578fe winwave: make error logging more consistent by malc · 15 years ago
  98. 2a117d4 winwave: follow the rules when closing the output device by malc · 15 years ago
  99. 1a4ea1e qemu: allow pulseaudio to be the default by Michael S. Tsirkin · 15 years ago
  100. 6165a42 winwave: pause/restore playing upon seeing VOICE_DISABLE/ENABLE by malc · 15 years ago