aboutsummaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)Author
2020-05-26audio: fix wavcapture segfaultBruce Rogers
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin
2020-01-31audio: fix bug 1858488Volker Rümelin
2020-01-31audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin
2020-01-31audio: fix audio_generic_readVolker Rümelin
2020-01-31audio: fix audio_generic_writeVolker Rümelin
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé
2020-01-06audio: fix integer overflowVolker Rümelin
2019-11-20audio: fix audio recordingVolker Rümelin
2019-10-18audio: basic support for multichannel audioKővágó, Zoltán
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán
2019-10-18audio: make mixeng optionalKővágó, Zoltán
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23audio: common rate control code for timer based outputsKővágó, Zoltán
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán
2019-09-23audio: remove remains of the old backend apiKővágó, Zoltán
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán
2019-08-28audio: omitting audiodev= parameter is only deprecatedKővágó, Zoltán
2019-08-28audio: fix invalid malloc size in audio_create_pdosKővágó, Zoltán
2019-08-21audio: fix memory leak reported by ASANKővágó, Zoltán
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán
2019-08-21audio: do not run each backend in audio_runKővágó, Zoltán
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-08-21audio: audiodev= parameters no longer optional when -audiodev presentKővágó, Zoltán
2019-08-21audio: basic support for multi backend audioKővágó, Zoltán
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán
2019-08-21audio: Add missing fall through commentsStefan Weil
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-04-02audio: fix audio timer rate conversion bugVolker Rümelin
2019-03-11audio: -audiodev command line option: cleanupKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-02-28audio: Do not check for audio_calloc failureFrediano Ziglio
2019-02-28audio: Use g_strdup_printf instead of manual building a stringFrediano Ziglio
2019-01-24audio: error message tweakGerd Hoffmann
2018-07-03audio: add audio timer trace pointsGerd Hoffmann
2018-06-25audio: Convert use of atoi to qemu_strtoiNia Alarie
2018-03-12audio: add module loading supportGerd Hoffmann
2018-03-12audio: add driver registryGerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2017-05-04audio: release capture buffersGerd Hoffmann