aboutsummaryrefslogtreecommitdiffstats
path: root/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio/jackaudio: Avoid dynamic stack allocation in qjack_process()Peter Maydell2023-09-211-5/+11
* audio/jackaudio: Avoid dynamic stack allocation in qjack_client_initPeter Maydell2023-09-211-2/+3
* audio: spelling fixesMichael Tokarev2023-09-081-1/+1
* audio/pw: improve channel position codeMarc-André Lureau2023-07-171-49/+26
* audio/pw: remove wrong commentMarc-André Lureau2023-07-171-1/+0
* audio/pw: simplify error reporting in stream creationMarc-André Lureau2023-07-171-11/+1
* audio/pw: add more error reportingMarc-André Lureau2023-07-171-1/+6
* audio/pw: factorize some common codeMarc-André Lureau2023-07-171-51/+34
* audio/pw: add more details on errorMarc-André Lureau2023-07-171-3/+4
* audio/pw: trace during init before calling pipewire APIMarc-André Lureau2023-07-171-2/+3
* audio/pw: needless check for NULLMarc-André Lureau2023-07-171-6/+2
* audio/pw: drop needless case statementMarc-André Lureau2023-07-171-10/+0
* audio/pw: Pipewire->PipeWire case fix for user-visible textMarc-André Lureau2023-07-172-6/+6
* audio: dbus requires pixmanMarc-André Lureau2023-07-011-1/+1
* ui/dbus: win32 supportMarc-André Lureau2023-06-271-8/+36
* ui/dbus: compile without gio/gunixfdlist.hMarc-André Lureau2023-06-271-0/+7
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-4/+4
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-2/+2
* audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey2023-05-055-0/+931
* audio/dbus: there are no sender for p2p modeMarc-André Lureau2023-03-132-3/+6
* audio: remove sw->ratioVolker Rümelin2023-03-063-24/+9
* audio/audio_template: substitute sw->hw with hwVolker Rümelin2023-03-061-3/+3
* audio: handle leftover audio frame from upsamplingVolker Rümelin2023-03-062-6/+34
* audio: make recording packet length calculation exactVolker Rümelin2023-03-063-21/+50
* audio: rename variables in audio_pcm_sw_read()Volker Rümelin2023-03-061-9/+9
* audio: replace the resampling loop in audio_pcm_sw_read()Volker Rümelin2023-03-061-24/+35
* audio: make playback packet length calculation exactVolker Rümelin2023-03-063-25/+58
* audio: remove unused noop_conv() functionVolker Rümelin2023-03-061-8/+0
* audio: don't misuse audio_pcm_sw_write()Volker Rümelin2023-03-061-11/+18
* audio: rename variables in audio_pcm_sw_write()Volker Rümelin2023-03-061-23/+22
* audio: remove sw == NULL checkVolker Rümelin2023-03-061-4/+0
* audio: replace the resampling loop in audio_pcm_sw_write()Volker Rümelin2023-03-061-27/+36
* audio: make the resampling code greedyVolker Rümelin2023-03-061-8/+13
* audio: change type and name of the resample bufferVolker Rümelin2023-03-063-13/+16
* audio: change type of mix_buf and conv_bufVolker Rümelin2023-03-063-64/+67
* alsaaudio: reintroduce default recording settingsVolker Rümelin2023-03-061-6/+4
* alsaaudio: change default playback settingsVolker Rümelin2023-03-061-7/+4
* audio: remove audio_calloc() functionVolker Rümelin2023-03-062-21/+0
* audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin2023-03-061-17/+12
* audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin2023-03-062-12/+10
* audio/alsaaudio: use g_new0() instead of audio_calloc()Volker Rümelin2023-03-061-5/+1
* audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin2023-03-063-16/+2
* audio: remove unused #define AUDIO_STRINGIFYVolker Rümelin2023-03-061-3/+0
* audio: rename hardware store to backendVolker Rümelin2023-03-061-2/+2
* audio: don't show unnecessary error messagesVolker Rümelin2023-03-061-1/+1
* audio: log unimplemented audio device sample ratesVolker Rümelin2023-03-062-0/+14
* Fix non-first inclusions of qemu/osdep.hMarkus Armbruster2023-02-081-1/+1
* Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-02-042-0/+84
|\
| * audio: Move HMP commands from monitor/ to audio/Markus Armbruster2023-02-042-0/+84
* | qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé2023-01-303-1/+80