1. 457b654 audio: Replace non-portable asprintf in debug code by g_strdup_printf by Stefan Weil · 12 years ago
  2. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  3. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  4. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  5. 8361710 audio: Unbreak capturing in mixemu case by malc · 13 years ago
  6. aeb29b6 audio: Always call fini on exit by Jan Kiszka · 13 years ago
  7. c01b245 audio: don't apply volume effect if backend has VOICE_VOLUME_CAP by Marc-André Lureau · 13 years ago
  8. 6c95ab9 audio: add VOICE_VOLUME ctl by Marc-André Lureau · 13 years ago
  9. b4bd0b1 audio: Add some fall through comments by Stefan Weil · 13 years ago
  10. e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
  11. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  12. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  13. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  14. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  15. 39deb1e audio: Only use audio timer when necessary by malc · 14 years ago
  16. 3e31375 spice: add audio by Gerd Hoffmann · 14 years ago
  17. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  18. 8631b60 monitor: Separate "default monitor" and "current monitor" cleanly by Markus Armbruster · 15 years ago
  19. 82584e2 audio: include more information into audio_bug's output by malc · 15 years ago
  20. d959fce audio: port to vmstate by Juan Quintela · 15 years ago
  21. 155a8ad audio: use correct email address by malc · 15 years ago
  22. bdff253 audio: internal API change by malc · 15 years ago
  23. ddabec7 audio: introduce audio_pcm_hw_clip_out helper function by malc · 15 years ago
  24. 4f4cc0e audio: use muldiv64 where it makes sense by malc · 15 years ago
  25. 0a90e34 audio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL by Jan Kiszka · 16 years ago
  26. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  27. 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 16 years ago
  28. 713a98f audio: poll mode infrastructure by malc · 16 years ago
  29. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  30. 197bc21 Fix typo by malc · 16 years ago
  31. 98f9f48 Aesthetics by malc · 16 years ago
  32. 2700efa Use C99 initializers for audio_option by Juan Quintela · 16 years ago
  33. 2358a49 Generate config-host.h from config-host.mak by Juan Quintela · 16 years ago
  34. aea8674 Fix period initialization by malc · 16 years ago
  35. 14658cd use struct initializer for audio.c by Juan Quintela · 16 years ago
  36. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 16 years ago
  37. 0d9acba Make AUD_init failure fatal by Paul Brook · 16 years ago
  38. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  39. 978dd63 Avoid running audio ctl's when vm is not running by malc · 16 years ago
  40. 090f1fa audio: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  41. 9781e04 Rework vm_state_change notifiers (Jan Kiszka) by aliguori · 16 years ago
  42. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  43. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  44. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  45. c310de8 Rename hz to hertz to keep AIX happy by malc · 16 years ago
  46. d64394f Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified) by malc · 16 years ago
  47. 2d6f897 Fix more r5087 breakage by malc · 16 years ago
  48. a3772d4 Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) by blueswir1 · 17 years ago
  49. ac700bc Fix more bugs in r5044 by blueswir1 · 17 years ago
  50. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  51. 0c58ac1 Change the way audio is configured by malc · 17 years ago
  52. d50997f Add missing [SU]32 by malc · 17 years ago
  53. 683efdc First cut at WM8750 volume control (Jan Kiszka). by balrog · 17 years ago
  54. b60aee0 Typo fix by aurel32 · 17 years ago
  55. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  56. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  57. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  58. fe8f096 Spelling fix, by Stuart Brady. by ths · 18 years ago
  59. f941aa2 Qemu support for S32 and U32 alsa output, by Vassili Karpov. by ths · 18 years ago
  60. e2f909b swapped memset args (Charles Coffing) by bellard · 19 years ago
  61. a3c2599 audio capture fixes (malc) by bellard · 19 years ago
  62. ec36b69 audio capture to wab files (malc) by bellard · 19 years ago
  63. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  64. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  65. 26a7646 C99 64 bit printf by bellard · 19 years ago
  66. 571ec3d audio merge (malc) by bellard · 19 years ago
  67. 541e084 VM state change support (malc) by bellard · 19 years ago
  68. c0fe382 audio merge (malc) by bellard · 19 years ago
  69. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  70. fe2cece audio fixes (malc) by bellard · 20 years ago
  71. 102a52e FMOD configure options (malc) by bellard · 20 years ago
  72. 7372f88 audio fixes (malc) by bellard · 20 years ago
  73. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  74. 85571bc audio merge (malc) by bellard · 20 years ago