Age | Commit message (Expand) | Author |
2020-03-16 | audio: fix saturation nonlinearity in clip_* functions | Volker Rümelin |
2020-03-16 | audio: change mixing engine float range to [-1.f, 1.f] | Volker Rümelin |
2020-03-16 | audio: consistency changes | Volker Rümelin |
2020-03-16 | audio: change naming scheme of FLOAT_CONV macros | Volker Rümelin |
2020-02-18 | audio/alsaaudio: Remove superfluous semicolons | Philippe Mathieu-Daudé |
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 |
2020-02-06 | audio/dsound: fix invalid parameters error | Kővágó, Zoltán |
2020-01-31 | audio: audio_generic_get_buffer_in should honor *size | Volker Rümelin |
2020-01-31 | ossaudio: disable poll mode can't be reached | Volker Rümelin |
2020-01-31 | ossaudio: prevent SIGSEGV in oss_enable_out | Volker Rümelin |
2020-01-31 | audio: fix bug 1858488 | Volker Rümelin |
2020-01-31 | audio: prevent SIGSEGV in AUD_get_buffer_size_out | Volker Rümelin |
2020-01-31 | paaudio: remove unused variables | Volker Rümelin |
2020-01-31 | audio: fix audio_generic_read | Volker Rümelin |
2020-01-31 | audio: fix audio_generic_write | Volker Rümelin |
2020-01-31 | audio/oss: fix buffer pos calculation | Gerd Hoffmann |
2020-01-24 | audio/audio: Add missing fall through comment | Philippe Mathieu-Daudé |
2020-01-06 | audio: fix integer overflow | Volker Rümelin |
2020-01-06 | paaudio: wait until the recording stream is ready | Volker Rümelin |
2020-01-06 | paaudio: try to drain the recording stream | Volker Rümelin |
2020-01-06 | paaudio: drop recording stream in qpa_fini_in | Volker Rümelin |
2019-11-20 | audio: fix audio recording | Volker Rümelin |
2019-10-26 | audio: fix missing break | Paolo Bonzini |
2019-10-18 | paaudio: fix channel order for usb-audio 5.1 and 7.1 streams | Kővágó, Zoltán |
2019-10-18 | audio: basic support for multichannel audio | Kővágó, Zoltán |
2019-10-18 | audio: replace shift in audio_pcm_info with bytes_per_frame | Kővágó, Zoltán |
2019-10-18 | audio: support more than two channels in volume setting | Kővágó, Zoltán |
2019-10-18 | paaudio: get/put_buffer functions | Kővágó, Zoltán |
2019-10-18 | audio: make mixeng optional | Kővágó, Zoltán |
2019-10-18 | audio: paaudio: ability to specify stream name | Kővágó, Zoltán |
2019-10-18 | audio: paaudio: fix connection and stream name | 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: common rate control code for timer based outputs | 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: remove remains of the old backend api | Kővágó, Zoltán |
2019-09-23 | wavaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | spiceaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | sdlaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | paaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | ossaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | noaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | dsoundaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | coreaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | alsaaudio: port to the new audio backend api | Kővágó, Zoltán |
2019-09-23 | audio: api for mixeng code free backends | Kővágó, Zoltán |
2019-08-28 | audio: omitting audiodev= parameter is only deprecated | Kővágó, Zoltán |
2019-08-28 | audio: fix invalid malloc size in audio_create_pdos | Kővágó, Zoltán |
2019-08-21 | audio: fix memory leak reported by ASAN | Kővágó, Zoltán |