aboutsummaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)Author
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster
2020-08-21meson: convert audio directory to MesonPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-13ossaudio: fix out of bounds writeVolker Rümelin
2020-07-10qapi: Make visitor functions taking Error ** return bool, not voidMarkus Armbruster
2020-06-17audio/jack: simplify the re-init code pathGeoffrey McRae
2020-06-17audio/jack: honour the enable state of the audio deviceGeoffrey McRae
2020-06-17audio/jack: do not remove ports when finishingGeoffrey McRae
2020-06-17audio/jack: remove invalid set of input support boolGeoffrey McRae
2020-06-17audio/jack: remove unused stopped stateGeoffrey McRae
2020-06-17audio/jack: fix invalid minimum buffer size checkGeoffrey McRae
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé
2020-05-26audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé
2020-05-26audio: fix wavcapture segfaultBruce Rogers
2020-05-26audio/mixeng: fix clang 10+ warningVolker Rümelin
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin
2020-04-06dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin
2020-04-06dsoundaudio: fix never-ending playback loopVolker Rümelin
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin
2020-03-16audio: consistency changesVolker Rümelin
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin
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