Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 1 | -0/+9 |
2020-01-31 | paaudio: remove unused variables | Volker Rümelin | 1 | -4/+2 |
2020-01-06 | paaudio: wait until the recording stream is ready | Volker Rümelin | 1 | -0/+5 |
2020-01-06 | paaudio: try to drain the recording stream | Volker Rümelin | 1 | -16/+25 |
2020-01-06 | paaudio: drop recording stream in qpa_fini_in | Volker Rümelin | 1 | -4/+18 |
2019-10-26 | audio: fix missing break | Paolo Bonzini | 1 | -0/+1 |
2019-10-18 | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán | 1 | -5/+45 |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán | 1 | -8/+12 |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán | 1 | -0/+83 |
2019-10-18 | audio: paaudio: ability to specify stream name | Kővágó, Zoltán | 1 | -2/+2 |
2019-10-18 | audio: paaudio: fix connection and stream name | Kővágó, Zoltán | 1 | -3/+6 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 1 | -83/+56 |
2019-09-23 | paaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -327/+45 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 1 | -22/+22 |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán | 1 | -12/+0 |
2019-08-21 | paaudio: fix playback glitches | Kővágó, Zoltán | 1 | -4/+2 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 1 | -6/+6 |
2019-08-21 | paaudio: properly disconnect streams in fini_* | Kővágó, Zoltán | 1 | -2/+23 |
2019-08-21 | paaudio: do not move stream when sink/source name is specified | Kővágó, Zoltán | 1 | -0/+5 |
2019-08-21 | paaudio: prepare for multiple audiodev | Kővágó, Zoltán | 1 | -136/+183 |
2019-07-03 | fix microphone lag with PA | Martin Schrodt | 1 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+2 |
2019-03-18 | audio/paaudio: fix microphone input being unusable | Martin Schrodt | 1 | -1/+7 |
2019-03-18 | audio/paaudio: prolong and make latency configurable | Martin Schrodt | 1 | -6/+6 |
2019-03-18 | audio/paaudio: fix ignored buffer_length setting | Martin Schrodt | 1 | -3/+21 |
2019-03-11 | paaudio: port to -audiodev config | Kővágó, Zoltán | 1 | -52/+29 |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 1 | -1/+1 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -14/+14 |
2019-01-24 | audio: check for pulseaudio daemon pidfile | Gerd Hoffmann | 1 | -0/+15 |
2018-11-12 | pulseaudio: process audio data in smaller chunks | Gerd Hoffmann | 1 | -2/+2 |
2018-03-12 | audio: add driver registry | Gerd Hoffmann | 1 | -1/+7 |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 1 | -28/+28 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 1 | -2/+2 |
2016-06-03 | audio: pa: Set volume of recording stream instead of recording device | Peter Krempa | 1 | -6/+5 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-06-15 | paaudio: fix possible resource leak | Kővágó, Zoltán | 1 | -1/+5 |
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 | 1 | -2/+3 |
2013-12-09 | audio: adjust pulse to 100Hz wakeup rate | Gerd Hoffmann | 1 | -4/+4 |
2012-05-04 | fix build with pulseaudio versions older than 0.9.11 | Gerd Hoffmann | 1 | -1/+29 |
2012-04-25 | fix paaudio.c warnings | Gerd Hoffmann | 1 | -2/+1 |
2012-04-17 | Allow controlling volume with PulseAudio backend | Marc-André Lureau | 1 | -5/+94 |
2012-04-17 | Do not use pa_simple PulseAudio API | Marc-André Lureau | 1 | -38/+339 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -4/+4 |
2011-01-25 | pulseaudio: tweak config | Gerd Hoffmann | 1 | -9/+1 |
2011-01-25 | pulseaudio: setup buffer attrs | Gerd Hoffmann | 1 | -1/+11 |
2011-01-25 | pulseaudio: process 1/4 buffer max at once | Gerd Hoffmann | 1 | -13/+9 |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle | 1 | -1/+1 |
2010-09-29 | pulse-audio: fix bug on updating rpos | Wu Fengguang | 1 | -1/+1 |
2009-10-13 | qemu: allow pulseaudio to be the default | Michael S. Tsirkin | 1 | -1/+1 |