aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2020-02-18audio/alsaaudio: Remove superfluous semicolonsPhilippe Mathieu-Daudé
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin
2020-01-31ossaudio: disable poll mode can't be reachedVolker Rümelin
2020-01-31ossaudio: prevent SIGSEGV in oss_enable_outVolker Rümelin
2020-01-31audio: fix bug 1858488Volker Rümelin
2020-01-31audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin
2020-01-31paaudio: remove unused variablesVolker Rümelin
2020-01-31audio: fix audio_generic_readVolker Rümelin
2020-01-31audio: fix audio_generic_writeVolker Rümelin
2020-01-31audio/oss: fix buffer pos calculationGerd Hoffmann
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé
2020-01-06audio: fix integer overflowVolker Rümelin
2020-01-06paaudio: wait until the recording stream is readyVolker Rümelin
2020-01-06paaudio: try to drain the recording streamVolker Rümelin
2020-01-06paaudio: drop recording stream in qpa_fini_inVolker Rümelin
2019-11-20audio: fix audio recordingVolker Rümelin
2019-10-26audio: fix missing breakPaolo Bonzini
2019-10-18paaudio: fix channel order for usb-audio 5.1 and 7.1 streamsKővágó, Zoltán
2019-10-18audio: basic support for multichannel audioKővágó, Zoltán
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán
2019-10-18audio: support more than two channels in volume settingKővágó, Zoltán
2019-10-18paaudio: get/put_buffer functionsKővágó, Zoltán
2019-10-18audio: make mixeng optionalKővágó, Zoltán
2019-10-18audio: paaudio: ability to specify stream nameKővágó, Zoltán
2019-10-18audio: paaudio: fix connection and stream nameKővágó, Zoltán
2019-10-18audio: fix parameter dereference before NULL checkKővágó, Zoltán
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23audio: common rate control code for timer based outputsKővágó, Zoltán
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán
2019-09-23audio: remove remains of the old backend apiKővágó, Zoltán
2019-09-23wavaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23spiceaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23sdlaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23paaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23ossaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23noaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23dsoundaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23coreaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23alsaaudio: port to the new audio backend apiKővágó, Zoltán
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán
2019-08-28audio: omitting audiodev= parameter is only deprecatedKővágó, Zoltán
2019-08-28audio: fix invalid malloc size in audio_create_pdosKővágó, Zoltán
2019-08-21audio: fix memory leak reported by ASANKővágó, Zoltán
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán
2019-08-21paaudio: fix playback glitchesKővágó, Zoltán
2019-08-21audio: do not run each backend in audio_runKővágó, Zoltán