| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 1 | -1/+1 |
* | sdlaudio: fix samples vs. frames mix-up | Volker Rümelin | 2022-03-04 | 1 | -5/+2 |
* | audio: restore mixing-engine playback buffer size | Volker Rümelin | 2022-03-04 | 1 | -0/+3 |
* | audio: replace open-coded buffer arithmetic | Volker Rümelin | 2022-03-04 | 1 | -6/+5 |
* | sdlaudio: enable (in|out).mixing-engine=off | Volker Rümelin | 2021-01-15 | 1 | -2/+2 |
* | sdlaudio: add recording functions | Volker Rümelin | 2021-01-15 | 1 | -3/+139 |
* | sdlaudio: replace legacy functions with modern ones | Volker Rümelin | 2021-01-15 | 1 | -57/+50 |
* | sdlaudio: fill remaining sample buffer with silence | Volker Rümelin | 2021-01-15 | 1 | -1/+2 |
* | sdlaudio: always clear the sample buffer | Volker Rümelin | 2021-01-15 | 1 | -17/+16 |
* | sdlaudio: don't start playback in init routine | Volker Rümelin | 2021-01-15 | 1 | -1/+0 |
* | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin | 2021-01-15 | 1 | -2/+9 |
* | audio: fix bit-rotted code | Volker Rümelin | 2021-01-15 | 1 | -1/+1 |
* | sdlaudio: remove leftover SDL1.2 code | Volker Rümelin | 2021-01-15 | 1 | -17/+13 |
* | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 2020-02-06 | 1 | -0/+28 |
* | audio: fix bug 1858488 | Volker Rümelin | 2020-01-31 | 1 | -2/+5 |
* | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 2019-09-23 | 1 | -14/+3 |
* | sdlaudio: port to the new audio backend api | Kővágó, Zoltán | 2019-09-23 | 1 | -45/+42 |
* | audio: use size_t where makes sense | Kővágó, Zoltán | 2019-08-21 | 1 | -10/+10 |
* | audio: remove read and write pcm_ops | Kővágó, Zoltán | 2019-08-21 | 1 | -6/+0 |
* | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 1 | -3/+3 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+2 |
* | sdlaudio: port to -audiodev config | Kővágó, Zoltán | 2019-03-11 | 1 | -18/+4 |
* | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 2019-03-11 | 1 | -1/+1 |
* | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 2019-03-11 | 1 | -13/+13 |
* | audio/sdlaudio: Simplify the sdl_callback function | Thomas Huth | 2019-02-28 | 1 | -26/+19 |
* | audio/sdlaudio: Remove the semaphore code | Thomas Huth | 2019-02-28 | 1 | -140/+5 |
* | 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/sdlaudio: Allow audio playback with SDL2 | Thomas Huth | 2017-03-01 | 1 | -0/+48 |
* | audio: Clean up includes | Peter Maydell | 2016-02-02 | 1 | -0/+1 |
* | sdlaudio: do not allow multiple instances | Kővágó, Zoltán | 2015-06-15 | 1 | -0/+7 |
* | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 2015-06-15 | 1 | -1/+2 |
* | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 2011-06-08 | 1 | -1/+0 |
* | Fix trivial "endianness bugs" | Stefan Weil | 2011-04-03 | 1 | -10/+10 |
* | audio/sdl: return on error | malc | 2010-08-07 | 1 | -0/+1 |
* | audio/sdl: be more anal about errors | malc | 2010-08-06 | 1 | -3/+18 |
* | audio/sdlaudio: remove unused variable | Serge Ziryukin | 2010-04-22 | 1 | -9/+2 |
* | Revert "sdlaudio: make it suck less" | malc | 2010-01-16 | 1 | -30/+50 |
* | sdlaudio: make it suck less | malc | 2009-09-30 | 1 | -50/+30 |
* | audio: internal API change | malc | 2009-09-18 | 1 | -4/+2 |
* | sdlaudio: use correct function names in sdl_XXX calls | malc | 2009-09-18 | 1 | -3/+3 |
* | Aesthetics | malc | 2009-08-11 | 1 | -4/+6 |
* | use C99 initializers for all audio/* | Juan Quintela | 2009-08-11 | 1 | -1/+1 |
* | use C99 initializers for audio_pcm_ops | Juan Quintela | 2009-08-11 | 1 | -11/+5 |
* | Use C99 initializers for audio_option | Juan Quintela | 2009-08-11 | 1 | -3/+5 |
* | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 2009-08-11 | 1 | -11/+11 |
* | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl | 2009-07-31 | 1 | -1/+1 |
* | Support for DragonFly BSD (Hasso Tepper) | blueswir1 | 2009-03-07 | 1 | -1/+1 |
* | Make audio violate POSIX less | malc | 2008-12-03 | 1 | -3/+3 |
* | Fix undeclared symbol warnings from sparse | blueswir1 | 2008-10-26 | 1 | -1/+1 |