Age | Commit message (Expand) | Author | Files | Lines |
2023-03-06 | audio: make recording packet length calculation exact | Volker Rümelin | 1 | -0/+41 |
2023-03-06 | audio: make playback packet length calculation exact | Volker Rümelin | 1 | -0/+39 |
2023-03-06 | audio/mixeng: use g_new0() instead of audio_calloc() | Volker Rümelin | 1 | -6/+1 |
2022-03-18 | audio/mixeng: Do not declare unused variables | Akihiko Odaki | 1 | -4/+4 |
2020-05-26 | audio: Let audio_sample_to_uint64() use const samples argument | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-05-26 | audio/mixeng: fix clang 10+ warning | Volker Rümelin | 1 | -2/+3 |
2020-03-16 | audio: change mixing engine float range to [-1.f, 1.f] | Volker Rümelin | 1 | -2/+2 |
2020-03-16 | audio: consistency changes | Volker Rümelin | 1 | -1/+1 |
2020-03-16 | audio: change naming scheme of FLOAT_CONV macros | Volker Rümelin | 1 | -11/+11 |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 1 | -33/+55 |
2020-02-06 | coreaudio: fix coreaudio playback | Volker Rümelin | 1 | -0/+48 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 1 | -1/+1 |
2017-03-01 | replay: add record/replay for audio passthrough | Pavel Dovgalyuk | 1 | -0/+32 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 1 | -1/+1 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2013-09-24 | audio: remove CONFIG_MIXEMU configure option | Bandan Das | 1 | -6/+0 |
2012-05-18 | audio: split IN_T into two separate constants | Roger Pau Monne | 1 | -12/+24 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -1/+1 |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle | 1 | -0/+25 |
2010-03-11 | audio: fix comment | malc | 1 | -1/+1 |
2008-12-03 | Make audio violate POSIX less | malc | 1 | -3/+3 |
2008-06-23 | Make mixer emulation a configure option (Jan Kiszka) | malc | 1 | -2/+0 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -1/+2 |
2007-02-17 | Qemu support for S32 and U32 alsa output, by Vassili Karpov. | ths | 1 | -18/+77 |
2005-11-11 | size_t fix (malc) | bellard | 1 | -1/+1 |
2005-11-05 | audio merge (malc) | bellard | 1 | -3/+4 |
2005-10-30 | merged 15a_aqemu.patch audio patch (malc) | bellard | 1 | -105/+126 |
2004-11-07 | audio merge (malc) | bellard | 1 | -0/+255 |