Age | Commit message (Expand) | Author | Files | Lines |
2020-08-21 | meson: convert audio directory to Meson | Paolo Bonzini | 2 | -35/+30 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-07-13 | ossaudio: fix out of bounds write | Volker Rümelin | 1 | -0/+1 |
2020-07-10 | qapi: Make visitor functions taking Error ** return bool, not void | Markus Armbruster | 1 | -5/+10 |
2020-06-17 | audio/jack: simplify the re-init code path | Geoffrey McRae | 1 | -6/+6 |
2020-06-17 | audio/jack: honour the enable state of the audio device | Geoffrey McRae | 1 | -8/+21 |
2020-06-17 | audio/jack: do not remove ports when finishing | Geoffrey McRae | 1 | -3/+0 |
2020-06-17 | audio/jack: remove invalid set of input support bool | Geoffrey McRae | 1 | -3/+0 |
2020-06-17 | audio/jack: remove unused stopped state | Geoffrey McRae | 1 | -4/+0 |
2020-06-17 | audio/jack: fix invalid minimum buffer size check | Geoffrey McRae | 1 | -11/+11 |
2020-05-26 | audio: Let capture_callback handler use const buffer argument | Philippe Mathieu-Daudé | 2 | -2/+2 |
2020-05-26 | audio: Let audio_sample_to_uint64() use const samples argument | Philippe Mathieu-Daudé | 2 | -3/+3 |
2020-05-26 | audio: fix wavcapture segfault | Bruce Rogers | 1 | -2/+2 |
2020-05-26 | audio/mixeng: fix clang 10+ warning | Volker Rümelin | 1 | -2/+3 |
2020-05-25 | audio/jack: add JACK client audiodev | Geoffrey McRae | 4 | -0/+675 |
2020-04-06 | dsoundaudio: dsound_get_buffer_in should honor *size | Volker Rümelin | 2 | -8/+6 |
2020-04-06 | dsoundaudio: fix "Could not lock capture buffer" warning | Volker Rümelin | 1 | -0/+5 |
2020-04-06 | dsoundaudio: fix never-ending playback loop | Volker Rümelin | 1 | -1/+1 |
2020-03-16 | audio: fix saturation nonlinearity in clip_* functions | Volker Rümelin | 1 | -3/+2 |
2020-03-16 | audio: change mixing engine float range to [-1.f, 1.f] | Volker Rümelin | 2 | -11/+10 |
2020-03-16 | audio: consistency changes | Volker Rümelin | 1 | -1/+1 |
2020-03-16 | audio: change naming scheme of FLOAT_CONV macros | Volker Rümelin | 1 | -11/+11 |
2020-02-18 | audio/alsaaudio: Remove superfluous semicolons | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-02-06 | audio: proper support for float samples in mixeng | Kővágó, Zoltán | 9 | -78/+179 |
2020-02-06 | coreaudio: fix coreaudio playback | Volker Rümelin | 4 | -23/+69 |
2020-02-06 | audio/dsound: fix invalid parameters error | Kővágó, Zoltán | 3 | -8/+26 |
2020-01-31 | audio: audio_generic_get_buffer_in should honor *size | Volker Rümelin | 1 | -1/+2 |
2020-01-31 | ossaudio: disable poll mode can't be reached | Volker Rümelin | 1 | -9/+5 |
2020-01-31 | ossaudio: prevent SIGSEGV in oss_enable_out | Volker Rümelin | 1 | -1/+1 |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin | 8 | -37/+52 |
2020-01-31 | audio: prevent SIGSEGV in AUD_get_buffer_size_out | Volker Rümelin | 1 | -2/+2 |
2020-01-31 | paaudio: remove unused variables | Volker Rümelin | 1 | -4/+2 |
2020-01-31 | audio: fix audio_generic_read | Volker Rümelin | 1 | -5/+5 |
2020-01-31 | audio: fix audio_generic_write | Volker Rümelin | 1 | -1/+1 |
2020-01-31 | audio/oss: fix buffer pos calculation | Gerd Hoffmann | 1 | -1/+1 |
2020-01-24 | audio/audio: Add missing fall through comment | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-01-06 | audio: fix integer overflow | Volker Rümelin | 1 | -1/+1 |
2020-01-06 | paaudio: wait until the recording stream is ready | Volker Rümelin | 1 | -0/+5 |
2020-01-06 | paaudio: try to drain the recording stream | Volker Rümelin | 1 | -16/+25 |
2020-01-06 | paaudio: drop recording stream in qpa_fini_in | Volker Rümelin | 1 | -4/+18 |
2019-11-20 | audio: fix audio recording | Volker Rümelin | 1 | -0/+1 |
2019-10-26 | audio: fix missing break | Paolo Bonzini | 1 | -0/+1 |
2019-10-18 | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán | 1 | -5/+45 |
2019-10-18 | audio: basic support for multichannel audio | Kővágó, Zoltán | 2 | -8/+1 |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán | 10 | -65/+66 |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán | 5 | -24/+54 |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán | 1 | -0/+83 |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán | 2 | -14/+80 |
2019-10-18 | audio: paaudio: ability to specify stream name | Kővágó, Zoltán | 1 | -2/+2 |
2019-10-18 | audio: paaudio: fix connection and stream name | Kővágó, Zoltán | 1 | -3/+6 |