Age | Commit message (Expand) | Author | Files | Lines |
2023-05-05 | audio/pwaudio.c: Add Pipewire audio backend for QEMU | Dorinda Bassey | 1 | -0/+4 |
2023-03-06 | audio: remove sw->ratio | Volker Rümelin | 1 | -21/+9 |
2023-03-06 | audio/audio_template: substitute sw->hw with hw | Volker Rümelin | 1 | -3/+3 |
2023-03-06 | audio: handle leftover audio frame from upsampling | Volker Rümelin | 1 | -0/+6 |
2023-03-06 | audio: change type and name of the resample buffer | Volker Rümelin | 1 | -4/+6 |
2023-03-06 | audio: change type of mix_buf and conv_buf | Volker Rümelin | 1 | -8/+11 |
2023-03-06 | audio/audio_template: use g_new0() to replace audio_calloc() | Volker Rümelin | 1 | -17/+12 |
2023-03-06 | audio/audio_template: use g_malloc0() to replace audio_calloc() | Volker Rümelin | 1 | -10/+8 |
2023-03-06 | audio/mixeng: use g_new0() instead of audio_calloc() | Volker Rümelin | 1 | -5/+1 |
2023-03-06 | audio: rename hardware store to backend | Volker Rümelin | 1 | -2/+2 |
2023-03-06 | audio: don't show unnecessary error messages | Volker Rümelin | 1 | -1/+1 |
2023-03-06 | audio: log unimplemented audio device sample rates | Volker Rümelin | 1 | -0/+13 |
2023-01-30 | qapi, audio: Make introspection reflect build configuration more closely | Daniel P. Berrangé | 1 | -0/+20 |
2022-10-11 | audio: fix sw->buf size for audio recording | Volker Rümelin | 1 | -0/+4 |
2022-09-27 | Revert "audio: Log context for audio bug" | Volker Rümelin | 1 | -12/+15 |
2022-09-27 | audio: Add sndio backend | Alexandre Ratchov | 1 | -0/+2 |
2022-03-15 | audio: Log context for audio bug | Akihiko Odaki | 1 | -15/+12 |
2021-12-21 | audio: add "dbus" audio backend | Marc-André Lureau | 1 | -0/+2 |
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 |