Age | Commit message (Expand) | Author | Files | Lines |
2019-04-02 | audio: fix audio timer rate conversion bug | Volker Rümelin | 2 | -1/+7 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -3/+3 |
2019-03-18 | audio/paaudio: fix microphone input being unusable | Martin Schrodt | 1 | -1/+7 |
2019-03-18 | audio/paaudio: prolong and make latency configurable | Martin Schrodt | 1 | -6/+6 |
2019-03-18 | audio/paaudio: fix ignored buffer_length setting | Martin Schrodt | 1 | -3/+21 |
2019-03-11 | audio: -audiodev command line option: cleanup | Kővágó, Zoltán | 2 | -199/+4 |
2019-03-11 | wavaudio: port to -audiodev config | Kővágó, Zoltán | 2 | -49/+25 |
2019-03-11 | spiceaudio: port to -audiodev config | Kővágó, Zoltán | 1 | -5/+0 |
2019-03-11 | sdlaudio: port to -audiodev config | Kővágó, Zoltán | 2 | -18/+16 |
2019-03-11 | paaudio: port to -audiodev config | Kővágó, Zoltán | 2 | -52/+67 |
2019-03-11 | ossaudio: port to -audiodev config | Kővágó, Zoltán | 2 | -110/+83 |
2019-03-11 | noaudio: port to -audiodev config | Kővágó, Zoltán | 1 | -1/+0 |
2019-03-11 | dsoundaudio: port to -audiodev config | Kővágó, Zoltán | 3 | -45/+63 |
2019-03-11 | coreaudio: port to -audiodev config | Kővágó, Zoltán | 2 | -38/+39 |
2019-03-11 | alsaaudio: port to -audiodev config | Kővágó, Zoltán | 2 | -234/+183 |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 15 | -379/+644 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 10 | -140/+147 |
2019-02-28 | audio/sdlaudio: Simplify the sdl_callback function | Thomas Huth | 1 | -26/+19 |
2019-02-28 | audio/sdlaudio: Remove the semaphore code | Thomas Huth | 1 | -140/+5 |
2019-02-28 | audio: Do not check for audio_calloc failure | Frediano Ziglio | 1 | -42/+6 |
2019-02-28 | audio: Use g_strdup_printf instead of manual building a string | Frediano Ziglio | 1 | -20/+5 |
2019-02-14 | wavcapture: Convert to error_report | Dr. David Alan Gilbert | 1 | -22/+17 |
2019-01-24 | audio: error message tweak | Gerd Hoffmann | 1 | -5/+7 |
2019-01-24 | audio: check for pulseaudio daemon pidfile | Gerd Hoffmann | 1 | -0/+15 |
2019-01-22 | audio: Remove AudioState from "qemu/typedefs.h" | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-12-12 | audio/alsaaudio: Remove compiler check around pragma | Thomas Huth | 1 | -2/+0 |
2018-11-12 | pulseaudio: process audio data in smaller chunks | Gerd Hoffmann | 1 | -2/+2 |
2018-07-03 | audio: add audio timer trace points | Gerd Hoffmann | 2 | -3/+30 |
2018-06-25 | audio: Convert use of atoi to qemu_strtoi | Nia Alarie | 1 | -2/+1 |
2018-03-12 | audio/sdl: build as module | Gerd Hoffmann | 1 | -3/+6 |
2018-03-12 | audio/pulseaudio: build as module | Gerd Hoffmann | 1 | -2/+5 |
2018-03-12 | audio/oss: build as module | Gerd Hoffmann | 1 | -2/+5 |
2018-03-12 | audio/alsa: build as module | Gerd Hoffmann | 1 | -2/+5 |
2018-03-12 | audio: add module loading support | Gerd Hoffmann | 1 | -0/+20 |
2018-03-12 | audio: add driver registry | Gerd Hoffmann | 11 | -44/+105 |
2018-03-05 | audio: rename CONFIG_* to CONFIG_AUDIO_* | Gerd Hoffmann | 2 | -7/+7 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 11 | -93/+85 |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake | 1 | -2/+2 |
2017-09-22 | buildsys: Move audio libs to per object | Fam Zheng | 1 | -0/+5 |
2017-09-22 | buildsys: Move sdl cflags/libs to per object | Fam Zheng | 1 | -0/+1 |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-17 | audio: st_rate_flow exist a infinite loop | Peng Hao | 1 | -0/+6 |
2017-05-04 | audio: fix WAVState leak | Marc-André Lureau | 1 | -0/+1 |
2017-05-04 | audio: release capture buffers | Gerd Hoffmann | 1 | -0/+2 |
2017-03-01 | audio/sdlaudio: Allow audio playback with SDL2 | Thomas Huth | 1 | -0/+48 |
2017-03-01 | audio: make audio poll timer deterministic | Pavel Dovgalyuk | 1 | -1/+1 |
2017-03-01 | replay: add record/replay for audio passthrough | Pavel Dovgalyuk | 3 | -2/+44 |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |