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