Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-12-09 | audio: Lower default wakeup rate to 100 times / second | Hans de Goede | 1 | -1/+1 |
2013-11-07 | ossaudio: check for oss support in oss_audio_init | Gerd Hoffmann | 1 | -0/+4 |
2013-11-07 | Revert "ossaudio: do not enable by default" | Gerd Hoffmann | 1 | -1/+1 |
2013-11-05 | ossaudio: do not enable by default | Anthony Liguori | 1 | -1/+1 |
2013-10-31 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -2/+2 |
2013-10-26 | audio/mixeng_template.h: fix inline declaration | Alex Bligh | 1 | -2/+2 |
2013-10-23 | audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second | Hans de Goede | 1 | -1/+2 |
2013-09-24 | audio: remove CONFIG_MIXEMU configure option | Bandan Das | 1 | -6/+0 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 4 | -8/+8 |
2013-06-21 | audio: Replace static functions in header file by macros, remove GCC_ATTR | Stefan Weil | 1 | -28/+3 |
2013-05-26 | Remove OSS support for OpenBSD | Brad Smith | 1 | -4/+0 |
2013-05-18 | remove some double-includes | Michael Tokarev | 1 | -1/+0 |
2013-01-16 | audio: Replace non-portable asprintf in debug code by g_strdup_printf | Stefan Weil | 1 | -2/+3 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2 | -2/+2 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 7 | -8/+8 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 2 | -2/+2 |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini | 2 | -2/+0 |
2012-12-19 | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 2 | -0/+2 |
2012-12-19 | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini | 1 | -0/+3 |
2012-11-30 | Revert "audio/wavcapture: Clarify licensing" | Anthony Liguori | 1 | -1/+0 |
2012-11-30 | Revert "audio/audio_pt_int: Clarify licensing" | Anthony Liguori | 1 | -1/+0 |
2012-11-19 | audio/audio_pt_int: Clarify licensing | malc | 1 | -0/+1 |
2012-11-19 | audio/wavcapture: Clarify licensing | malc | 1 | -0/+1 |
2012-09-23 | audio: Fix warning from static code analysis | Stefan Weil | 1 | -3/+3 |
2012-08-28 | audio/winwave: previous audio buffer should be flushed | munkyu.im | 1 | -9/+3 |
2012-07-16 | audio: Unbreak capturing in mixemu case | malc | 1 | -0/+1 |
2012-06-15 | audio/winwave: Fix typo | malc | 1 | -1/+1 |
2012-06-07 | build: move audio/ objects to nested Makefile.objs | Paolo Bonzini | 1 | -0/+14 |
2012-05-24 | audio: Always call fini on exit | Jan Kiszka | 1 | -4/+8 |
2012-05-18 | audio: split IN_T into two separate constants | Roger Pau Monne | 2 | -13/+27 |
2012-05-04 | fix build with pulseaudio versions older than 0.9.11 | Gerd Hoffmann | 1 | -1/+29 |
2012-04-25 | fix paaudio.c warnings | Gerd Hoffmann | 1 | -2/+1 |
2012-04-17 | Allow controlling volume with PulseAudio backend | Marc-André Lureau | 1 | -5/+94 |
2012-04-17 | Do not use pa_simple PulseAudio API | Marc-André Lureau | 1 | -38/+339 |
2012-04-17 | audio/spice: add support for volume control | Marc-André Lureau | 1 | -0/+41 |
2012-04-17 | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau | 3 | -2/+14 |
2012-04-17 | audio: add VOICE_VOLUME ctl | Marc-André Lureau | 2 | -0/+13 |
2012-02-25 | audio: Add some fall through comments | Stefan Weil | 2 | -1/+4 |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil | 1 | -1/+1 |
2011-11-18 | fmodaudio: Remove unused variable 'bits16' (reported by cppcheck) | Stefan Weil | 1 | -4/+2 |
2011-09-20 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 1 | -1/+1 |
2011-09-20 | wavaudio: Use stdio instead of QEMUFile | Juan Quintela | 1 | -10/+36 |
2011-09-20 | wavcapture: Use stdio instead of QEMUFile | Juan Quintela | 1 | -23/+56 |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 1 | -1/+1 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 10 | -57/+57 |
2011-06-23 | coreaudio: Fix OSStatus format specifier | Andreas Färber | 1 | -1/+1 |
2011-06-23 | coreaudio: Avoid formatting UInt32 type | Andreas Färber | 1 | -2/+2 |
2011-06-14 | Fix compilation warning due to incorrectly specified type | Alexandre Raymond | 1 | -1/+1 |