summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Expand)AuthorFilesLines
2017-09-22buildsys: Move audio libs to per objectFam Zheng1-0/+5
2017-09-22buildsys: Move sdl cflags/libs to per objectFam Zheng1-0/+1
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-2/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-17audio: st_rate_flow exist a infinite loopPeng Hao1-0/+6
2017-05-04audio: fix WAVState leakMarc-André Lureau1-0/+1
2017-05-04audio: release capture buffersGerd Hoffmann1-0/+2
2017-03-01audio/sdlaudio: Allow audio playback with SDL2Thomas Huth1-0/+48
2017-03-01audio: make audio poll timer deterministicPavel Dovgalyuk1-1/+1
2017-03-01replay: add record/replay for audio passthroughPavel Dovgalyuk3-2/+44
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-08audio: clean up before monitor clean upMarc-André Lureau3-18/+23
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster4-4/+7
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+17
2016-06-20trace: split out trace events for audio/ directoryDaniel P. Berrange1-0/+17
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-8/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-03audio: pa: Set volume of recording stream instead of recording devicePeter Krempa1-6/+5
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini3-1/+3
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-18Fix some typos found by codespellStefan Weil2-2/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah4-9/+8
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-02-02audio: Clean up includesPeter Maydell14-3/+14
2016-01-13audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster1-9/+2
2015-12-15audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIsPeter Maydell1-9/+15
2015-12-15audio/coreaudio.c: Use new-in-OSX-10.6 APIs when availablePeter Maydell1-1/+106
2015-12-15audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetPropertyPeter Maydell1-47/+94
2015-12-15audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voicePeter Maydell1-0/+27
2015-12-15audio/coreaudio.c: Factor out use of AudioHardwareGetPropertyPeter Maydell1-6/+11
2015-07-08ossaudio: fix memory leakGonglei1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster2-0/+2
2015-06-15ossaudio: use trace events instead of debug config flagKővágó, Zoltán1-21/+4
2015-06-15alsaaudio: use trace events instead of verboseKővágó, Zoltán1-46/+14
2015-06-15dsoundaudio: remove primary bufferKővágó, Zoltán1-104/+0
2015-06-15dsoundaudio: remove *_retries kludgesKővágó, Zoltán2-83/+20
2015-06-15audio: remove pliveKővágó, Zoltán2-53/+0
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán1-20/+3
2015-06-15sdlaudio: do not allow multiple instancesKővágó, Zoltán1-0/+7
2015-06-15coreaudio: do not use global variables where possibleKővágó, Zoltán1-19/+24
2015-06-15dsoundaudio: do not use global variablesKővágó, Zoltán2-50/+74
2015-06-15paaudio: fix possible resource leakKővágó, Zoltán1-1/+5
2015-06-15wavaudio: do not use global variablesKővágó, Zoltán1-16/+21
2015-06-15ossaudio: do not use global variablesKővágó, Zoltán1-49/+61
2015-06-15alsaaudio: do not use global variablesKővágó, Zoltán1-68/+82
2015-06-15paaudio: do not use global variablesKővágó, Zoltán1-46/+52
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán11-20/+27
2015-06-15audio: remove winwave audio driverKővágó, Zoltán3-719/+0
2015-06-15audio: remove fmod backendKővágó, Zoltán3-688/+0