VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88917   4 years vboxsync AudioMixer: Removed some more unused stuff; cleanups. bugref:9890
(edit) @88916   4 years vboxsync Audio: Eliminated AUDMIXSINKDIR and AUDMIXSINKCMD, using PDMAUDIODIR …
(edit) @88915   4 years vboxsync AudioMixer: Added crude heuristics to audioMixerSinkUpdateOutput for …
(edit) @88914   4 years vboxsync AudioMixer: Added crude heuristics to audioMixerSinkUpdateOutput for …
(edit) @88913   4 years vboxsync AudioMixer: Added crude heuristics to audioMixerSinkUpdateOutput for …
(edit) @88909   4 years vboxsync AudioMixer: Ignore pfnStreamControl failures and most definitely don't …
(edit) @88908   4 years vboxsync Audio/Dev*: Stream adding cleanup fixes. bugref:9890
(edit) @88907   4 years vboxsync AudioMixer: Removed a few unused function. bugref:9890
(edit) @88906   4 years vboxsync Audio/Dev*: Overhauled the attach/detach code a little, making attach …
(edit) @88905   4 years vboxsync Audio/Dev*: Overhauled the attach/detach code a little, making attach …
(edit) @88899   4 years vboxsync DevIchAc97, DevSB16: For the last time, RTStrPrintf doesn't work like …
(edit) @88898   4 years vboxsync DrvAudio: Process backend state changes in drvAudioStreamGetState too …
(edit) @88897   4 years vboxsync DrvAudio: Process backend state changes in drvAudioStreamGetState too …
(edit) @88896   4 years vboxsync DrvAudio: Status cleanup. bugref:9890
(edit) @88892   4 years vboxsync Audio: Moved the PDMAUDIOSTREAM_STS_XXX stuff into DrvAudio as it's no …
(edit) @88891   4 years vboxsync DrvAudio: A couple of todos and logging. bugref:9890
(edit) @88890   4 years vboxsync AudioMixer: Some diagnostics code (disabled). bugref:9890
(edit) @88889   4 years vboxsync AudioMixBuffer: Fixed bug in AudioMixBufPeekResampling where we'd …
(edit) @88888   4 years vboxsync DrvAudioVRDE: Fixed bug that snuk into drvAudioVrdeHA_StreamDestroy in …
(edit) @88887   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
(edit) @88884   4 years vboxsync DrvAudio,Mixer: Changed PDMIAUDIOCONNECTOR::pfnStreamGetStatus into …
(edit) @88880   4 years vboxsync Audio: Removed the obsolete VBOX_WITH_AUDIO_XXX_ONETIME_INIT code. …
(edit) @88878   4 years vboxsync DrvHostAudioWasApi: Fail if no PDMIHOSTAUDIOPORT interface below. …
(edit) @88868   4 years vboxsync Audio: Doxygen fixes. bugref:9890
(edit) @88864   4 years vboxsync DrvHostAudioWasApi: Limit the number of audio clients in the cache to …
(edit) @88861   4 years vboxsync DrvAudio,DrvHostAudioWasApi: Implemented the smoother default device …
(edit) @88854   4 years vboxsync Audio/SB16: Fixed audio when restoring from a saved state and output …
(edit) @88853   4 years vboxsync Audio: Reworking PDMIHOSTAUDIOPORT::pfnNotifyDevicesChanged a little, …
(edit) @88852   4 years vboxsync DrvAudio: Logging fix. bugref:9890
(edit) @88851   4 years vboxsync DrvAudio,DrvHostAudioWasApi: Made WAS API device re-init work (i.e. …
(edit) @88849   4 years vboxsync Audio devices: Request power-off notifications before the drivers to …
(edit) @88848   4 years vboxsync DrvHostAudioPulseAudio: Don't know why on earth we try shut down stuff …
(edit) @88825   4 years vboxsync Audio: Doxygen fix. bugref:9890
(edit) @88824   4 years vboxsync Audio: Logging fix. bugref:9890
(edit) @88823   4 years vboxsync Audio: scm fixes. bugref:9890
(edit) @88820   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88807   4 years vboxsync Audio/SB16: Do some sanity checking for hardware CFGM values. bugref:9890
(edit) @88800   4 years vboxsync Audio/SB16: Resolved another todo. bugref:9890
(edit) @88799   4 years vboxsync Audio/SB16: Documented SB16STREAMHWCFG. bugref:9890
(edit) @88797   4 years vboxsync Audio/SB16: More cleanups / todos. bugref:9890
(edit) @88776   4 years vboxsync drvHostAudioWasApi: doxygen fixes. bugref:9890
(edit) @88773   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88772   4 years vboxsync Audio/DrvHostAudioWasApi: Doxygen fixes. bugref:9890
(edit) @88769   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88768   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88767   4 years vboxsync Audio/SB16: Implemented support for async I/O (disabled by default); a …
(edit) @88763   4 years vboxsync DrvAudio: Logging build fix. bugref:9890
(edit) @88762   4 years vboxsync Audio: Do not pause disabled streams as that may cause some simplistic …
(edit) @88761   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88760   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88733   4 years vboxsync DrvAudio: Shuffled a few more functions around. No functional change. …
(edit) @88732   4 years vboxsync DrvAudio: Use provide PDMIAUDIONOTIFYFROMHOST regardless of …
(edit) @88731   4 years vboxsync Audio: Fixed and tightened audio stream state assertions. Doc …
(edit) @88726   4 years vboxsync DrvAudio: Prep work for new backend stream status... bugref:9890
(edit) @88725   4 years vboxsync DrvAudio: No need to check of the backend has a pfnStreamGetStatus …
(edit) @88724   4 years vboxsync Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
(edit) @88723   4 years vboxsync Audio: The audio device (i.e. AudioMixer.cpp) is now responsible for …
(edit) @88720   4 years vboxsync Audio: Merged pfnStreamWrite and pfnStreamPlay in PDMIAUDIOCONNECTOR. …
(edit) @88719   4 years vboxsync DrvAudio: Removed a bunch of unused statistics. bugref:9890
(edit) @88718   4 years vboxsync Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
(edit) @88717   4 years vboxsync DrvAudio: Some more tidying up. bugref:9890
(edit) @88715   4 years vboxsync DrvAudio: Shuffling functions more into interface order. bugref:9890
(edit) @88714   4 years vboxsync DrvAudio: Removed some unused code. bugref:9890
(edit) @88710   4 years vboxsync DrvAudio: Require PDMAUDIOSTREAM_CREATE_F_NO_MIXBUF for output …
(edit) @88709   4 years vboxsync DrvAudio: Require PDMAUDIOSTREAM_CREATE_F_NO_MIXBUF for output …
(edit) @88706   4 years vboxsync DrvHostAudioWasApi: Introduced a worker thread that processes the …
(edit) @88693   4 years vboxsync Audio: Added optional pfnStreamConfigHint methods to …
(edit) @88692   4 years vboxsync DevIchAc97: Create AIO thread with RTTHREADFLAGS_COM_MTA so it'll work …
(edit) @88691   4 years vboxsync DrvHostAudioDSound, DrvHostAudioWasApi: No need to call CoInitializeEx …
(edit) @88690   4 years vboxsync DevHda: Start the AIO thread with RTTHREADFLAGS_COM_MTA. bugref:9890
(edit) @88677   4 years vboxsync Audio/AC97: Fixed compilation when VBOX_WITH_AUDIO_HDA_ONETIME_INIT is …
(edit) @88676   4 years vboxsync Audio/SB16: Fixed compilation when VBOX_WITH_AUDIO_HDA_ONETIME_INIT is …
(edit) @88675   4 years vboxsync Audio/SB16: Added a tiny bit of profiling [build fix].
(edit) @88674   4 years vboxsync Audio/HDA: Fixed compilation when VBOX_WITH_AUDIO_HDA_ONETIME_INIT is …
(edit) @88673   4 years vboxsync Audio/SB16: Added a tiny bit of profiling.
(edit) @88672   4 years vboxsync Audio: Use HostAudioWas on windows 10 instead of DSound. Only set the …
(edit) @88667   4 years vboxsync DrvHostAudioWasApi: Always keep IMMDevice pointer to the input and …
(edit) @88666   4 years vboxsync DrvAudio: Use PDMDrvHlpSTAMDeregisterByPrefix to deregister statistics …
(edit) @88663   4 years vboxsync drvHostAudioWasApi: Implemented caching of audio clients as the …
(edit) @88662   4 years vboxsync DevHda: Added release profiling of stream starting, resetting and …
(edit) @88653   4 years vboxsync Audio/SB16: Makes now also use of the common stream debugging (file) …
(edit) @88646   4 years vboxsync Audio/SB16: Now also is using our internal software mixer [SCM fix].
(edit) @88645   4 years vboxsync Audio/SB16: Now also is using our internal software mixer.
(edit) @88630   4 years vboxsync DrvHostAudioWasApi: More WASAPI backend work. bugref:9890
(edit) @88629   4 years vboxsync DrvHostAudioWasApi: More WASAPI backend work. bugref:9890
(edit) @88628   4 years vboxsync DrvHostAudioDSoundMMNotifClient.h: Removed three functions not part of …
(edit) @88575   4 years vboxsync DevHda: Some SSYNC logging and notes about possible implementation. …
(edit) @88573   4 years vboxsync DrvHostAudioDSound: Build fix. bugref:9890
(edit) @88572   4 years vboxsync DevHda: Set the FIFORDY bit when a stream is enabled and clear it when …
(edit) @88566   4 years vboxsync DrvHostAudioDSound: Added a timer hack for making sure draining …
(edit) @88564   4 years vboxsync DrvHostAudioDSound: Added a status formatter and some other logging …
(edit) @88561   4 years vboxsync Audio: Moved the HostAudioNotResponding runtime error reporting during …
(edit) @88559   4 years vboxsync DrvAudio: Need to return VERR_AUDIO_BACKEND_INIT_FAILED rather than …
(edit) @88556   4 years vboxsync DrvHostAudioDSound: Restructured the stream control code. bugref:9890
(edit) @88555   4 years vboxsync DrvHostAudioDSound: Refreshed the stream destruction code. bugref:9890
(edit) @88554   4 years vboxsync DrvHostAudioDSound: Refreshed the stream creation code. bugref:9890
(edit) @88542   4 years vboxsync DrvHostAudioDSound: We don't need to enter the critical section when …
(edit) @88541   4 years vboxsync DrvHostAudioDSound: We don't need to enter the critical section when …
(edit) @88539   4 years vboxsync DrvHostAudioDSound: We don't need to enter the critical section when …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette