aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin1-3/+2
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2-11/+10
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé1-2/+2
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán9-78/+179
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin4-23/+69
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán3-8/+26
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin1-1/+2
2020-01-31ossaudio: disable poll mode can't be reachedVolker Rümelin1-9/+5
2020-01-31ossaudio: prevent SIGSEGV in oss_enable_outVolker Rümelin1-1/+1
2020-01-31audio: fix bug 1858488Volker Rümelin8-37/+52
2020-01-31audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin1-2/+2
2020-01-31paaudio: remove unused variablesVolker Rümelin1-4/+2
2020-01-31audio: fix audio_generic_readVolker Rümelin1-5/+5
2020-01-31audio: fix audio_generic_writeVolker Rümelin1-1/+1
2020-01-31audio/oss: fix buffer pos calculationGerd Hoffmann1-1/+1
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé1-0/+1
2020-01-06audio: fix integer overflowVolker Rümelin1-1/+1
2020-01-06paaudio: wait until the recording stream is readyVolker Rümelin1-0/+5
2020-01-06paaudio: try to drain the recording streamVolker Rümelin1-16/+25
2020-01-06paaudio: drop recording stream in qpa_fini_inVolker Rümelin1-4/+18
2019-11-20audio: fix audio recordingVolker Rümelin1-0/+1
2019-10-26audio: fix missing breakPaolo Bonzini1-0/+1
2019-10-18paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán1-5/+45
2019-10-18audio: basic support for multichannel audioKővágó, Zoltán2-8/+1
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán10-65/+66
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán5-24/+54
2019-10-18paaudio: get/put_buffer functionsKővágó, Zoltán1-0/+83
2019-10-18audio: make mixeng optionalKővágó, Zoltán2-14/+80
2019-10-18audio: paaudio: ability to specify stream nameKővágó, Zoltán1-2/+2
2019-10-18audio: paaudio: fix connection and stream nameKővágó, Zoltán1-3/+6
2019-10-18audio: fix parameter dereference before NULL checkKővágó, Zoltán1-2/+5
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán12-321/+223
2019-09-23audio: common rate control code for timer based outputsKővágó, Zoltán5-81/+79
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán4-76/+80
2019-09-23audio: remove remains of the old backend apiKővágó, Zoltán2-43/+6
2019-09-23wavaudio: port to the new audio backend apiKővágó, Zoltán1-45/+9
2019-09-23spiceaudio: port to the new audio backend apiKővágó, Zoltán1-74/+42
2019-09-23sdlaudio: port to the new audio backend apiKővágó, Zoltán1-45/+42
2019-09-23paaudio: port to the new audio backend apiKővágó, Zoltán4-523/+45
2019-09-23ossaudio: port to the new audio backend apiKővágó, Zoltán1-176/+96
2019-09-23noaudio: port to the new audio backend apiKővágó, Zoltán1-26/+17
2019-09-23dsoundaudio: port to the new audio backend apiKővágó, Zoltán2-261/+91
2019-09-23coreaudio: port to the new audio backend apiKővágó, Zoltán1-61/+69
2019-09-23alsaaudio: port to the new audio backend apiKővágó, Zoltán1-222/+80
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán3-9/+251
2019-08-28audio: omitting audiodev= parameter is only deprecatedKővágó, Zoltán1-4/+4
2019-08-28audio: fix invalid malloc size in audio_create_pdosKővágó, Zoltán1-1/+1
2019-08-21audio: fix memory leak reported by ASANKővágó, Zoltán1-0/+6