Age | Commit message (Expand) | Author |
2023-10-03 | audio: remove QEMU_AUDIO_* and -audio-help support | Paolo Bonzini |
2023-10-03 | audio: allow returning an error from the driver init | Paolo Bonzini |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2022-03-04 | sdlaudio: fix samples vs. frames mix-up | Volker Rümelin |
2022-03-04 | audio: restore mixing-engine playback buffer size | Volker Rümelin |
2022-03-04 | audio: replace open-coded buffer arithmetic | Volker Rümelin |
2021-01-15 | sdlaudio: enable (in|out).mixing-engine=off | Volker Rümelin |
2021-01-15 | sdlaudio: add recording functions | Volker Rümelin |
2021-01-15 | sdlaudio: replace legacy functions with modern ones | Volker Rümelin |
2021-01-15 | sdlaudio: fill remaining sample buffer with silence | Volker Rümelin |
2021-01-15 | sdlaudio: always clear the sample buffer | Volker Rümelin |
2021-01-15 | sdlaudio: don't start playback in init routine | Volker Rümelin |
2021-01-15 | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin |
2021-01-15 | audio: fix bit-rotted code | Volker Rümelin |
2021-01-15 | sdlaudio: remove leftover SDL1.2 code | Volker Rümelin |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán |
2019-09-23 | sdlaudio: 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 | sdlaudio: port to -audiodev config | Kővágó, Zoltán |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán |
2019-02-28 | audio/sdlaudio: Simplify the sdl_callback function | Thomas Huth |
2019-02-28 | audio/sdlaudio: Remove the semaphore code | Thomas Huth |
2018-03-12 | audio: add driver registry | Gerd Hoffmann |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2017-03-01 | audio/sdlaudio: Allow audio playback with SDL2 | Thomas Huth |
2016-02-02 | audio: Clean up includes | Peter Maydell |
2015-06-15 | sdlaudio: do not allow multiple instances | Kővágó, Zoltán |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond |
2011-04-03 | Fix trivial "endianness bugs" | Stefan Weil |
2010-08-07 | audio/sdl: return on error | malc |
2010-08-06 | audio/sdl: be more anal about errors | malc |
2010-04-22 | audio/sdlaudio: remove unused variable | Serge Ziryukin |
2010-01-17 | Revert "sdlaudio: make it suck less" | malc |
2009-09-30 | sdlaudio: make it suck less | malc |
2009-09-18 | audio: internal API change | malc |
2009-09-18 | sdlaudio: use correct function names in sdl_XXX calls | malc |
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-07-31 | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl |
2009-03-07 | Support for DragonFly BSD (Hasso Tepper) | blueswir1 |