| Commit message (Expand) | Author | Age | Files | Lines |
| * | audio: remove QEMU_AUDIO_* and -audio-help support | Paolo Bonzini | 2023-10-03 | 1 | -1/+0 |
| * | audio: allow returning an error from the driver init | Paolo Bonzini | 2023-10-03 | 1 | -1/+1 |
| * | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 1 | -2/+2 |
| * | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 1 | -1/+1 |
| * | dsoundaudio: reduce effective playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -13/+17 |
| * | dsoundaudio: fix crackling audio recordings | Volker Rümelin | 2022-01-13 | 1 | -4/+3 |
| * | audio: Don't use '%#' in format strings | Zhang Han | 2021-01-15 | 1 | -1/+1 |
| * | audio: Fix lines over 90 characters | Zhang Han | 2021-01-15 | 1 | -10/+27 |
| * | audio: Add spaces around operator/delete redundant spaces | Zhang Han | 2021-01-15 | 1 | -1/+1 |
| * | audio: Add braces for statements/fix braces' position | Zhang Han | 2021-01-15 | 1 | -6/+3 |
| * | dsoundaudio: rename dsound_open() | Volker Rümelin | 2021-01-15 | 1 | -2/+2 |
| * | dsoundaudio: replace GetForegroundWindow() | Volker Rümelin | 2021-01-15 | 1 | -1/+1 |
| * | dsoundaudio: dsound_get_buffer_in should honor *size | Volker Rümelin | 2020-04-06 | 1 | -1/+1 |
| * | dsoundaudio: fix "Could not lock capture buffer" warning | Volker Rümelin | 2020-04-06 | 1 | -0/+5 |
| * | dsoundaudio: fix never-ending playback loop | Volker Rümelin | 2020-04-06 | 1 | -1/+1 |
| * | audio/dsound: fix invalid parameters error | Kővágó, Zoltán | 2020-02-06 | 1 | -4/+23 |
| * | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 2019-10-18 | 1 | -2/+2 |
| * | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -30/+20 |
| * | dsoundaudio: port to the new audio backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -238/+67 |
| * | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -8/+9 |
| * | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -12/+0 |
| * | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 1 | -1/+1 |
| * | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+1 |
| * | dsoundaudio: port to -audiodev config | Kővágó, Zoltán | 2019-03-11 | 1 | -42/+17 |
| * | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+1 |
| * | audio: add driver registry | Gerd Hoffmann | 2018-03-12 | 1 | -1/+7 |
| * | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 2018-02-06 | 1 | -1/+1 |
| * | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
| * | dsoundaudio: remove primary buffer | Kővágó, Zoltán | 2015-06-15 | 1 | -104/+0 |
| * | dsoundaudio: remove *_retries kludges | Kővágó, Zoltán | 2015-06-15 | 1 | -55/+13 |
| * | dsoundaudio: do not use global variables | Kővágó, Zoltán | 2015-06-15 | 1 | -43/+63 |
| * | audio: split sample conversion and volume mixing | Michael Walle | 2011-01-12 | 1 | -2/+2 |
| * | Windows Waveform Audio driver (no ADC support yet) | malc | 2009-10-10 | 1 | -95/+2 |
| * | audio: internal API change | malc | 2009-09-18 | 1 | -4/+2 |
| * | Fix dsound typos | Consul | 2009-08-26 | 1 | -3/+3 |
| * | Aesthetics | malc | 2009-08-11 | 1 | -40/+60 |
| * | use C99 initializers for all audio/* | Juan Quintela | 2009-08-11 | 1 | -12/+10 |
| * | use C99 initializers for audio_pcm_ops | Juan Quintela | 2009-08-11 | 1 | -11/+11 |
| * | Use C99 initializers for audio_option | Juan Quintela | 2009-08-11 | 1 | -21/+41 |
| * | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 2009-08-11 | 1 | -12/+11 |
| * | Remove redundant #define | Consul | 2009-05-01 | 1 | -1/+0 |
| * | Make audio violate POSIX less | malc | 2008-12-03 | 1 | -6/+8 |
| * | Prepare for changing audio_pcm_ops dynamically (partially revert r5422) | blueswir1 | 2008-10-06 | 1 | -1/+1 |
| * | Make audio_pcm_opsstatic const | blueswir1 | 2008-10-05 | 1 | -1/+1 |
| * | pthreads-based audio and miscellaneous audio clean-up (malc). | balrog | 2008-01-14 | 1 | -8/+12 |
| * | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. | ths | 2007-12-17 | 1 | -0/+2 |
| * | Remove stray uses of vl.h. | pbrook | 2007-11-17 | 1 | -1/+2 |
| * | audio fixes + initial audio capture support (malc) | bellard | 2006-07-04 | 1 | -2/+6 |
| * | audio merge (malc) | bellard | 2005-11-05 | 1 | -66/+60 |
| * | merged 15a_aqemu.patch audio patch (malc) | bellard | 2005-10-30 | 1 | -0/+1082 |