| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: Replace non-portable asprintf in debug code by g_strdup_printf | Stefan Weil | 2013-01-16 | 1 | -2/+3 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 2 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 7 | -8/+8 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 2 | -2/+2 |
* | janitor: do not include qemu-char everywhere | Paolo Bonzini | 2012-12-19 | 2 | -2/+0 |
* | janitor: do not rely on indirect inclusions of or from qemu-char.h | Paolo Bonzini | 2012-12-19 | 2 | -0/+2 |
* | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini | 2012-12-19 | 1 | -0/+3 |
* | Revert "audio/wavcapture: Clarify licensing" | Anthony Liguori | 2012-11-30 | 1 | -1/+0 |
* | Revert "audio/audio_pt_int: Clarify licensing" | Anthony Liguori | 2012-11-30 | 1 | -1/+0 |
* | audio/audio_pt_int: Clarify licensing | malc | 2012-11-19 | 1 | -0/+1 |
* | audio/wavcapture: Clarify licensing | malc | 2012-11-19 | 1 | -0/+1 |
* | audio: Fix warning from static code analysis | Stefan Weil | 2012-09-23 | 1 | -3/+3 |
* | audio/winwave: previous audio buffer should be flushed | munkyu.im | 2012-08-28 | 1 | -9/+3 |
* | audio: Unbreak capturing in mixemu case | malc | 2012-07-16 | 1 | -0/+1 |
* | audio/winwave: Fix typo | malc | 2012-06-15 | 1 | -1/+1 |
* | build: move audio/ objects to nested Makefile.objs | Paolo Bonzini | 2012-06-07 | 1 | -0/+14 |
* | audio: Always call fini on exit | Jan Kiszka | 2012-05-24 | 1 | -4/+8 |
* | audio: split IN_T into two separate constants | Roger Pau Monne | 2012-05-18 | 2 | -13/+27 |
* | fix build with pulseaudio versions older than 0.9.11 | Gerd Hoffmann | 2012-05-04 | 1 | -1/+29 |
* | fix paaudio.c warnings | Gerd Hoffmann | 2012-04-25 | 1 | -2/+1 |
* | Allow controlling volume with PulseAudio backend | Marc-André Lureau | 2012-04-17 | 1 | -5/+94 |
* | Do not use pa_simple PulseAudio API | Marc-André Lureau | 2012-04-17 | 1 | -38/+339 |
* | audio/spice: add support for volume control | Marc-André Lureau | 2012-04-17 | 1 | -0/+41 |
* | audio: don't apply volume effect if backend has VOICE_VOLUME_CAP | Marc-André Lureau | 2012-04-17 | 3 | -2/+14 |
* | audio: add VOICE_VOLUME ctl | Marc-André Lureau | 2012-04-17 | 2 | -0/+13 |
* | audio: Add some fall through comments | Stefan Weil | 2012-02-25 | 2 | -1/+4 |
* | Fix spelling in comments, documentation and messages | Stefan Weil | 2011-12-14 | 1 | -1/+1 |
* | fmodaudio: Remove unused variable 'bits16' (reported by cppcheck) | Stefan Weil | 2011-11-18 | 1 | -4/+2 |
* | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 2011-09-20 | 1 | -1/+1 |
|\ |
|
| * | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 2011-09-15 | 1 | -1/+1 |
* | | wavaudio: Use stdio instead of QEMUFile | Juan Quintela | 2011-09-20 | 1 | -10/+36 |
* | | wavcapture: Use stdio instead of QEMUFile | Juan Quintela | 2011-09-20 | 1 | -23/+56 |
|/ |
|
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 10 | -57/+57 |
* | coreaudio: Fix OSStatus format specifier | Andreas Färber | 2011-06-23 | 1 | -1/+1 |
* | coreaudio: Avoid formatting UInt32 type | Andreas Färber | 2011-06-23 | 1 | -2/+2 |
* | Fix compilation warning due to incorrectly specified type | Alexandre Raymond | 2011-06-14 | 1 | -1/+1 |
* | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond | 2011-06-08 | 2 | -3/+0 |
* | audio: fix integer overflow expression | Juha Riihim?ki | 2011-06-01 | 1 | -2/+2 |
* | Fix trivial "endianness bugs" | Stefan Weil | 2011-04-03 | 1 | -10/+10 |
* | change all other clock references to use nanosecond resolution accessors | Paolo Bonzini | 2011-03-21 | 4 | -7/+7 |
* | pulseaudio: tweak config | Gerd Hoffmann | 2011-01-25 | 1 | -9/+1 |
* | pulseaudio: setup buffer attrs | Gerd Hoffmann | 2011-01-25 | 1 | -1/+11 |
* | pulseaudio: process 1/4 buffer max at once | Gerd Hoffmann | 2011-01-25 | 1 | -13/+9 |
* | audio: split sample conversion and volume mixing | Michael Walle | 2011-01-12 | 13 | -55/+52 |
* | alsaaudio: add endianness support for VoiceIn | Michael Walle | 2011-01-09 | 1 | -7/+27 |
* | ossaudio: add endianness support for VoiceIn | Michael Walle | 2011-01-09 | 1 | -5/+15 |
* | noaudio: correctly account acquired samples | Michael Walle | 2011-01-04 | 1 | -0/+3 |
* | noaudio: fix return value for read() | Michael Walle | 2010-12-10 | 1 | -1/+1 |
* | audio: Use GCC_FMT_ATTR (format checking) | Stefan Weil | 2010-12-04 | 1 | -1/+2 |
* | audio: Only use audio timer when necessary | malc | 2010-11-18 | 1 | -14/+10 |