Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 1 | -0/+28 |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin | 1 | -2/+5 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 1 | -14/+3 |
2019-09-23 | sdlaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -45/+42 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 1 | -10/+10 |
2019-08-21 | audio: remove read and write pcm_ops | Kővágó, Zoltán | 1 | -6/+0 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 1 | -3/+3 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -1/+2 |
2019-03-11 | sdlaudio: port to -audiodev config | Kővágó, Zoltán | 1 | -18/+4 |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 1 | -1/+1 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -13/+13 |
2019-02-28 | audio/sdlaudio: Simplify the sdl_callback function | Thomas Huth | 1 | -26/+19 |
2019-02-28 | audio/sdlaudio: Remove the semaphore code | Thomas Huth | 1 | -140/+5 |
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 |
2017-03-01 | audio/sdlaudio: Allow audio playback with SDL2 | Thomas Huth | 1 | -0/+48 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-06-15 | sdlaudio: do not allow multiple instances | Kővágó, Zoltán | 1 | -0/+7 |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 1 | -1/+2 |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 1 | -1/+0 |
2011-04-03 | Fix trivial "endianness bugs" | Stefan Weil | 1 | -10/+10 |
2010-08-07 | audio/sdl: return on error | malc | 1 | -0/+1 |
2010-08-06 | audio/sdl: be more anal about errors | malc | 1 | -3/+18 |
2010-04-22 | audio/sdlaudio: remove unused variable | Serge Ziryukin | 1 | -9/+2 |
2010-01-17 | Revert "sdlaudio: make it suck less" | malc | 1 | -30/+50 |
2009-09-30 | sdlaudio: make it suck less | malc | 1 | -50/+30 |
2009-09-18 | audio: internal API change | malc | 1 | -4/+2 |
2009-09-18 | sdlaudio: use correct function names in sdl_XXX calls | malc | 1 | -3/+3 |
2009-08-11 | Aesthetics | malc | 1 | -4/+6 |
2009-08-11 | use C99 initializers for all audio/* | Juan Quintela | 1 | -1/+1 |
2009-08-11 | use C99 initializers for audio_pcm_ops | Juan Quintela | 1 | -11/+5 |
2009-08-11 | Use C99 initializers for audio_option | Juan Quintela | 1 | -3/+5 |
2009-08-11 | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 1 | -11/+11 |
2009-07-31 | Fix Sparse warnings: "Using plain integer as NULL pointer" | Blue Swirl | 1 | -1/+1 |
2009-03-07 | Support for DragonFly BSD (Hasso Tepper) | blueswir1 | 1 | -1/+1 |
2008-12-03 | Make audio violate POSIX less | malc | 1 | -3/+3 |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 | 1 | -1/+1 |
2008-10-26 | Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock) | blueswir1 | 1 | -1/+1 |
2008-10-25 | Fix undefined pthread_sigmask warning on OpenBSD | blueswir1 | 1 | -0/+2 |
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 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -1/+2 |
2007-07-11 | Ensure signals are properly masked for new SDL Audio threads, by Andrzej | ths | 1 | -0/+18 |
2006-07-04 | audio endianness API changes (malc) | bellard | 1 | -5/+2 |
2006-07-04 | audio fixes + initial audio capture support (malc) | bellard | 1 | -1/+0 |
2005-11-05 | audio merge (malc) | bellard | 1 | -14/+12 |
2005-10-30 | merged 15a_aqemu.patch audio patch (malc) | bellard | 1 | -110/+217 |
2005-04-26 | debug fix | bellard | 1 | -2/+2 |
2004-11-14 | win32/SDL build fixes | bellard | 1 | -2/+2 |
2004-11-09 | audio clean up (initial patch by malc) | bellard | 1 | -3/+12 |