aboutsummaryrefslogtreecommitdiff
path: root/audio/mixeng.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06audio: make recording packet length calculation exactVolker Rümelin1-0/+41
2023-03-06audio: make playback packet length calculation exactVolker Rümelin1-0/+39
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin1-6/+1
2022-03-18audio/mixeng: Do not declare unused variablesAkihiko Odaki1-4/+4
2020-05-26audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé1-2/+2
2020-05-26audio/mixeng: fix clang 10+ warningVolker Rümelin1-2/+3
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin1-2/+2
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán1-33/+55
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin1-0/+48
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-1/+1
2017-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk1-0/+32
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2013-09-24audio: remove CONFIG_MIXEMU configure optionBandan Das1-6/+0
2012-05-18audio: split IN_T into two separate constantsRoger Pau Monne1-12/+24
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-0/+25
2010-03-11audio: fix commentmalc1-1/+1
2008-12-03Make audio violate POSIX lessmalc1-3/+3
2008-06-23Make mixer emulation a configure option (Jan Kiszka)malc1-2/+0
2007-11-17Break up vl.h.pbrook1-1/+2
2007-02-17Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths1-18/+77
2005-11-11size_t fix (malc)bellard1-1/+1
2005-11-05audio merge (malc)bellard1-3/+4
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-105/+126
2004-11-07audio merge (malc)bellard1-0/+255