aboutsummaryrefslogtreecommitdiff
path: root/audio/dsoundaudio.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-04dsoundaudio: reduce effective playback buffer sizeVolker Rümelin1-13/+17
2022-01-13dsoundaudio: fix crackling audio recordingsVolker Rümelin1-4/+3
2021-01-15audio: Don't use '%#' in format stringsZhang Han1-1/+1
2021-01-15audio: Fix lines over 90 charactersZhang Han1-10/+27
2021-01-15audio: Add spaces around operator/delete redundant spacesZhang Han1-1/+1
2021-01-15audio: Add braces for statements/fix braces' positionZhang Han1-6/+3
2021-01-15dsoundaudio: rename dsound_open()Volker Rümelin1-2/+2
2021-01-15dsoundaudio: replace GetForegroundWindow()Volker Rümelin1-1/+1
2020-04-06dsoundaudio: dsound_get_buffer_in should honor *sizeVolker Rümelin1-1/+1
2020-04-06dsoundaudio: fix "Could not lock capture buffer" warningVolker Rümelin1-0/+5
2020-04-06dsoundaudio: fix never-ending playback loopVolker Rümelin1-1/+1
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán1-4/+23
2019-10-18audio: replace shift in audio_pcm_info with bytes_per_frameKővágó, Zoltán1-2/+2
2019-09-23audio: split ctl_* functions into enable_* and volume_*Kővágó, Zoltán1-30/+20
2019-09-23dsoundaudio: port to the new audio backend apiKővágó, Zoltán1-238/+67
2019-08-21audio: use size_t where makes senseKővágó, Zoltán1-8/+9
2019-08-21audio: remove read and write pcm_opsKővágó, Zoltán1-12/+0
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán1-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-03-11dsoundaudio: port to -audiodev configKővágó, Zoltán1-42/+17
2019-03-11audio: -audiodev command line option basic implementationKővágó, Zoltán1-1/+1
2018-03-12audio: add driver registryGerd Hoffmann1-1/+7
2018-02-06audio: Replace AUDIO_FUNC with __func__Alistair Francis1-1/+1
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2015-06-15dsoundaudio: remove primary bufferKővágó, Zoltán1-104/+0
2015-06-15dsoundaudio: remove *_retries kludgesKővágó, Zoltán1-55/+13
2015-06-15dsoundaudio: do not use global variablesKővágó, Zoltán1-43/+63
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-2/+2
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc1-95/+2
2009-09-18audio: internal API changemalc1-4/+2
2009-08-26Fix dsound typosConsul1-3/+3
2009-08-11Aestheticsmalc1-40/+60
2009-08-11use C99 initializers for all audio/*Juan Quintela1-12/+10
2009-08-11use C99 initializers for audio_pcm_opsJuan Quintela1-11/+11
2009-08-11Use C99 initializers for audio_optionJuan Quintela1-21/+41
2009-08-11Use proper struct initializers and remove INIT_FIELD() macroJuan Quintela1-12/+11
2009-05-01Remove redundant #defineConsul1-1/+0
2008-12-03Make audio violate POSIX lessmalc1-6/+8
2008-10-06Prepare for changing audio_pcm_ops dynamically (partially revert r5422)blueswir11-1/+1
2008-10-05Make audio_pcm_opsstatic constblueswir11-1/+1
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-8/+12
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+2
2007-11-17Remove stray uses of vl.h.pbrook1-1/+2
2006-07-04audio fixes + initial audio capture support (malc)bellard1-2/+6
2005-11-05audio merge (malc)bellard1-66/+60
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-0/+1082