1. ed2a4a7 audio: proper support for float samples in mixeng by Kővágó, Zoltán · 5 years ago
  2. fdc8c5f audio: fix bug 1858488 by Volker Rümelin · 5 years ago
  3. 571a8c5 audio: split ctl_* functions into enable_* and volume_* by Kővágó, Zoltán · 5 years ago
  4. ff71876 sdlaudio: port to the new audio backend api by Kővágó, Zoltán · 5 years ago
  5. 7520462 audio: use size_t where makes sense by Kővágó, Zoltán · 5 years ago
  6. 1d793fe audio: remove read and write pcm_ops by Kővágó, Zoltán · 5 years ago
  7. 5893591 audio: remove audio_MIN, audio_MAX by Kővágó, Zoltán · 5 years ago
  8. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  9. 57dea55 sdlaudio: port to -audiodev config by Kővágó, Zoltán · 6 years ago
  10. 7183022 audio: -audiodev command line option basic implementation by Kővágó, Zoltán · 6 years ago
  11. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  12. 9399ef1 audio/sdlaudio: Simplify the sdl_callback function by Thomas Huth · 6 years ago
  13. 8a7816c audio/sdlaudio: Remove the semaphore code by Thomas Huth · 6 years ago
  14. d3893a3 audio: add driver registry by Gerd Hoffmann · 7 years ago
  15. 470bcab audio: Replace AUDIO_FUNC with __func__ by Alistair Francis · 7 years ago
  16. bcf1977 audio/sdlaudio: Allow audio playback with SDL2 by Thomas Huth · 8 years ago
  17. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  18. 81ebb07 sdlaudio: do not allow multiple instances by Kővágó, Zoltán · 10 years ago
  19. 5706db1 audio: expose drv_opaque to init_out and init_in by Kővágó, Zoltán · 10 years ago
  20. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
  21. 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
  22. 60592ed audio/sdl: return on error by malc · 14 years ago
  23. d087bb3 audio/sdl: be more anal about errors by malc · 14 years ago
  24. 6c557ab audio/sdlaudio: remove unused variable by Serge Ziryukin · 15 years ago
  25. ff54149 Revert "sdlaudio: make it suck less" by malc · 15 years ago
  26. 4839abe sdlaudio: make it suck less by malc · 15 years ago
  27. bdff253 audio: internal API change by malc · 15 years ago
  28. 3fd7f63 sdlaudio: use correct function names in sdl_XXX calls by malc · 15 years ago
  29. 98f9f48 Aesthetics by malc · 15 years ago
  30. 1a40d5e use C99 initializers for all audio/* by Juan Quintela · 15 years ago
  31. 1dd3e4d use C99 initializers for audio_pcm_ops by Juan Quintela · 15 years ago
  32. 2700efa Use C99 initializers for audio_option by Juan Quintela · 15 years ago
  33. bee37f3 Use proper struct initializers and remove INIT_FIELD() macro by Juan Quintela · 15 years ago
  34. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 15 years ago
  35. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  36. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  37. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  38. 1b52da5 Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) by blueswir1 · 16 years ago
  39. 9b4c14c Fix undefined pthread_sigmask warning on OpenBSD by blueswir1 · 16 years ago
  40. 35f4b58 Prepare for changing audio_pcm_ops dynamically (partially revert r5422) by blueswir1 · 16 years ago
  41. 8869def Make audio_pcm_opsstatic const by blueswir1 · 16 years ago
  42. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  43. e784ba7 Ensure signals are properly masked for new SDL Audio threads, by Andrzej by ths · 18 years ago
  44. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  45. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  46. c0fe382 audio merge (malc) by bellard · 19 years ago
  47. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  48. 430116a debug fix by bellard · 20 years ago
  49. 9f059ec win32/SDL build fixes by bellard · 20 years ago
  50. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  51. 85571bc audio merge (malc) by bellard · 20 years ago