]> git.ipfire.org Git - thirdparty/qemu.git/history - audio
vnc: fix tight png memory leak
[thirdparty/qemu.git] / audio /
2010-07-06  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06  Alex Williamsonsavevm: Add DeviceState param
2010-05-24  Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24  Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22  Blue SwirlFix %lld or %llx printf format use
2010-04-22  Serge Ziryukinaudio/sdlaudio: remove unused variable
2010-04-21  malcaudio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup
2010-03-17  Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16  Markus Armbrustermonitor: Separate "default monitor" and "current monito...
2010-03-11  malcaudio: fix comment
2010-02-28  malcaudio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handler
2010-02-28  Vagrant Cascadianaudio/alsa: Spelling typo (paramters)
2010-01-16  malcaudio: include more information into audio_bug's output
2010-01-16  malcRevert "sdlaudio: make it suck less"
2010-01-12  Juergen LockWorkaround for broken OSS_GETVERSION on FreeBSD, part two
2010-01-09  malcoss: fix fragment setting
2010-01-09  malcoss: issue OSS_GETVERSION ioctl only when needed
2010-01-08  malcoss: refactor code around policy setting
2010-01-08  malcoss: workaround for cases when OSS_GETVERSION is not...
2009-12-03  Juan Quintelaaudio: port to vmstate
2009-12-03  Juan Quintelaaudio: fix compilation of DEBUG_PLIVE
2009-11-18  malcaudio: Remove conditional around sw which can not be...
2009-10-15  malcwinwave: ADC support
2009-10-14  malcaudio: remove last remnants of _t
2009-10-14  malcwinwave: make error logging more consistent
2009-10-14  malcwinwave: follow the rules when closing the output device
2009-10-13  Michael S. Tsirkinqemu: allow pulseaudio to be the default
2009-10-11  malcwinwave: pause/restore playing upon seeing VOICE_DISABL...
2009-10-11  malcwinwave: close event handle and delete wait object...
2009-10-11  malcwinwave: remove wait object when finalizing DAC voice
2009-10-10  malcwinwave: poll mode
2009-10-09  malcWindows Waveform Audio driver (no ADC support yet)
2009-10-02  malcoss/alsa: Do not invoke UB described in 7.15.1.1 (this...
2009-10-01  malcalsa: Change default buffer/period size
2009-10-01  malcoss/alsa: Do not invoke UB described in 7.15.1.1
2009-09-30  malcsdlaudio: make it suck less
2009-09-18  malcaudio: use correct email address
2009-09-18  malcaudio: internal API change
2009-09-18  malcsdlaudio: use correct function names in sdl_XXX calls
2009-09-18  malcoss: use audio_pcm_hw_clip_out
2009-09-18  malcalsa: use audio_pcm_hw_clip_out
2009-09-18  malcaudio: introduce audio_pcm_hw_clip_out helper function
2009-09-18  malcaudio: use muldiv64 where it makes sense
2009-09-18  malccoreaudio: fix sloppy "posixification" by 1ea879e5580f6...
2009-09-13  malcalsa: Use proper value when testing returned events...
2009-09-13  malcalsa/oss: Remove fd transfer handlers before closing...
2009-09-13  Jan Kiszkaaudio: Fix typo that broke QEMU_AUDIO_ADC_TRY_POLL
2009-09-13  malcoss: Simplify mmap code
2009-09-13  malcoss: OSS v4 support
2009-09-12  Blue SwirlFix sys-queue.h conflict for good
2009-09-11  malcaudio: remove lsbindex/popcount in favour of host-utils...
2009-09-11  malcalsa: poll mode handling
2009-09-11  malcoss: poll mode handling
2009-09-11  malcaudio: poll mode infrastructure
2009-09-11  malcoss: Unbreak mmaping the ability to mmap oss fd on...
2009-09-11  Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-10  malcRemove bit-rotten threshold handling
2009-09-02  Kirill A. ShutemovFix warning on x86_64
2009-08-28  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-26  ConsulFix dsound typos
2009-08-12  malcFix typo
2009-08-11  malcAesthetics
2009-08-11  Juan Quintelause C99 initializers for all audio/*
2009-08-11  Juan Quintelause C99 initializers for audio_pcm_ops
2009-08-11  Juan QuintelaUse C99 initializers for audio_option
2009-08-11  Juan QuintelaUse proper struct initializers and remove INIT_FIELD...
2009-07-31  Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-30  Bjørn Morkalsa: add host suspend/resume support
2009-07-27  Juan QuintelaGenerate config-host.h from config-host.mak
2009-07-27  Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-24  malcFix period initialization
2009-07-22  Juan Quintelause struct initializer for audio.c
2009-07-17  malcIgnore -Waddress for alsaaudio.c
2009-06-18  Jean-Christophe... fix qemu_alloc/qemu_free for audio subsystem
2009-06-18  Gerd Hoffmannalsa: fix warning
2009-05-13  malcRemove any pretense that there can be more than one...
2009-05-12  Paul BrookMake AUD_init failure fatal
2009-05-01  ConsulRemove redundant #define
2009-03-07  blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-05  aliguorimonitor: Rework API (Jan Kiszka)
2009-02-18  malcAvoid running audio ctl's when vm is not running
2009-02-05  aliguoriaudio: remove error handling from qemu_malloc() callers...
2009-01-22  malcFix NAME2/FIELD2 warnings
2009-01-22  aliguoriRework vm_state_change notifiers (Jan Kiszka)
2008-12-22  malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-03  malcMake audio violate POSIX less
2008-11-16  blueswir1Attached patch fixes a series of this warning
2008-11-12  malcRename hz to hertz to keep AIX happy
2008-11-04  malcSet default audio timer period to a sane value (otherwi...
2008-10-26  blueswir1Fix undeclared symbol warnings from sparse
2008-10-26  blueswir1Fix undefined pthread_sigmask warning on FreeBSD (Juerg...
2008-10-25  blueswir1Fix undefined pthread_sigmask warning on OpenBSD
2008-10-06  blueswir1Prepare for changing audio_pcm_ops dynamically (partial...
2008-10-05  blueswir1Move wav_start_capture prototype to avoid a warning...
2008-10-05  blueswir1Make audio_pcm_opsstatic const
2008-09-28  malcFix more r5087 breakage
2008-08-27  blueswir1Revert a part of r5087 that didn't need fixing (thanks...
2008-08-25  blueswir1Fix more bugs in r5044
2008-08-21  blueswir1Fix OpenBSD linker warnings
2008-07-29  aliguoriMove audio/sys-queue.h => sys-queue.h
next