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