Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 2 | -3/+0 |
2011-06-01 | audio: fix integer overflow expression | Juha Riihim?ki | 1 | -2/+2 |
2011-04-03 | Fix trivial "endianness bugs" | Stefan Weil | 1 | -10/+10 |
2011-03-21 | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 4 | -7/+7 |
2011-01-25 | pulseaudio: tweak config | Gerd Hoffmann | 1 | -9/+1 |
2011-01-25 | pulseaudio: setup buffer attrs | Gerd Hoffmann | 1 | -1/+11 |
2011-01-25 | pulseaudio: process 1/4 buffer max at once | Gerd Hoffmann | 1 | -13/+9 |
2011-01-12 | audio: split sample conversion and volume mixing | Michael Walle | 13 | -55/+52 |
2011-01-09 | alsaaudio: add endianness support for VoiceIn | Michael Walle | 1 | -7/+27 |
2011-01-09 | ossaudio: add endianness support for VoiceIn | Michael Walle | 1 | -5/+15 |
2011-01-04 | noaudio: correctly account acquired samples | Michael Walle | 1 | -0/+3 |
2010-12-10 | noaudio: fix return value for read() | Michael Walle | 1 | -1/+1 |
2010-12-04 | audio: Use GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+2 |
2010-11-18 | audio: Only use audio timer when necessary | malc | 1 | -14/+10 |
2010-11-11 | add copyright to spiceaudio | Gerd Hoffmann | 1 | -0/+19 |
2010-11-09 | spice: add audio | Gerd Hoffmann | 3 | -0/+331 |
2010-10-18 | issue snd_pcm_start() when capturing audio | Jindrich Makovicka | 1 | -6/+17 |
2010-10-18 | fix 100% CPU load when idle with ALSA | Jindrich Makovicka | 1 | -0/+4 |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -1/+1 |
2010-10-03 | Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -5/+1 |
2010-09-29 | pulse-audio: fix bug on updating rpos | Wu Fengguang | 1 | -1/+1 |
2010-09-28 | audio: Fix memory size for resampling buffer in DAC case | malc | 1 | -4/+0 |
2010-09-22 | Move macros GCC_ATTR and GCC_FMT_ATTR to common header file | Stefan Weil | 1 | -8/+0 |
2010-08-07 | audio/sdl: return on error | malc | 1 | -0/+1 |
2010-08-06 | audio/sdl: be more anal about errors | malc | 1 | -3/+18 |
2010-08-06 | audio: make audio_pt_init block all signals | malc | 2 | -52/+31 |
2010-07-06 | savevm: Add DeviceState param | Alex Williamson | 1 | -1/+1 |
2010-05-22 | Fix %lld or %llx printf format use | Blue Swirl | 1 | -1/+1 |
2010-04-22 | audio/sdlaudio: remove unused variable | Serge Ziryukin | 1 | -9/+2 |