Age | Commit message (Expand) | Author | Files | Lines |
2021-01-15 | audio: space prohibited between function name and parenthesis'(' | Zhang Han | 1 | -6/+6 |
2021-01-15 | audio: Add spaces around operator/delete redundant spaces | Zhang Han | 1 | -1/+1 |
2021-01-15 | audio: Add braces for statements/fix braces' position | Zhang Han | 1 | -8/+4 |
2021-01-15 | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin | 1 | -1/+1 |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae | 1 | -0/+2 |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 1 | -16/+25 |
2020-02-06 | coreaudio: fix coreaudio playback | Volker Rümelin | 1 | -0/+7 |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán | 1 | -8/+16 |
2019-10-18 | audio: fix parameter dereference before NULL check | Kővágó, Zoltán | 1 | -2/+5 |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán | 1 | -1/+0 |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán | 1 | -11/+8 |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán | 1 | -0/+1 |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán | 1 | -7/+7 |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán | 1 | -1/+1 |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán | 1 | -24/+22 |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán | 1 | -4/+38 |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis | 1 | -13/+13 |
2015-06-15 | audio: remove plive | Kővágó, Zoltán | 1 | -41/+0 |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 1 | -1/+1 |
2014-12-22 | audio: Don't free hw resources until after hw backend is stopped | Peter Maydell | 1 | -1/+1 |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster | 1 | -11/+4 |
2012-09-23 | audio: Fix warning from static code analysis | Stefan Weil | 1 | -3/+3 |
2012-04-17 | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau | 1 | -0/+2 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -10/+10 |
2010-09-28 | audio: Fix memory size for resampling buffer in DAC case | malc | 1 | -4/+0 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -1/+1 |
2009-12-03 | audio: fix compilation of DEBUG_PLIVE | Juan Quintela | 1 | -3/+3 |
2009-11-18 | audio: Remove conditional around sw which can not be NULL | malc | 1 | -17/+15 |
2009-10-15 | audio: remove last remnants of _t | malc | 1 | -1/+1 |
2009-09-18 | audio: use muldiv64 where it makes sense | malc | 1 | -1/+1 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -6/+6 |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc | 1 | -37/+31 |
2008-12-03 | Make audio violate POSIX less | malc | 1 | -9/+11 |
2007-02-17 | Qemu support for S32 and U32 alsa output, by Vassili Karpov. | ths | 1 | -2/+2 |
2006-07-16 | audio capture to wab files (malc) | bellard | 1 | -2/+2 |
2006-07-04 | audio endianness API changes (malc) | bellard | 1 | -12/+9 |
2006-07-04 | audio fixes + initial audio capture support (malc) | bellard | 1 | -2/+10 |
2006-06-25 | C99 64 bit printf | bellard | 1 | -1/+1 |
2005-11-20 | audio merge (malc) | bellard | 1 | -67/+195 |
2005-11-11 | size_t fix (malc) | bellard | 1 | -1/+2 |
2005-11-05 | audio merge (malc) | bellard | 1 | -108/+143 |
2005-10-30 | merged 15a_aqemu.patch audio patch (malc) | bellard | 1 | -0/+401 |