79 Commits (0e7f6f6359c6204736b80d98e956cdeaf84f4534)

Author SHA1 Message Date
Marc-André Lureau 097409f57d audio: remove AudioMixengBackendClass.name 2 months ago
Marc-André Lureau eebba32fe5 audio: replace int endianness with bool big_endian in audsettings 2 months ago
Marc-André Lureau b4d6c29b84 audio/sdl: replace custom logging with error_report 2 months ago
Marc-André Lureau 29a7f5da98 audio: move pcm_ops into AudioMixengBackendClass 2 months ago
Marc-André Lureau cc66d140a9 audio: remove audio_driver 2 months ago
Marc-André Lureau bc52c58c25 audio: remove audio_driver init/fini/next 2 months ago
Marc-André Lureau 480e6bac92 audio/sdl: convert to QOM lifecycle methods 2 months ago
Marc-André Lureau b06d3bafbe audio: replace type_init() with DEFINE_TYPES 2 months ago
Marc-André Lureau b16d03b5ba audio: drop audio driver registration 6 months ago
Marc-André Lureau c2dfd949cb audio: add QOM module-objects for each backend 6 months ago
Philippe Mathieu-Daudé b8afda6704 audio: Remove pointless local variables 5 months ago
Marc-André Lureau 8da8bf74ae audio: drop needless audio_driver "descr" field 6 months ago
Marc-André Lureau 1e4ebc895a audio: move audio.h under include/qemu/ 6 months ago
Paolo Bonzini 69a802792a audio: remove QEMU_AUDIO_* and -audio-help support 3 years ago
Paolo Bonzini f6061733a9 audio: allow returning an error from the driver init 3 years ago
Marc-André Lureau 9edc6313da Replace GCC_FMT_ATTR with G_GNUC_PRINTF 4 years ago
Volker Rümelin 7b67252807 sdlaudio: fix samples vs. frames mix-up 4 years ago
Volker Rümelin 9833438ef6 audio: restore mixing-engine playback buffer size 4 years ago
Volker Rümelin 18404ff111 audio: replace open-coded buffer arithmetic 4 years ago
Volker Rümelin bd37ede4eb sdlaudio: enable (in|out).mixing-engine=off 5 years ago
Volker Rümelin c2031dea89 sdlaudio: add recording functions 5 years ago
Volker Rümelin ce31f099fb sdlaudio: replace legacy functions with modern ones 5 years ago
Volker Rümelin e02d178f78 sdlaudio: fill remaining sample buffer with silence 5 years ago
Volker Rümelin bcce2ea5f6 sdlaudio: always clear the sample buffer 5 years ago
Volker Rümelin 14cefe14bb sdlaudio: don't start playback in init routine 5 years ago
Volker Rümelin 5a0926c23f sdlaudio: add -audiodev sdl,out.buffer-count option 5 years ago
Volker Rümelin ff69c481a2 audio: fix bit-rotted code 5 years ago
Volker Rümelin ef26632e3a sdlaudio: remove leftover SDL1.2 code 5 years ago
Kővágó, Zoltán ed2a4a7941 audio: proper support for float samples in mixeng 6 years ago
Volker Rümelin fdc8c5f471 audio: fix bug 1858488 6 years ago
Kővágó, Zoltán 571a8c522e audio: split ctl_* functions into enable_* and volume_* 7 years ago
Kővágó, Zoltán ff71876766 sdlaudio: 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 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 57dea55332 sdlaudio: port to -audiodev config 7 years ago
Kővágó, Zoltán 71830221fb audio: -audiodev command line option basic implementation 7 years ago
Kővágó, Zoltán 85bc58520c audio: use qapi AudioFormat instead of audfmt_e 7 years ago
Thomas Huth 9399ef1683 audio/sdlaudio: Simplify the sdl_callback function 7 years ago
Thomas Huth 8a7816c4ac audio/sdlaudio: Remove the semaphore code 7 years ago
Gerd Hoffmann d3893a39eb audio: add driver registry 8 years ago
Alistair Francis 470bcabd8f audio: Replace AUDIO_FUNC with __func__ 8 years ago
Thomas Huth bcf19777df audio/sdlaudio: Allow audio playback with SDL2 9 years ago
Peter Maydell 6086a565b0 audio: Clean up includes 10 years ago
Kővágó, Zoltán 81ebb07c56 sdlaudio: do not allow multiple instances 11 years ago
Kővágó, Zoltán 5706db1deb audio: expose drv_opaque to init_out and init_in 11 years ago
Alexandre Raymond 9bf0960a9a Fix compilation warning due to missing header for sigaction (followup) 15 years ago
Stefan Weil 4ff9786c67 Fix trivial "endianness bugs" 15 years ago
malc 60592edde4 audio/sdl: return on error 16 years ago