| Commit message (Expand) | Author | Age | Files | Lines |
* | audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs | Peter Maydell | 2019-11-29 | 1 | -9/+15 |
* | audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available | Peter Maydell | 2019-11-29 | 1 | -1/+106 |
* | audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty | Peter Maydell | 2019-11-29 | 1 | -47/+94 |
* | audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice | Peter Maydell | 2019-11-29 | 1 | -0/+27 |
* | audio/coreaudio.c: Factor out use of AudioHardwareGetProperty | Peter Maydell | 2019-11-29 | 1 | -6/+11 |
* | ossaudio: fix memory leak | Gonglei | 2015-07-08 | 1 | -0/+1 |
* | qerror: Move #include out of qerror.h | Markus Armbruster | 2015-06-22 | 2 | -0/+2 |
* | ossaudio: use trace events instead of debug config flag | Kővágó, Zoltán | 2015-06-15 | 1 | -21/+4 |
* | alsaaudio: use trace events instead of verbose | Kővágó, Zoltán | 2015-06-15 | 1 | -46/+14 |
* | dsoundaudio: remove primary buffer | Kővágó, Zoltán | 2015-06-15 | 1 | -104/+0 |
* | dsoundaudio: remove *_retries kludges | Kővágó, Zoltán | 2015-06-15 | 2 | -83/+20 |
* | audio: remove plive | Kővágó, Zoltán | 2015-06-15 | 2 | -53/+0 |
* | audio: remove LOG_TO_MONITOR along with default_mon | Kővágó, Zoltán | 2015-06-15 | 1 | -20/+3 |
* | sdlaudio: do not allow multiple instances | Kővágó, Zoltán | 2015-06-15 | 1 | -0/+7 |
* | coreaudio: do not use global variables where possible | Kővágó, Zoltán | 2015-06-15 | 1 | -19/+24 |
* | dsoundaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 2 | -50/+74 |
* | paaudio: fix possible resource leak | Kővágó, Zoltán | 2015-06-15 | 1 | -1/+5 |
* | wavaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -16/+21 |
* | ossaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -49/+61 |
* | alsaaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -68/+82 |
* | paaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -46/+52 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 11 | -20/+27 |
* | audio: remove winwave audio driver | Kővágó, Zoltán | 2015-06-15 | 3 | -719/+0 |
* | audio: remove fmod backend | Kővágó, Zoltán | 2015-06-15 | 3 | -688/+0 |
* | audio: remove esd backend | Kővágó, Zoltán | 2015-06-15 | 3 | -559/+0 |
* | oss: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 2015-06-12 | 1 | -6/+8 |
* | alsaaudio: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 2015-06-12 | 1 | -14/+2 |
* | audio: Don't free hw resources until after hw backend is stopped | Peter Maydell | 2014-12-22 | 1 | -1/+1 |
* | audio: Drop superfluous conditionals around g_free() | Markus Armbruster | 2014-06-13 | 3 | -23/+10 |
* | audio: replace fprintf(stderr, ...) with error_report() in audio | Le Tan | 2014-05-26 | 2 | -3/+2 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+1 |
* | build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax | Michael Tokarev | 2014-05-08 | 1 | -1/+1 |
* | Add the ability to vary Spice playback and record rates, to facilitate Opus s... | Jeremy White | 2014-02-03 | 1 | -2/+25 |
* | audio: adjust pulse to 100Hz wakeup rate | Gerd Hoffmann | 2013-12-09 | 1 | -4/+4 |
* | audio: Lower default wakeup rate to 100 times / second | Hans de Goede | 2013-12-09 | 1 | -1/+1 |
* | ossaudio: check for oss support in oss_audio_init | Gerd Hoffmann | 2013-11-07 | 1 | -0/+4 |
* | Revert "ossaudio: do not enable by default" | Gerd Hoffmann | 2013-11-07 | 1 | -1/+1 |
* | ossaudio: do not enable by default | Anthony Liguori | 2013-11-05 | 1 | -1/+1 |
* | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 2013-10-31 | 1 | -2/+2 |
|\ |
|
| * | audio/mixeng_template.h: fix inline declaration | Alex Bligh | 2013-10-26 | 1 | -2/+2 |
* | | audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second | Hans de Goede | 2013-10-23 | 1 | -1/+2 |
|/ |
|
* | audio: remove CONFIG_MIXEMU configure option | Bandan Das | 2013-09-24 | 1 | -6/+0 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 4 | -8/+8 |
* | audio: Replace static functions in header file by macros, remove GCC_ATTR | Stefan Weil | 2013-06-21 | 1 | -28/+3 |
* | Remove OSS support for OpenBSD | Brad Smith | 2013-05-26 | 1 | -4/+0 |
* | remove some double-includes | Michael Tokarev | 2013-05-18 | 1 | -1/+0 |
* | audio: Replace non-portable asprintf in debug code by g_strdup_printf | Stefan Weil | 2013-01-16 | 1 | -2/+3 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 2 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 7 | -8/+8 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 2 | -2/+2 |