- 2f79a18 audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs by Peter Maydell · 9 years ago
- 2d99f62 audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available by Peter Maydell · 9 years ago
- 95a860f audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty by Peter Maydell · 9 years ago
- 624d1fc audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice by Peter Maydell · 9 years ago
- 88a0f83 audio/coreaudio.c: Factor out use of AudioHardwareGetProperty by Peter Maydell · 9 years ago
- 2828a30 ossaudio: fix memory leak by Gonglei · 10 years ago
- d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
- d95d7d8 ossaudio: use trace events instead of debug config flag by Kővágó, Zoltán · 10 years ago
- fbb7ef5 alsaaudio: use trace events instead of verbose by Kővágó, Zoltán · 10 years ago
- 6dd35fd dsoundaudio: remove primary buffer by Kővágó, Zoltán · 10 years ago
- 2762955 dsoundaudio: remove *_retries kludges by Kővágó, Zoltán · 10 years ago
- 73ad33e audio: remove plive by Kővágó, Zoltán · 10 years ago
- 06ac27f audio: remove LOG_TO_MONITOR along with default_mon by Kővágó, Zoltán · 10 years ago
- 81ebb07 sdlaudio: do not allow multiple instances by Kővágó, Zoltán · 10 years ago
- d1f52a1 coreaudio: do not use global variables where possible by Kővágó, Zoltán · 10 years ago
- 191e1f0 dsoundaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
- 49dd6d0 paaudio: fix possible resource leak by Kővágó, Zoltán · 10 years ago
- f2dcc6c wavaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
- 4045a85 ossaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
- 765b37d alsaaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
- 9a644c4 paaudio: do not use global variables by Kővágó, Zoltán · 10 years ago
- 5706db1 audio: expose drv_opaque to init_out and init_in by Kővágó, Zoltán · 10 years ago
- 3cec7cc audio: remove winwave audio driver by Kővágó, Zoltán · 10 years ago
- 1438260 audio: remove fmod backend by Kővágó, Zoltán · 10 years ago
- 0bac111 audio: remove esd backend by Kővágó, Zoltán · 10 years ago
- b027a53 oss: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
- be93f21 alsaaudio: Remove unused error handling of qemu_set_fd_handler by Fam Zheng · 10 years ago
- b28fb27 audio: Don't free hw resources until after hw backend is stopped by Peter Maydell · 10 years ago
- fb7da62 audio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
- 69e9950 audio: replace fprintf(stderr, ...) with error_report() in audio by Le Tan · 11 years ago
- 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
- 849d828 build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax by Michael Tokarev · 11 years ago
- 795ca11 Add the ability to vary Spice playback and record rates, to facilitate Opus support. by Jeremy White · 11 years ago
- 0e8ae61 audio: adjust pulse to 100Hz wakeup rate by Gerd Hoffmann · 11 years ago
- 40a814b audio: Lower default wakeup rate to 100 times / second by Hans de Goede · 11 years ago
- 73204cf ossaudio: check for oss support in oss_audio_init by Gerd Hoffmann · 11 years ago
- 926de75 Revert "ossaudio: do not enable by default" by Gerd Hoffmann · 11 years ago
- c905c50 ossaudio: do not enable by default by Anthony Liguori · 11 years ago
- ef5cfe5 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
- 203cea2 audio/mixeng_template.h: fix inline declaration by Alex Bligh · 11 years ago
- b4350de audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second by Hans de Goede · 11 years ago
- 19b0dfc audio: remove CONFIG_MIXEMU configure option by Bandan Das · 11 years ago
- bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
- 87e613e audio: Replace static functions in header file by macros, remove GCC_ATTR by Stefan Weil · 12 years ago
- 4f6ab39 Remove OSS support for OpenBSD by Brad Smith · 12 years ago
- 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
- 457b654 audio: Replace non-portable asprintf in debug code by g_strdup_printf by Stefan Weil · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
- 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
- 525877c build: move rules from Makefile to */Makefile.objs by Paolo Bonzini · 12 years ago
- 46ee77b Revert "audio/wavcapture: Clarify licensing" by Anthony Liguori · 12 years ago
- d76aa45 Revert "audio/audio_pt_int: Clarify licensing" by Anthony Liguori · 12 years ago
- 72bc6f1 audio/audio_pt_int: Clarify licensing by malc · 12 years ago
- 456a84d audio/wavcapture: Clarify licensing by malc · 12 years ago
- 93b6599 audio: Fix warning from static code analysis by Stefan Weil · 12 years ago
- 13ef70f audio/winwave: previous audio buffer should be flushed by munkyu.im · 12 years ago
- 8361710 audio: Unbreak capturing in mixemu case by malc · 12 years ago
- eb2aeac audio/winwave: Fix typo by malc · 13 years ago
- b0b68fc build: move audio/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
- aeb29b6 audio: Always call fini on exit by Jan Kiszka · 13 years ago
- a288538 audio: split IN_T into two separate constants by Roger Pau Monne · 13 years ago
- 8f473dd fix build with pulseaudio versions older than 0.9.11 by Gerd Hoffmann · 13 years ago
- d6c05bb fix paaudio.c warnings by Gerd Hoffmann · 13 years ago
- 6e7a7f3 Allow controlling volume with PulseAudio backend by Marc-André Lureau · 13 years ago
- ea9ebc2 Do not use pa_simple PulseAudio API by Marc-André Lureau · 13 years ago
- a70c99c audio/spice: add support for volume control by Marc-André Lureau · 13 years ago
- c01b245 audio: don't apply volume effect if backend has VOICE_VOLUME_CAP by Marc-André Lureau · 13 years ago
- 6c95ab9 audio: add VOICE_VOLUME ctl by Marc-André Lureau · 13 years ago
- b4bd0b1 audio: Add some fall through comments by Stefan Weil · 13 years ago
- e7d8100 Fix spelling in comments, documentation and messages by Stefan Weil · 13 years ago
- 15d4a72 fmodaudio: Remove unused variable 'bits16' (reported by cppcheck) by Stefan Weil · 13 years ago
- 7f67d89 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
- 27acf66 wavaudio: Use stdio instead of QEMUFile by Juan Quintela · 13 years ago
- b04df2a wavcapture: Use stdio instead of QEMUFile by Juan Quintela · 13 years ago
- 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 13 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
- 744d364 coreaudio: Fix OSStatus format specifier by Andreas Färber · 14 years ago
- cbc36cb coreaudio: Avoid formatting UInt32 type by Andreas Färber · 14 years ago
- d9cbb0f Fix compilation warning due to incorrectly specified type by Alexandre Raymond · 14 years ago
- 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
- 578c7b2 audio: fix integer overflow expression by Juha Riihim?ki · 14 years ago
- 4ff9786 Fix trivial "endianness bugs" by Stefan Weil · 14 years ago
- 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
- bf1064b pulseaudio: tweak config by Gerd Hoffmann · 14 years ago
- e6d16fa pulseaudio: setup buffer attrs by Gerd Hoffmann · 14 years ago
- 6315633 pulseaudio: process 1/4 buffer max at once by Gerd Hoffmann · 14 years ago
- 00e0767 audio: split sample conversion and volume mixing by Michael Walle · 14 years ago
- d66bddd alsaaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
- b6c9c94 ossaudio: add endianness support for VoiceIn by Michael Walle · 14 years ago
- 8a7d089 noaudio: correctly account acquired samples by Michael Walle · 14 years ago
- 85882c7 noaudio: fix return value for read() by Michael Walle · 14 years ago
- ab9de36 audio: Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
- 39deb1e audio: Only use audio timer when necessary by malc · 14 years ago
- cf2c183 add copyright to spiceaudio by Gerd Hoffmann · 14 years ago
- 3e31375 spice: add audio by Gerd Hoffmann · 14 years ago
- 38cc9b6 issue snd_pcm_start() when capturing audio by Jindrich Makovicka · 14 years ago
- 22d948a fix 100% CPU load when idle with ALSA by Jindrich Makovicka · 14 years ago