summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2019-04-02audio: fix audio timer rate conversion bugVolker Rümelin2-1/+7
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-18audio/paaudio: fix microphone input being unusableMartin Schrodt1-1/+7
2019-03-18audio/paaudio: prolong and make latency configurableMartin Schrodt1-6/+6
2019-03-18audio/paaudio: fix ignored buffer_length settingMartin Schrodt1-3/+21
2019-03-11audio: -audiodev command line option: cleanupKővágó, Zoltán2-199/+4
2019-03-11wavaudio: port to -audiodev configKővágó, Zoltán2-49/+25
2019-03-11spiceaudio: port to -audiodev configKővágó, Zoltán1-5/+0
2019-03-11sdlaudio: port to -audiodev configKővágó, Zoltán2-18/+16
2019-03-11paaudio: port to -audiodev configKővágó, Zoltán2-52/+67
2019-03-11ossaudio: port to -audiodev configKővágó, Zoltán2-110/+83
2019-03-11noaudio: port to -audiodev configKővágó, Zoltán1-1/+0
2019-03-11dsoundaudio: port to -audiodev configKővágó, Zoltán3-45/+63
2019-03-11coreaudio: port to -audiodev configKővágó, Zoltán2-38/+39
2019-03-11alsaaudio: port to -audiodev configKővágó, Zoltán2-234/+183
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán15-379/+644
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán10-140/+147
2019-02-28audio/sdlaudio: Simplify the sdl_callback functionThomas Huth1-26/+19
2019-02-28audio/sdlaudio: Remove the semaphore codeThomas Huth1-140/+5
2019-02-28audio: Do not check for audio_calloc failureFrediano Ziglio1-42/+6
2019-02-28audio: Use g_strdup_printf instead of manual building a stringFrediano Ziglio1-20/+5
2019-02-14wavcapture: Convert to error_reportDr. David Alan Gilbert1-22/+17
2019-01-24audio: error message tweakGerd Hoffmann1-5/+7
2019-01-24audio: check for pulseaudio daemon pidfileGerd Hoffmann1-0/+15
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2018-12-12audio/alsaaudio: Remove compiler check around pragmaThomas Huth1-2/+0
2018-11-12pulseaudio: process audio data in smaller chunksGerd Hoffmann1-2/+2
2018-07-03audio: add audio timer trace pointsGerd Hoffmann2-3/+30
2018-06-25audio: Convert use of atoi to qemu_strtoiNia Alarie1-2/+1
2018-03-12audio/sdl: build as moduleGerd Hoffmann1-3/+6
2018-03-12audio/pulseaudio: build as moduleGerd Hoffmann1-2/+5
2018-03-12audio/oss: build as moduleGerd Hoffmann1-2/+5
2018-03-12audio/alsa: build as moduleGerd Hoffmann1-2/+5
2018-03-12audio: add module loading supportGerd Hoffmann1-0/+20
2018-03-12audio: add driver registryGerd Hoffmann11-44/+105
2018-03-05audio: rename CONFIG_* to CONFIG_AUDIO_*Gerd Hoffmann2-7/+7
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis11-93/+85
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-2/+2
2017-09-22buildsys: Move audio libs to per objectFam Zheng1-0/+5
2017-09-22buildsys: Move sdl cflags/libs to per objectFam Zheng1-0/+1
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-2/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-17audio: st_rate_flow exist a infinite loopPeng Hao1-0/+6
2017-05-04audio: fix WAVState leakMarc-André Lureau1-0/+1
2017-05-04audio: release capture buffersGerd Hoffmann1-0/+2
2017-03-01audio/sdlaudio: Allow audio playback with SDL2Thomas Huth1-0/+48
2017-03-01audio: make audio poll timer deterministicPavel Dovgalyuk1-1/+1
2017-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk3-2/+44
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1