summaryrefslogtreecommitdiffstats
path: root/audio/mixeng.c
Commit message (Expand)AuthorAgeFilesLines
* audio/mixeng: Do not declare unused variablesAkihiko Odaki2022-03-181-4/+4
* audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2020-05-261-2/+2
* audio/mixeng: fix clang 10+ warningVolker Rümelin2020-05-261-2/+3
* audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2020-03-161-2/+2
* audio: consistency changesVolker Rümelin2020-03-161-1/+1
* audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin2020-03-161-11/+11
* audio: proper support for float samples in mixengKővágó, Zoltán2020-02-061-33/+55
* coreaudio: fix coreaudio playbackVolker Rümelin2020-02-061-0/+48
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* audio: Replace AUDIO_FUNC with __func__Alistair Francis2018-02-061-1/+1
* replay: add record/replay for audio passthroughPavel Dovgalyuk2017-03-011-0/+32
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* audio: remove CONFIG_MIXEMU configure optionBandan Das2013-09-241-6/+0Star
* audio: split IN_T into two separate constantsRoger Pau Monne2012-05-181-12/+24
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-1/+1
* audio: split sample conversion and volume mixingMichael Walle2011-01-121-0/+25
* audio: fix commentmalc2010-03-111-1/+1
* Make audio violate POSIX lessmalc2008-12-031-3/+3
* Make mixer emulation a configure option (Jan Kiszka)malc2008-06-231-2/+0Star
* Break up vl.h.pbrook2007-11-171-1/+2
* Qemu support for S32 and U32 alsa output, by Vassili Karpov.ths2007-02-171-18/+77
* size_t fix (malc)bellard2005-11-111-1/+1
* audio merge (malc)bellard2005-11-051-3/+4
* merged 15a_aqemu.patch audio patch (malc)bellard2005-10-301-105/+126
* audio merge (malc)bellard2004-11-071-0/+255