summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil2013-01-161-2/+3
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-192-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-197-8/+8
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-192-2/+2
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-192-2/+0
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-192-0/+2
* build: move rules from Makefile to */Makefile.objsPaolo Bonzini2012-12-191-0/+3
* Revert "audio/wavcapture: Clarify licensing"Anthony Liguori2012-11-301-1/+0
* Revert "audio/audio_pt_int: Clarify licensing"Anthony Liguori2012-11-301-1/+0
* audio/audio_pt_int: Clarify licensingmalc2012-11-191-0/+1
* audio/wavcapture: Clarify licensingmalc2012-11-191-0/+1
* audio: Fix warning from static code analysisStefan Weil2012-09-231-3/+3
* audio/winwave: previous audio buffer should be flushedmunkyu.im2012-08-281-9/+3
* audio: Unbreak capturing in mixemu casemalc2012-07-161-0/+1
* audio/winwave: Fix typomalc2012-06-151-1/+1
* build: move audio/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+14
* audio: Always call fini on exitJan Kiszka2012-05-241-4/+8
* audio: split IN_T into two separate constantsRoger Pau Monne2012-05-182-13/+27
* fix build with pulseaudio versions older than 0.9.11Gerd Hoffmann2012-05-041-1/+29
* fix paaudio.c warningsGerd Hoffmann2012-04-251-2/+1
* Allow controlling volume with PulseAudio backendMarc-André Lureau2012-04-171-5/+94
* Do not use pa_simple PulseAudio APIMarc-André Lureau2012-04-171-38/+339
* audio/spice: add support for volume controlMarc-André Lureau2012-04-171-0/+41
* audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau2012-04-173-2/+14
* audio: add VOICE_VOLUME ctlMarc-André Lureau2012-04-172-0/+13
* audio: Add some fall through commentsStefan Weil2012-02-252-1/+4
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-1/+1
* fmodaudio: Remove unused variable 'bits16' (reported by cppcheck)Stefan Weil2011-11-181-4/+2
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-09-201-1/+1
|\
| * Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-151-1/+1
* | wavaudio: Use stdio instead of QEMUFileJuan Quintela2011-09-201-10/+36
* | wavcapture: Use stdio instead of QEMUFileJuan Quintela2011-09-201-23/+56
|/
* Use glib memory allocation and free functionsAnthony Liguori2011-08-2010-57/+57
* coreaudio: Fix OSStatus format specifierAndreas Färber2011-06-231-1/+1
* coreaudio: Avoid formatting UInt32 typeAndreas Färber2011-06-231-2/+2
* Fix compilation warning due to incorrectly specified typeAlexandre Raymond2011-06-141-1/+1
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-082-3/+0
* audio: fix integer overflow expressionJuha Riihim?ki2011-06-011-2/+2
* Fix trivial "endianness bugs"Stefan Weil2011-04-031-10/+10
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-214-7/+7
* pulseaudio: tweak configGerd Hoffmann2011-01-251-9/+1
* pulseaudio: setup buffer attrsGerd Hoffmann2011-01-251-1/+11
* pulseaudio: process 1/4 buffer max at onceGerd Hoffmann2011-01-251-13/+9
* audio: split sample conversion and volume mixingMichael Walle2011-01-1213-55/+52
* alsaaudio: add endianness support for VoiceInMichael Walle2011-01-091-7/+27
* ossaudio: add endianness support for VoiceInMichael Walle2011-01-091-5/+15
* noaudio: correctly account acquired samplesMichael Walle2011-01-041-0/+3
* noaudio: fix return value for read()Michael Walle2010-12-101-1/+1
* audio: Use GCC_FMT_ATTR (format checking)Stefan Weil2010-12-041-1/+2
* audio: Only use audio timer when necessarymalc2010-11-181-14/+10
OpenPOWER on IntegriCloud