1. 1a7dafc Remove any pretense that there can be more than one AudioState by malc · 15 years ago
  2. 0d9acba Make AUD_init failure fatal by Paul Brook · 15 years ago
  3. 140f8f2 Remove redundant #define by Consul · 15 years ago
  4. c5e9723 Support for DragonFly BSD (Hasso Tepper) by blueswir1 · 16 years ago
  5. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  6. 978dd63 Avoid running audio ctl's when vm is not running by malc · 16 years ago
  7. 090f1fa audio: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  8. 832e907 Fix NAME2/FIELD2 warnings by malc · 16 years ago
  9. 9781e04 Rework vm_state_change notifiers (Jan Kiszka) by aliguori · 16 years ago
  10. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  11. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  12. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  13. c310de8 Rename hz to hertz to keep AIX happy by malc · 16 years ago
  14. d64394f Set default audio timer period to a sane value (otherwise qemu becomes unusable if -icount N is specified) by malc · 16 years ago
  15. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  16. 1b52da5 Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) by blueswir1 · 16 years ago
  17. 9b4c14c Fix undefined pthread_sigmask warning on OpenBSD by blueswir1 · 16 years ago
  18. 35f4b58 Prepare for changing audio_pcm_ops dynamically (partially revert r5422) by blueswir1 · 16 years ago
  19. 295e390 Move wav_start_capture prototype to avoid a warning with -Wmissing-prototypes by blueswir1 · 16 years ago
  20. 8869def Make audio_pcm_opsstatic const by blueswir1 · 16 years ago
  21. 2d6f897 Fix more r5087 breakage by malc · 16 years ago
  22. a3772d4 Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) by blueswir1 · 16 years ago
  23. ac700bc Fix more bugs in r5044 by blueswir1 · 16 years ago
  24. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  25. ccf21c3 Move audio/sys-queue.h => sys-queue.h by aliguori · 16 years ago
  26. 23cde8b Update sys-queue.h (Gerd Hoffmann) by aliguori · 16 years ago
  27. adf7d8f Restore old value of buffer_size by malc · 16 years ago
  28. 6433389 Warn about rejected buffer/period size/time when it was specified by the user by malc · 16 years ago
  29. a7bb29b Call proper function when trying to set period size by malc · 16 years ago
  30. 23fb600 Fix typo by malc · 16 years ago
  31. b8e59f1 Pulseaudio driver by malc · 16 years ago
  32. 902e2b5 Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl call by malc · 16 years ago
  33. 0c58ac1 Change the way audio is configured by malc · 16 years ago
  34. 8ff9cbf Make mixer emulation a configure option (Jan Kiszka) by malc · 16 years ago
  35. d50997f Add missing [SU]32 by malc · 16 years ago
  36. f3b5298 Emit warning message if user supplied buffer/period size/time was rejected by malc · 16 years ago
  37. 7a24c80 Rework period/buffer size setting by malc · 16 years ago
  38. 29ddf27 Check the returned audio_buf_info fields by malc · 16 years ago
  39. 683efdc First cut at WM8750 volume control (Jan Kiszka). by balrog · 16 years ago
  40. deb9d2e Audio endianness and mutex usage fixes (malc.git). by balrog · 16 years ago
  41. b60aee0 Typo fix by aurel32 · 17 years ago
  42. 41a00ab Remove remaining .cvsignore files by aurel32 · 17 years ago
  43. 26463db Miscellaneous fixes after recent audio additions (malc). by balrog · 17 years ago
  44. a8981dd Make dsound compile again (patch by malc, spotted by C.W. Betts). by balrog · 17 years ago
  45. ca9cc28 pthreads-based audio and miscellaneous audio clean-up (malc). by balrog · 17 years ago
  46. 4fddf62 Use WIN32_LEAN_AND_MEAN, by Stefan Weil. by ths · 17 years ago
  47. 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
  48. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  49. 749bc4b Remove stray uses of vl.h. by pbrook · 17 years ago
  50. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  51. 5850586 More .cvsignore. by ths · 17 years ago
  52. 5fa0ab8 use config-host.h instead of config.h by bellard · 17 years ago
  53. fe8f096 Spelling fix, by Stuart Brady. by ths · 17 years ago
  54. e784ba7 Ensure signals are properly masked for new SDL Audio threads, by Andrzej by ths · 17 years ago
  55. 5a1237c Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA problem. by balrog · 17 years ago
  56. f0c757e audio/ossaudio.c for OpenBSD, by Todd T. Fries. by ths · 18 years ago
  57. f941aa2 Qemu support for S32 and U32 alsa output, by Vassili Karpov. by ths · 18 years ago
  58. e84a4fe mem leak fixes by bellard · 18 years ago
  59. e70332b use QEMUFile API by bellard · 18 years ago
  60. e2f909b swapped memset args (Charles Coffing) by bellard · 18 years ago
  61. 47dbd1f error display fix (malc) by bellard · 18 years ago
  62. a3c2599 audio capture fixes (malc) by bellard · 18 years ago
  63. ec36b69 audio capture to wab files (malc) by bellard · 18 years ago
  64. d929eba audio endianness API changes (malc) by bellard · 18 years ago
  65. 8ead62c audio fixes + initial audio capture support (malc) by bellard · 18 years ago
  66. 6c270db rate converter fix (malc) by bellard · 18 years ago
  67. 26a7646 C99 64 bit printf by bellard · 18 years ago
  68. e59c113 make the number of buffers settable (malc) by bellard · 19 years ago
  69. 32d448c added LF missing in logs (malc) by bellard · 19 years ago
  70. 571ec3d audio merge (malc) by bellard · 19 years ago
  71. 5e941d4 workaround for atexit - buffer size API change by bellard · 19 years ago
  72. 5090353 wav finalization fix (malc) by bellard · 19 years ago
  73. 4787c71 debug fix (malc) by bellard · 19 years ago
  74. 541e084 VM state change support (malc) by bellard · 19 years ago
  75. e7cad33 size_t fix (malc) by bellard · 19 years ago
  76. 575b5dc compile fix (malc) by bellard · 19 years ago
  77. b41cffb debug msg (malc) by bellard · 19 years ago
  78. c0fe382 audio merge (malc) by bellard · 19 years ago
  79. 1d14ffa merged 15a_aqemu.patch audio patch (malc) by bellard · 19 years ago
  80. 9529397 open OSS audio device as write only (malc) by bellard · 19 years ago
  81. 430116a debug fix by bellard · 19 years ago
  82. fe2cece audio fixes (malc) by bellard · 20 years ago
  83. 102a52e FMOD configure options (malc) by bellard · 20 years ago
  84. 9f059ec win32/SDL build fixes by bellard · 20 years ago
  85. 44a095a mmap audio fix (malc) by bellard · 20 years ago
  86. 7372f88 audio fixes (malc) by bellard · 20 years ago
  87. d738223 audio clean up (initial patch by malc) by bellard · 20 years ago
  88. fb06518 audio clean up (initial patch by malc) by bellard · 20 years ago
  89. 85571bc audio merge (malc) by bellard · 20 years ago