Age | Commit message (Expand) | Author |
2023-10-03 | audio: commonize voice initialization | Paolo Bonzini |
2023-05-05 | audio/pwaudio.c: Add Pipewire audio backend for QEMU | Dorinda Bassey |
2023-03-06 | audio: remove sw->ratio | Volker Rümelin |
2023-03-06 | audio/audio_template: substitute sw->hw with hw | Volker Rümelin |
2023-03-06 | audio: handle leftover audio frame from upsampling | Volker Rümelin |
2023-03-06 | audio: change type and name of the resample buffer | Volker Rümelin |
2023-03-06 | audio: change type of mix_buf and conv_buf | Volker Rümelin |
2023-03-06 | audio/audio_template: use g_new0() to replace audio_calloc() | Volker Rümelin |
2023-03-06 | audio/audio_template: use g_malloc0() to replace audio_calloc() | Volker Rümelin |
2023-03-06 | audio/mixeng: use g_new0() instead of audio_calloc() | Volker Rümelin |
2023-03-06 | audio: rename hardware store to backend | Volker Rümelin |
2023-03-06 | audio: don't show unnecessary error messages | Volker Rümelin |
2023-03-06 | audio: log unimplemented audio device sample rates | Volker Rümelin |
2023-01-30 | qapi, audio: Make introspection reflect build configuration more closely | Daniel P. Berrangé |
2022-10-11 | audio: fix sw->buf size for audio recording | Volker Rümelin |
2022-09-27 | Revert "audio: Log context for audio bug" | Volker Rümelin |
2022-09-27 | audio: Add sndio backend | Alexandre Ratchov |
2022-03-15 | audio: Log context for audio bug | Akihiko Odaki |
2021-12-21 | audio: add "dbus" audio backend | Marc-André Lureau |
2021-01-15 | audio: space prohibited between function name and parenthesis'(' | Zhang Han |
2021-01-15 | audio: Add spaces around operator/delete redundant spaces | Zhang Han |
2021-01-15 | audio: Add braces for statements/fix braces' position | Zhang Han |
2021-01-15 | sdlaudio: add -audiodev sdl,out.buffer-count option | Volker Rümelin |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán |
2020-02-06 | coreaudio: fix coreaudio playback | Volker Rümelin |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán |
2019-10-18 | audio: fix parameter dereference before NULL check | Kővágó, Zoltán |
2019-09-23 | audio: split ctl_* functions into enable_* and volume_* | Kővágó, Zoltán |
2019-09-23 | audio: unify input and output mixeng buffer management | Kővágó, Zoltán |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán |
2019-08-21 | audio: use size_t where makes sense | Kővágó, Zoltán |
2019-08-21 | audio: basic support for multi backend audio | Kővágó, Zoltán |
2019-08-21 | audio: reduce glob_audio_state usage | Kővágó, Zoltán |
2019-03-11 | audio: -audiodev command line option basic implementation | Kővágó, Zoltán |
2018-02-06 | audio: Replace AUDIO_FUNC with __func__ | Alistair Francis |
2015-06-15 | audio: remove plive | Kővágó, Zoltán |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán |
2014-12-22 | audio: Don't free hw resources until after hw backend is stopped | Peter Maydell |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster |
2012-09-23 | audio: Fix warning from static code analysis | Stefan Weil |
2012-04-17 | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2010-09-28 | audio: Fix memory size for resampling buffer in DAC case | malc |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl |
2009-12-03 | audio: fix compilation of DEBUG_PLIVE | Juan Quintela |
2009-11-18 | audio: Remove conditional around sw which can not be NULL | malc |
2009-10-15 | audio: remove last remnants of _t | malc |
2009-09-18 | audio: use muldiv64 where it makes sense | malc |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |