Age | Commit message (Expand) | Author |
2019-08-21 | audio: fix memory leak reported by ASAN | Kővágó, Zoltán |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán |
2019-08-21 | audio: do not run each backend in audio_run | Kővágó, Zoltán |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán |
2019-08-21 | audio: audiodev= parameters no longer optional when -audiodev present | Kővágó, Zoltán |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán |
2019-08-21 | audio: Add missing fall through comments | Stefan Weil |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-04-02 | audio: fix audio timer rate conversion bug | Volker Rümelin |
2019-03-11 | audio: -audiodev command line option: cleanup | Kővágó, Zoltán |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán |
2019-02-28 | audio: Do not check for audio_calloc failure | Frediano Ziglio |
2019-02-28 | audio: Use g_strdup_printf instead of manual building a string | Frediano Ziglio |
2019-01-24 | audio: error message tweak | Gerd Hoffmann |
2018-07-03 | audio: add audio timer trace points | Gerd Hoffmann |
2018-06-25 | audio: Convert use of atoi to qemu_strtoi | Nia Alarie |
2018-03-12 | audio: add module loading support | Gerd Hoffmann |
2018-03-12 | audio: add driver registry | Gerd Hoffmann |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2017-05-04 | audio: release capture buffers | Gerd Hoffmann |
2017-03-01 | audio: make audio poll timer deterministic | Pavel Dovgalyuk |
2017-03-01 | replay: add record/replay for audio passthrough | Pavel Dovgalyuk |
2016-08-08 | audio: clean up before monitor clean up | Marc-André Lureau |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-02-02 | audio: Clean up includes | Peter Maydell |
2016-01-13 | audio: Clean up inappropriate and unreachable use of hw_error() | Markus Armbruster |
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 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2013-12-09 | audio: Lower default wakeup rate to 100 times / second | Hans de Goede |
2013-10-23 | audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second | Hans de Goede |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
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-07-16 | audio: Unbreak capturing in mixemu case | malc |
2012-05-24 | audio: Always call fini on exit | Jan Kiszka |
2012-04-17 | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau |
2012-04-17 | audio: add VOICE_VOLUME ctl | Marc-André Lureau |
2012-02-25 | audio: Add some fall through comments | Stefan Weil |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil |