Age | Commit message (Expand) | Author | Files | Lines |
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 | -9/+4 |
2019-09-23 | coreaudio: port to the new audio backend api | Kővágó, Zoltán | 1 | -61/+69 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 1 | -5/+5 |
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 | -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 | coreaudio: port to -audiodev config | Kővágó, Zoltán | 1 | -38/+11 |
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 |
2016-08-08 | audio: clean up before monitor clean up | Marc-André Lureau | 1 | -10/+2 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-12-15 | audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs | Peter Maydell | 1 | -9/+15 |
2015-12-15 | audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available | Peter Maydell | 1 | -1/+106 |
2015-12-15 | audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty | Peter Maydell | 1 | -47/+94 |
2015-12-15 | audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice | Peter Maydell | 1 | -0/+27 |
2015-12-15 | audio/coreaudio.c: Factor out use of AudioHardwareGetProperty | Peter Maydell | 1 | -6/+11 |
2015-06-15 | coreaudio: do not use global variables where possible | Kővágó, Zoltán | 1 | -19/+24 |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 1 | -1/+2 |
2011-06-23 | coreaudio: Fix OSStatus format specifier | Andreas Färber | 1 | -1/+1 |
2011-06-23 | coreaudio: Avoid formatting UInt32 type | Andreas Färber | 1 | -2/+2 |
2011-06-14 | Fix compilation warning due to incorrectly specified type | Alexandre Raymond | 1 | -1/+1 |
2009-09-18 | audio: internal API change | malc | 1 | -4/+2 |
2009-08-11 | Aesthetics | malc | 1 | -8/+12 |
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 | -5/+9 |
2009-08-11 | Use proper struct initializers and remove INIT_FIELD() macro | Juan Quintela | 1 | -12/+11 |
2008-12-03 | Make audio violate POSIX less | malc | 1 | -2/+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 | Remove stray uses of vl.h. | pbrook | 1 | -1/+2 |
2007-02-17 | Qemu support for S32 and U32 alsa output, by Vassili Karpov. | ths | 1 | -5/+0 |
2006-07-04 | audio endianness API changes (malc) | bellard | 1 | -9/+1 |
2006-07-04 | audio fixes + initial audio capture support (malc) | bellard | 1 | -2/+0 |
2005-11-20 | make the number of buffers settable (malc) | bellard | 1 | -1/+5 |
2005-11-20 | workaround for atexit - buffer size API change | bellard | 1 | -44/+94 |
2005-11-11 | compile fix (malc) | bellard | 1 | -1/+2 |
2005-11-05 | audio merge (malc) | bellard | 1 | -28/+24 |
2005-10-30 | merged 15a_aqemu.patch audio patch (malc) | bellard | 1 | -0/+513 |