1. 1a961e7 audio: add audio timer trace points by Gerd Hoffmann · 7 years ago
  2. 441b345 audio: Convert use of atoi to qemu_strtoi by Nia Alarie · 7 years ago
  3. 65ba869 audio: add module loading support by Gerd Hoffmann · 7 years ago
  4. d3893a3 audio: add driver registry by Gerd Hoffmann · 7 years ago
  5. 470bcab audio: Replace AUDIO_FUNC with __func__ by Alistair Francis · 7 years ago
  6. 3268a84 audio: release capture buffers by Gerd Hoffmann · 8 years ago
  7. 1ffc266 audio: make audio poll timer deterministic by Pavel Dovgalyuk · 8 years ago
  8. 3d4d16f replay: add record/replay for audio passthrough by Pavel Dovgalyuk · 8 years ago
  9. a384c20 audio: clean up before monitor clean up by Marc-André Lureau · 8 years ago
  10. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  11. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  12. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  13. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  14. 7e27465 audio: Clean up inappropriate and unreachable use of hw_error() by Markus Armbruster · 9 years ago
  15. 73ad33e audio: remove plive by Kővágó, Zoltán · 10 years ago
  16. 06ac27f audio: remove LOG_TO_MONITOR along with default_mon by Kővágó, Zoltán · 10 years ago
  17. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  18. 40a814b audio: Lower default wakeup rate to 100 times / second by Hans de Goede · 11 years ago
  19. b4350de audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second by Hans de Goede · 11 years ago
  20. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  21. 457b654 audio: Replace non-portable asprintf in debug code by g_strdup_printf by Stefan Weil · 12 years ago
  22. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  23. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  24. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  25. 8361710 audio: Unbreak capturing in mixemu case by malc · 13 years ago
  26. aeb29b6 audio: Always call fini on exit by Jan Kiszka · 13 years ago
  27. c01b245 audio: don't apply volume effect if backend has VOICE_VOLUME_CAP by Marc-André Lureau · 13 years ago
  28. 6c95ab9 audio: add VOICE_VOLUME ctl by Marc-André Lureau · 13 years ago
  29. b4bd0b1 audio: Add some fall through comments by Stefan Weil · 13 years ago
  30. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  31. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  32. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  33. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  34. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  35. 39deb1e audio: Only use audio timer when necessary by malc · 14 years ago
  36. 3e31375 spice: add audio by Gerd Hoffmann · 14 years ago
  37. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  38. 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
  39. 82584e2 audio: include more information into audio_bug's output by malc · 15 years ago
  40. d959fce audio: port to vmstate by Juan Quintela · 15 years ago
  41. 155a8ad audio: use correct email address by malc · 15 years ago
  42. bdff253 audio: internal API change by malc · 15 years ago
  43. ddabec7 audio: introduce audio_pcm_hw_clip_out helper function by malc · 15 years ago
  44. 4f4cc0e audio: use muldiv64 where it makes sense by malc · 15 years ago
  45. 0a90e34 audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL by Jan Kiszka · 15 years ago
  46. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
  47. 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 15 years ago
  48. 713a98f audio: poll mode infrastructure by malc · 15 years ago
  49. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  50. 197bc21 Fix typo by malc · 15 years ago
  51. 98f9f48 Aesthetics by malc · 15 years ago
  52. 2700efa Use C99 initializers for audio_option by Juan Quintela · 15 years ago
  53. 2358a49 Generate config-host.h from config-host.mak by Juan Quintela · 16 years ago
  54. aea8674 Fix period initialization by malc · 16 years ago
  55. 14658cd use struct initializer for audio.c by Juan Quintela · 16 years ago
  56. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  57. 0d9acba Make AUD_init failure fatal by Paul Brook · 16 years ago
  58. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  59. 978dd63 Avoid running audio ctl's when vm is not running by malc · 16 years ago
  60. 090f1fa audio: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  61. 9781e04 Rework vm_state_change notifiers (Jan Kiszka) by aliguori · 16 years ago
  62. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  63. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  64. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  65. c310de8 Rename hz to hertz to keep AIX happy by malc · 16 years ago
  66. d64394f Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified) by malc · 16 years ago
  67. 2d6f897 Fix more r5087 breakage by malc · 16 years ago
  68. a3772d4 Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) by blueswir1 · 16 years ago
  69. ac700bc Fix more bugs in r5044 by blueswir1 · 16 years ago
  70. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  71. 0c58ac1 Change the way audio is configured by malc · 17 years ago
  72. d50997f Add missing [SU]32 by malc · 17 years ago
  73. 683efdc First cut at WM8750 volume control (Jan Kiszka). by balrog · 17 years ago
  74. b60aee0 Typo fix by aurel32 · 17 years ago
  75. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  76. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  77. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  78. fe8f096 Spelling fix, by Stuart Brady. by ths · 18 years ago
  79. f941aa2 Qemu support for S32 and U32 alsa output, by Vassili Karpov. by ths · 18 years ago
  80. e2f909b swapped memset args (Charles Coffing) by bellard · 18 years ago
  81. a3c2599 audio capture fixes (malc) by bellard · 19 years ago
  82. ec36b69 audio capture to wab files (malc) by bellard · 19 years ago
  83. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  84. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  85. 26a7646 C99 64 bit printf by bellard · 19 years ago
  86. 571ec3d audio merge (malc) by bellard · 19 years ago
  87. 541e084 VM state change support (malc) by bellard · 19 years ago
  88. c0fe382 audio merge (malc) by bellard · 19 years ago
  89. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  90. fe2cece audio fixes (malc) by bellard · 20 years ago
  91. 102a52e FMOD configure options (malc) by bellard · 20 years ago
  92. 7372f88 audio fixes (malc) by bellard · 20 years ago
  93. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  94. 85571bc audio merge (malc) by bellard · 20 years ago