Age | Commit message (Expand) | Author |
2021-06-17 | audio: move code to audio/audio.c | Volker Rümelin |
2021-06-17 | paaudio: remove unused stream flags | Volker Rümelin |
2021-01-15 | audio: Suspect code indent for conditional statements | Zhang Han |
2021-01-15 | paaudio: send recorded data in smaller chunks | Volker Rümelin |
2021-01-15 | paaudio: limit minreq to 75% of audio timer_rate | Volker Rümelin |
2021-01-15 | paaudio: comment bugs in functions qpa_init_* | Volker Rümelin |
2021-01-15 | paaudio: remove unneeded code | Volker Rümelin |
2021-01-15 | paaudio: wait until the playback stream is ready | Volker Rümelin |
2021-01-15 | paaudio: wait for PA_STREAM_READY in qpa_write() | Volker Rümelin |
2021-01-15 | paaudio: avoid to clip samples multiple times | Volker Rümelin |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán |
2020-01-31 | paaudio: remove unused variables | Volker Rümelin |
2020-01-06 | paaudio: wait until the recording stream is ready | Volker Rümelin |
2020-01-06 | paaudio: try to drain the recording stream | Volker Rümelin |
2020-01-06 | paaudio: drop recording stream in qpa_fini_in | Volker Rümelin |
2019-10-26 | audio: fix missing break | Paolo Bonzini |
2019-10-18 | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán |
2019-10-18 | audio: paaudio: ability to specify stream name | Kővágó, Zoltán |
2019-10-18 | audio: paaudio: fix connection and stream name | Kővágó, Zoltán |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán |
2019-09-23 | paaudio: port to the new audio backend api | 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 | paaudio: fix playback glitches | Kővágó, Zoltán |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán |
2019-08-21 | paaudio: properly disconnect streams in fini_* | Kővágó, Zoltán |
2019-08-21 | paaudio: do not move stream when sink/source name is specified | Kővágó, Zoltán |
2019-08-21 | paaudio: prepare for multiple audiodev | Kővágó, Zoltán |
2019-07-03 | fix microphone lag with PA | Martin Schrodt |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-18 | audio/paaudio: fix microphone input being unusable | Martin Schrodt |
2019-03-18 | audio/paaudio: prolong and make latency configurable | Martin Schrodt |
2019-03-18 | audio/paaudio: fix ignored buffer_length setting | Martin Schrodt |
2019-03-11 | paaudio: port to -audiodev config | 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-01-24 | audio: check for pulseaudio daemon pidfile | Gerd Hoffmann |
2018-11-12 | pulseaudio: process audio data in smaller chunks | Gerd Hoffmann |
2018-03-12 | audio: add driver registry | Gerd Hoffmann |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2016-06-03 | audio: pa: Set volume of recording stream instead of recording device | Peter Krempa |
2016-02-02 | audio: Clean up includes | Peter Maydell |
2015-06-15 | paaudio: fix possible resource leak | 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 |
2013-12-09 | audio: adjust pulse to 100Hz wakeup rate | Gerd Hoffmann |
2012-05-04 | fix build with pulseaudio versions older than 0.9.11 | Gerd Hoffmann |