summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio: Don't free hw resources until after hw backend is stoppedPeter Maydell2014-12-221-1/+1
* audio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-133-23/+10
* audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan2014-05-262-3/+2
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev2014-05-081-1/+1
* Add the ability to vary Spice playback and record rates, to facilitate Opus s...Jeremy White2014-02-031-2/+25
* audio: adjust pulse to 100Hz wakeup rateGerd Hoffmann2013-12-091-4/+4
* audio: Lower default wakeup rate to 100 times / secondHans de Goede2013-12-091-1/+1
* ossaudio: check for oss support in oss_audio_initGerd Hoffmann2013-11-071-0/+4
* Revert "ossaudio: do not enable by default"Gerd Hoffmann2013-11-071-1/+1
* ossaudio: do not enable by defaultAnthony Liguori2013-11-051-1/+1
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-10-311-2/+2
|\
| * audio/mixeng_template.h: fix inline declarationAlex Bligh2013-10-261-2/+2
* | audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede2013-10-231-1/+2
|/
* audio: remove CONFIG_MIXEMU configure optionBandan Das2013-09-241-6/+0
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-224-8/+8
* audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil2013-06-211-28/+3
* Remove OSS support for OpenBSDBrad Smith2013-05-261-4/+0
* remove some double-includesMichael Tokarev2013-05-181-1/+0
* 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
OpenPOWER on IntegriCloud