aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_template.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-05audio/pwaudio.c: Add Pipewire audio backend for QEMUDorinda Bassey1-0/+4
2023-03-06audio: remove sw->ratioVolker Rümelin1-21/+9
2023-03-06audio/audio_template: substitute sw->hw with hwVolker Rümelin1-3/+3
2023-03-06audio: handle leftover audio frame from upsamplingVolker Rümelin1-0/+6
2023-03-06audio: change type and name of the resample bufferVolker Rümelin1-4/+6
2023-03-06audio: change type of mix_buf and conv_bufVolker Rümelin1-8/+11
2023-03-06audio/audio_template: use g_new0() to replace audio_calloc()Volker Rümelin1-17/+12
2023-03-06audio/audio_template: use g_malloc0() to replace audio_calloc()Volker Rümelin1-10/+8
2023-03-06audio/mixeng: use g_new0() instead of audio_calloc()Volker Rümelin1-5/+1
2023-03-06audio: rename hardware store to backendVolker Rümelin1-2/+2
2023-03-06audio: don't show unnecessary error messagesVolker Rümelin1-1/+1
2023-03-06audio: log unimplemented audio device sample ratesVolker Rümelin1-0/+13
2023-01-30qapi, audio: Make introspection reflect build configuration more closelyDaniel P. Berrangé1-0/+20
2022-10-11audio: fix sw->buf size for audio recordingVolker Rümelin1-0/+4
2022-09-27Revert "audio: Log context for audio bug"Volker Rümelin1-12/+15
2022-09-27audio: Add sndio backendAlexandre Ratchov1-0/+2
2022-03-15audio: Log context for audio bugAkihiko Odaki1-15/+12
2021-12-21audio: add "dbus" audio backendMarc-André Lureau1-0/+2
2021-01-15audio: space prohibited between function name and parenthesis'('Zhang Han1-6/+6
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han1-1/+1
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han1-8/+4
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin1-1/+1
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae1-0/+2
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán1-16/+25
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin1-0/+7
2019-10-18audio: make mixeng optionalKővágó, Zoltán1-8/+16
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án1-1/+0
2019-09-23audio: unify input and output mixeng buffer managementKővágó, Zoltán1-11/+8
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán1-0/+1
2019-08-21audio: use size_t where makes senseKővágó, Zoltán1-7/+7
2019-08-21audio: basic support for multi backend audioKővágó, Zoltán1-1/+1
2019-08-21audio: reduce glob_audio_state usageKővágó, Zoltán1-24/+22
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán1-4/+38
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-13/+13
2015-06-15audio: remove pliveKővágó, Zoltán1-41/+0
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán1-1/+1
2014-12-22audio: Don't free hw resources until after hw backend is stoppedPeter Maydell1-1/+1
2014-06-13audio: Drop superfluous conditionals around g_free()Markus Armbruster1-11/+4
2012-09-23audio: Fix warning from static code analysisStefan Weil1-3/+3
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau1-0/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-10/+10
2010-09-28audio: Fix memory size for resampling buffer in DAC casemalc1-4/+0
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-1/+1
2009-12-03audio: fix compilation of DEBUG_PLIVEJuan Quintela1-3/+3
2009-11-18audio: Remove conditional around sw which can not be NULLmalc1-17/+15
2009-10-15audio: remove last remnants of _tmalc1-1/+1
2009-09-18audio: use muldiv64 where it makes sensemalc1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-6/+6
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-37/+31