Age | Commit message (Expand) | Author |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-15 | ossaudio: use trace events instead of debug config flag | Kővágó, Zoltán |
2015-06-15 | alsaaudio: use trace events instead of verbose | Kővágó, Zoltán |
2015-06-15 | dsoundaudio: remove primary buffer | Kővágó, Zoltán |
2015-06-15 | dsoundaudio: remove *_retries kludges | Kővágó, Zoltán |
2015-06-15 | audio: remove plive | Kővágó, Zoltán |
2015-06-15 | audio: remove LOG_TO_MONITOR along with default_mon | Kővágó, Zoltán |
2015-06-15 | sdlaudio: do not allow multiple instances | Kővágó, Zoltán |
2015-06-15 | coreaudio: do not use global variables where possible | Kővágó, Zoltán |
2015-06-15 | dsoundaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | paaudio: fix possible resource leak | Kővágó, Zoltán |
2015-06-15 | wavaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | ossaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | alsaaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | paaudio: do not use global variables | Kővágó, Zoltán |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán |
2015-06-15 | audio: remove winwave audio driver | Kővágó, Zoltán |
2015-06-15 | audio: remove fmod backend | Kővágó, Zoltán |
2015-06-15 | audio: remove esd backend | Kővágó, Zoltán |
2015-06-12 | oss: Remove unused error handling of qemu_set_fd_handler | Fam Zheng |
2015-06-12 | alsaaudio: Remove unused error handling of qemu_set_fd_handler | Fam Zheng |
2014-12-22 | audio: Don't free hw resources until after hw backend is stopped | Peter Maydell |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-05-26 | audio: replace fprintf(stderr, ...) with error_report() in audio | Le Tan |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2014-05-08 | build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax | Michael Tokarev |
2014-02-03 | Add the ability to vary Spice playback and record rates, to facilitate Opus s... | Jeremy White |
2013-12-09 | audio: adjust pulse to 100Hz wakeup rate | Gerd Hoffmann |
2013-12-09 | audio: Lower default wakeup rate to 100 times / second | Hans de Goede |
2013-11-07 | ossaudio: check for oss support in oss_audio_init | Gerd Hoffmann |
2013-11-07 | Revert "ossaudio: do not enable by default" | Gerd Hoffmann |
2013-11-05 | ossaudio: do not enable by default | Anthony Liguori |
2013-10-31 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-10-26 | audio/mixeng_template.h: fix inline declaration | Alex Bligh |
2013-10-23 | audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second | Hans de Goede |
2013-09-24 | audio: remove CONFIG_MIXEMU configure option | Bandan Das |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-06-21 | audio: Replace static functions in header file by macros, remove GCC_ATTR | Stefan Weil |
2013-05-26 | Remove OSS support for OpenBSD | Brad Smith |
2013-05-18 | remove some double-includes | Michael Tokarev |
2013-01-16 | audio: Replace non-portable asprintf in debug code by g_strdup_printf | Stefan Weil |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini |
2012-12-19 | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini |
2012-11-30 | Revert "audio/wavcapture: Clarify licensing" | Anthony Liguori |
2012-11-30 | Revert "audio/audio_pt_int: Clarify licensing" | Anthony Liguori |
2012-11-19 | audio/audio_pt_int: Clarify licensing | malc |