aboutsummaryrefslogtreecommitdiff
path: root/audio/sdlaudio.c
AgeCommit message (Expand)Author
2021-01-15sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin
2021-01-15sdlaudio: add recording functionsVolker Rümelin
2021-01-15sdlaudio: replace legacy functions with modern onesVolker Rümelin
2021-01-15sdlaudio: fill remaining sample buffer with silenceVolker Rümelin
2021-01-15sdlaudio: always clear the sample bufferVolker Rümelin
2021-01-15sdlaudio: don't start playback in init routineVolker Rümelin
2021-01-15sdlaudio: add -audiodev sdl,out.buffer-count optionVolker Rümelin
2021-01-15audio: fix bit-rotted codeVolker Rümelin
2021-01-15sdlaudio: remove leftover SDL1.2 codeVolker Rümelin
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán
2020-01-31audio: fix bug 1858488Volker Rümelin
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán
2019-09-23sdlaudio: port to the new audio backend apiKővágó, Zoltán
2019-08-21audio: use size_t where makes senseKővágó, Zoltán
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11sdlaudio: port to -audiodev configKővágó, Zoltán
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-02-28audio/sdlaudio: Simplify the sdl_callback functionThomas Huth
2019-02-28audio/sdlaudio: Remove the semaphore codeThomas Huth
2018-03-12audio: add driver registryGerd Hoffmann
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis
2017-03-01audio/sdlaudio: Allow audio playback with SDL2Thomas Huth
2016-02-02audio: Clean up includesPeter Maydell
2015-06-15sdlaudio: do not allow multiple instancesKővágó, Zoltán
2015-06-15audio: expose drv_opaque to init_out and init_inKővágó, Zoltán
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-04-03Fix trivial "endianness bugs"Stefan Weil
2010-08-07audio/sdl: return on errormalc
2010-08-06audio/sdl: be more anal about errorsmalc
2010-04-22audio/sdlaudio: remove unused variableSerge Ziryukin
2010-01-17Revert "sdlaudio: make it suck less"malc
2009-09-30sdlaudio: make it suck lessmalc
2009-09-18audio: internal API changemalc
2009-09-18sdlaudio: use correct function names in sdl_XXX callsmalc
2009-08-11Aestheticsmalc
2009-08-11use C99 initializers for all audio/*Juan Quintela
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela
2009-08-11Use C99 initializers for audio_optionJuan Quintela
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2008-12-03Make audio violate POSIX lessmalc
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-26Fix undefined pthread_sigmask warning on FreeBSD (Juergen Lock)blueswir1
2008-10-25Fix undefined pthread_sigmask warning on OpenBSDblueswir1
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir1
2008-10-05Make audio_pcm_opsstatic constblueswir1