Age | Commit message (Expand) | Author | Files | Lines |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier | 1 | -1/+1 |
2016-08-08 | audio: clean up before monitor clean up | Marc-André Lureau | 3 | -18/+23 |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | 4 | -4/+7 |
2016-06-20 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -0/+17 |
2016-06-20 | trace: split out trace events for audio/ directory | Daniel P. Berrange | 1 | -0/+17 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -8/+2 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-06-03 | audio: pa: Set volume of recording stream instead of recording device | Peter Krempa | 1 | -6/+5 |
2016-05-19 | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini | 3 | -1/+3 |
2016-05-19 | qemu-common: stop including qemu/bswap.h from qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-05-18 | Fix some typos found by codespell | Stefan Weil | 2 | -2/+2 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 4 | -9/+8 |
2016-02-23 | all: Clean up includes | Peter Maydell | 1 | -1/+0 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 14 | -3/+14 |
2016-01-13 | audio: Clean up inappropriate and unreachable use of hw_error() | Markus Armbruster | 1 | -9/+2 |
2015-12-15 | audio/coreaudio.c: Avoid deprecated AudioDeviceAdd/RemoveIOProc APIs | Peter Maydell | 1 | -9/+15 |
2015-12-15 | audio/coreaudio.c: Use new-in-OSX-10.6 APIs when available | Peter Maydell | 1 | -1/+106 |
2015-12-15 | audio/coreaudio.c: Factor out uses of AudioDeviceGet/SetProperty | Peter Maydell | 1 | -47/+94 |
2015-12-15 | audio/coreaudio.c: Use new-in-OSX-10.6 API for getting default voice | Peter Maydell | 1 | -0/+27 |
2015-12-15 | audio/coreaudio.c: Factor out use of AudioHardwareGetProperty | Peter Maydell | 1 | -6/+11 |
2015-07-08 | ossaudio: fix memory leak | Gonglei | 1 | -0/+1 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 2 | -0/+2 |
2015-06-15 | ossaudio: use trace events instead of debug config flag | Kővágó, Zoltán | 1 | -21/+4 |
2015-06-15 | alsaaudio: use trace events instead of verbose | Kővágó, Zoltán | 1 | -46/+14 |
2015-06-15 | dsoundaudio: remove primary buffer | Kővágó, Zoltán | 1 | -104/+0 |
2015-06-15 | dsoundaudio: remove *_retries kludges | Kővágó, Zoltán | 2 | -83/+20 |
2015-06-15 | audio: remove plive | Kővágó, Zoltán | 2 | -53/+0 |
2015-06-15 | audio: remove LOG_TO_MONITOR along with default_mon | Kővágó, Zoltán | 1 | -20/+3 |
2015-06-15 | sdlaudio: do not allow multiple instances | Kővágó, Zoltán | 1 | -0/+7 |
2015-06-15 | coreaudio: do not use global variables where possible | Kővágó, Zoltán | 1 | -19/+24 |
2015-06-15 | dsoundaudio: do not use global variables | Kővágó, Zoltán | 2 | -50/+74 |
2015-06-15 | paaudio: fix possible resource leak | Kővágó, Zoltán | 1 | -1/+5 |
2015-06-15 | wavaudio: do not use global variables | Kővágó, Zoltán | 1 | -16/+21 |
2015-06-15 | ossaudio: do not use global variables | Kővágó, Zoltán | 1 | -49/+61 |
2015-06-15 | alsaaudio: do not use global variables | Kővágó, Zoltán | 1 | -68/+82 |
2015-06-15 | paaudio: do not use global variables | Kővágó, Zoltán | 1 | -46/+52 |
2015-06-15 | audio: expose drv_opaque to init_out and init_in | Kővágó, Zoltán | 11 | -20/+27 |
2015-06-15 | audio: remove winwave audio driver | Kővágó, Zoltán | 3 | -719/+0 |
2015-06-15 | audio: remove fmod backend | Kővágó, Zoltán | 3 | -688/+0 |
2015-06-15 | audio: remove esd backend | Kővágó, Zoltán | 3 | -559/+0 |
2015-06-12 | oss: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 1 | -6/+8 |
2015-06-12 | alsaaudio: Remove unused error handling of qemu_set_fd_handler | Fam Zheng | 1 | -14/+2 |
2014-12-22 | audio: Don't free hw resources until after hw backend is stopped | Peter Maydell | 1 | -1/+1 |
2014-06-13 | audio: Drop superfluous conditionals around g_free() | Markus Armbruster | 3 | -23/+10 |
2014-05-26 | audio: replace fprintf(stderr, ...) with error_report() in audio | Le Tan | 2 | -3/+2 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 1 | -2/+1 |
2014-05-08 | build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax | Michael Tokarev | 1 | -1/+1 |
2014-02-03 | Add the ability to vary Spice playback and record rates, to facilitate Opus s... | Jeremy White | 1 | -2/+25 |
2013-12-09 | audio: adjust pulse to 100Hz wakeup rate | Gerd Hoffmann | 1 | -4/+4 |