84 Commits (95aa4fdd58c50ba1d800bb106d73ef8a656e016e)

Author SHA1 Message Date
Marc-André Lureau 9edc6313da Replace GCC_FMT_ATTR with G_GNUC_PRINTF 5 years ago
Volker Rümelin 385211e8f9 ossaudio: reduce effective playback buffer size 5 years ago
Volker Rümelin 9833438ef6 audio: restore mixing-engine playback buffer size 5 years ago
Zhang Han 6c6886bd01 audio: Add braces for statements/fix braces' position 6 years ago
Volker Rümelin a2893c8303 audio: split pcm_ops function get_buffer_in 6 years ago
Volker Rümelin 4f50d4a48e ossaudio: fix out of bounds write 6 years ago
Volker Rümelin f03cd06814 ossaudio: disable poll mode can't be reached 7 years ago
Volker Rümelin 3e0c1bbab5 ossaudio: prevent SIGSEGV in oss_enable_out 7 years ago
Volker Rümelin fdc8c5f471 audio: fix bug 1858488 7 years ago
Gerd Hoffmann 7a4ede0047 audio/oss: fix buffer pos calculation 7 years ago
Kővágó, Zoltán 2b9cce8c8c audio: replace shift in audio_pcm_info with bytes_per_frame 7 years ago
Kővágó, Zoltán 571a8c522e audio: split ctl_* functions into enable_* and volume_* 7 years ago
Kővágó, Zoltán dc88e38fa7 audio: unify input and output mixeng buffer management 7 years ago
Kővágó, Zoltán 3ba4066d08 ossaudio: port to the new audio backend api 7 years ago
Kővágó, Zoltán 7520462bc1 audio: use size_t where makes sense 7 years ago
Kővágó, Zoltán 1d793fec6c audio: remove read and write pcm_ops 7 years ago
Kővágó, Zoltán 18e2c1771b audio: do not run each backend in audio_run 7 years ago
Kővágó, Zoltán 5893591503 audio: remove audio_MIN, audio_MAX 7 years ago
Markus Armbruster 0b8fa32f55 Include qemu/module.h where needed, drop it from qemu-common.h 7 years ago
Kővágó, Zoltán baf6c7f4b4 ossaudio: port to -audiodev config 8 years ago
Kővágó, Zoltán 71830221fb audio: -audiodev command line option basic implementation 8 years ago
Kővágó, Zoltán 85bc58520c audio: use qapi AudioFormat instead of audfmt_e 8 years ago
Gerd Hoffmann d3893a39eb audio: add driver registry 9 years ago
Alistair Francis 470bcabd8f audio: Replace AUDIO_FUNC with __func__ 9 years ago
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Stefan Weil cb8d4c8f54 Fix some typos found by codespell 11 years ago
Peter Maydell 6086a565b0 audio: Clean up includes 11 years ago
Gonglei 2828a30723 ossaudio: fix memory leak 11 years ago
Kővágó, Zoltán d95d7d802c ossaudio: use trace events instead of debug config flag 11 years ago
Kővágó, Zoltán 4045a85ad1 ossaudio: do not use global variables 11 years ago
Kővágó, Zoltán 5706db1deb audio: expose drv_opaque to init_out and init_in 11 years ago
Fam Zheng b027a538c6 oss: Remove unused error handling of qemu_set_fd_handler 11 years ago
Markus Armbruster fb7da626c0 audio: Drop superfluous conditionals around g_free() 12 years ago
Gerd Hoffmann 73204cffe5 ossaudio: check for oss support in oss_audio_init 13 years ago
Gerd Hoffmann 926de75432 Revert "ossaudio: do not enable by default" 13 years ago
Anthony Liguori c905c5012a ossaudio: do not enable by default 13 years ago
Brad Smith 4f6ab397b6 Remove OSS support for OpenBSD 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini f8fe796407 janitor: do not include qemu-char everywhere 14 years ago
Paolo Bonzini 077805fa92 janitor: do not rely on indirect inclusions of or from qemu-char.h 14 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Michael Walle 00e076795f audio: split sample conversion and volume mixing 16 years ago
Michael Walle b6c9c9401c ossaudio: add endianness support for VoiceIn 16 years ago
Juergen Lock 72ff25e4e9 Workaround for broken OSS_GETVERSION on FreeBSD, part two 17 years ago
malc 3d709fe73a oss: fix fragment setting 17 years ago
malc 6d246526ce oss: issue OSS_GETVERSION ioctl only when needed 17 years ago
malc 78d9356d3c oss: refactor code around policy setting 17 years ago
malc e726fe7d60 oss: workaround for cases when OSS_GETVERSION is not defined 17 years ago
malc a628b869be oss/alsa: Do not invoke UB described in 7.15.1.1 (this time for ADC) 17 years ago
malc 301901b56c oss/alsa: Do not invoke UB described in 7.15.1.1 17 years ago