1. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  2. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  3. 6086a56 audio: Clean up includes by Peter Maydell · 9 years ago
  4. 2828a30 ossaudio: fix memory leak by Gonglei · 10 years ago
  5. d95d7d8 ossaudio: use trace events instead of debug config flag by Kővágó, Zoltán · 10 years ago
  6. 4045a85 ossaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
  7. 5706db1 audio: expose drv_opaque to init_out and init_in by Kővágó, Zoltán · 10 years ago
  8. b027a53 oss: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
  9. fb7da62 audio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  10. 73204cf ossaudio: check for oss support in oss_audio_init by Gerd Hoffmann · 11 years ago
  11. 926de75 Revert "ossaudio: do not enable by default" by Gerd Hoffmann · 11 years ago
  12. c905c50 ossaudio: do not enable by default by Anthony Liguori · 11 years ago
  13. 4f6ab39 Remove OSS support for OpenBSD by Brad Smith · 12 years ago
  14. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  15. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  16. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  17. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  18. 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
  19. b6c9c94 ossaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
  20. 72ff25e Workaround for broken OSS_GETVERSION on FreeBSD, part two by Juergen Lock · 15 years ago
  21. 3d709fe oss: fix fragment setting by malc · 15 years ago
  22. 6d24652 oss: issue OSS_GETVERSION ioctl only when needed by malc · 15 years ago
  23. 78d9356 oss: refactor code around policy setting by malc · 15 years ago
  24. e726fe7 oss: workaround for cases when OSS_GETVERSION is not defined by malc · 15 years ago
  25. a628b86 oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) by malc · 15 years ago
  26. 301901b oss/alsa: Do not invoke UB described in 7.15.1.1 by malc · 15 years ago
  27. 155a8ad audio: use correct email address by malc · 15 years ago
  28. bdff253 audio: internal API change by malc · 15 years ago
  29. 9d16897 oss: use audio_pcm_hw_clip_out by malc · 15 years ago
  30. 6ebfda1 alsa/oss: Remove fd transfer handlers before closing oss/alsa fd/handle by malc · 15 years ago
  31. 54762b7 oss: Simplify mmap code by malc · 15 years ago
  32. 0b3652b oss: OSS v4 support by malc · 15 years ago
  33. 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 15 years ago
  34. dd8a564 oss: poll mode handling by malc · 15 years ago
  35. 2182349 oss: Unbreak mmaping the ability to mmap oss fd on Linux by malc · 15 years ago
  36. 98f9f48 Aesthetics by malc · 16 years ago
  37. 1a40d5e use C99 initializers for all audio/* by Juan Quintela · 16 years ago
  38. 1dd3e4d use C99 initializers for audio_pcm_ops by Juan Quintela · 16 years ago
  39. 2700efa Use C99 initializers for audio_option by Juan Quintela · 16 years ago
  40. bee37f3 Use proper struct initializers and remove INIT_FIELD() macro by Juan Quintela · 16 years ago
  41. 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
  42. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  43. 35f4b58 Prepare for changing audio_pcm_ops dynamically (partially revert r5422) by blueswir1 · 16 years ago
  44. 8869def Make audio_pcm_opsstatic const by blueswir1 · 16 years ago
  45. 902e2b5 Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call by malc · 17 years ago
  46. 29ddf27 Check the returned audio_buf_info fields by malc · 17 years ago
  47. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  48. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  49. f0c757e audio/ossaudio.c for OpenBSD, by Todd T. Fries. by ths · 18 years ago
  50. d929eba audio endianness API changes (malc) by bellard · 19 years ago
  51. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 19 years ago
  52. 571ec3d audio merge (malc) by bellard · 19 years ago
  53. b41cffb debug msg (malc) by bellard · 19 years ago
  54. c0fe382 audio merge (malc) by bellard · 19 years ago
  55. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  56. 9529397 open OSS audio device as write only (malc) by bellard · 20 years ago
  57. 44a095a mmap audio fix (malc) by bellard · 20 years ago
  58. 7372f88 audio fixes (malc) by bellard · 20 years ago
  59. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  60. 85571bc audio merge (malc) by bellard · 20 years ago