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