Age | Commit message (Expand) | Author | Files | Lines |
2020-01-31 | audio/oss: fix buffer pos calculation | Gerd Hoffmann | 1 | -1/+1 |
2020-01-24 | audio/audio: Add missing fall through comment | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-01-06 | audio: fix integer overflow | Volker Rümelin | 1 | -1/+1 |
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-11-20 | audio: fix audio recording | Volker Rümelin | 1 | -0/+1 |
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: basic support for multichannel audio | Kővágó, Zoltán | 2 | -8/+1 |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 10 | -65/+66 |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán | 5 | -24/+54 |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán | 1 | -0/+83 |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán | 2 | -14/+80 |
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-10-18 | audio: fix parameter dereference before NULL check | Kővágó, Zoltán | 1 | -2/+5 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 12 | -321/+223 |
2019-09-23 | audio: common rate control code for timer based outputs | Kővágó, Zoltán | 5 | -81/+79 |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán | 4 | -76/+80 |
2019-09-23 | audio: remove remains of the old backend api | Kővágó, Zoltán | 2 | -43/+6 |
2019-09-23 | wavaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -45/+9 |
2019-09-23 | spiceaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -74/+42 |
2019-09-23 | sdlaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -45/+42 |
2019-09-23 | paaudio: port to the new audio backend api | Kővágó, Zoltán | 4 | -523/+45 |
2019-09-23 | ossaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -176/+96 |
2019-09-23 | noaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -26/+17 |
2019-09-23 | dsoundaudio: port to the new audio backend api | Kővágó, Zoltán | 2 | -261/+91 |
2019-09-23 | coreaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -61/+69 |
2019-09-23 | alsaaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -222/+80 |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán | 3 | -9/+251 |
2019-08-28 | audio: omitting audiodev= parameter is only deprecated | Kővágó, Zoltán | 1 | -4/+4 |
2019-08-28 | audio: fix invalid malloc size in audio_create_pdos | Kővágó, Zoltán | 1 | -1/+1 |
2019-08-21 | audio: fix memory leak reported by ASAN | Kővágó, Zoltán | 1 | -0/+6 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 15 | -205/+204 |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán | 11 | -106/+4 |
2019-08-21 | paaudio: fix playback glitches | Kővágó, Zoltán | 1 | -4/+2 |
2019-08-21 | audio: do not run each backend in audio_run | Kővágó, Zoltán | 4 | -18/+17 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 11 | -56/+39 |
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 | audio: audiodev= parameters no longer optional when -audiodev present | Kővágó, Zoltán | 1 | -9/+15 |
2019-08-21 | paaudio: prepare for multiple audiodev | Kővágó, Zoltán | 1 | -136/+183 |
2019-08-21 | audio: add audiodev properties to frontends | Kővágó, Zoltán | 1 | -0/+4 |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán | 5 | -31/+93 |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán | 3 | -56/+57 |
2019-08-21 | audio: Add missing fall through comments | Stefan Weil | 1 | -0/+2 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 3 | -3/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |