VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89054   4 years vboxsync ValKit/Audio: Command line parsing fixes. Tag inconsistencies and …
(edit) @89053   4 years vboxsync Audio/ValKit: More code for VKAT audio test set generation; initial …
(edit) @89052   4 years vboxsync Audio/ValKit: More code for VKAT audio test set generation; initial …
(edit) @89051   4 years vboxsync Audio/ValKit: More code for VKAT audio test set generation; initial …
(edit) @89045   4 years vboxsync Audio/ValKit: Allow re-running the same test set (with the same tag) …
(edit) @89044   4 years vboxsync Audio/ValKit: Docs update, use intermediate path in …
(edit) @89043   4 years vboxsync Audio/ValKit: Docs update, use intermediate path in …
(edit) @89027   4 years vboxsync DrvHostAudioCoreAudio: More cleanups in the input/output buffer …
(edit) @89026   4 years vboxsync DrvHostAudioCoreAudio: More cleanups; use drvHostAudioCa as function …
(edit) @89025   4 years vboxsync DrvHostAudioCoreAudio: Notification callback cleanups & writing todos. …
(edit) @89024   4 years vboxsync DrvHostAudioCoreAudio: Updated documentation links. bugref:9890
(edit) @89023   4 years vboxsync DrvHostAudioCoreAudio: COREAUDIOSTREAM::pDrv is not used or needed. …
(edit) @89022   4 years vboxsync DrvHostAudioCoreAudio: Cleanups. bugref:9890
(edit) @89019   4 years vboxsync Audio/ValKit: Doxygen fix. bugref:10008
(edit) @89014   4 years vboxsync Audio/ValKit: More work on test tone execution. bugref:10008
(edit) @89010   4 years vboxsync Audio/ValKit: First tones can be played back by VKAT now. bugref:10008
(edit) @89009   4 years vboxsync DrvHostAudioCoreAudio: Made VBOX_WITH_AUDIO_CALLBACKS non-optional. …
(edit) @89008   4 years vboxsync DrvHostAudioCoreAudio: Re-ordered functions a bit. Some cleanups. …
(edit) @89005   4 years vboxsync Audio/ValKit: Added supported for (simple) manifest section creation. …
(edit) @88996   4 years vboxsync Audio/ValKit: Added a bit more stuff to the manifest header. bugref:10008
(edit) @88995   4 years vboxsync DrvHostAudioOss: Build fix (draining revamp). bugref:9890
(edit) @88994   4 years vboxsync AudioMixer: Build fix (draining revamp). bugref:9890
(edit) @88993   4 years vboxsync DrvAudio: Build fix (draining revamp). bugref:9890
(edit) @88992   4 years vboxsync DrvHostAudioPulseAudio: Build fix (draining revamp). bugref:9890
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88987   4 years vboxsync Audio/ValKit: SCM fixes. bugref:10008
(edit) @88985   4 years vboxsync Audio/ValKit: More hacking on the test set validation / error handling …
(edit) @88983   4 years vboxsync Audio/ValKit: More code for command line / test set handling in VKAT. …
(edit) @88968   4 years vboxsync Audio/ValKit: A bit of sketching out audio test set handling [build …
(edit) @88967   4 years vboxsync Audio/ValKit: A bit of sketching out audio test set handling. bugref:10008
(edit) @88966   4 years vboxsync DrvHostAudioAlsa: 4 symbols we need aren't there on really systems …
(edit) @88961   4 years vboxsync Audio: Fixed wrong type in AudioTestToneWrite. Need casts for double …
(edit) @88959   4 years vboxsync Audio/VaKit: Added driver backends for MacOS and Windows. bugref:10008
(edit) @88958   4 years vboxsync Audio/VaKit: Use the full (but mocked) version of PDMDRVREG. bugref:10008
(edit) @88957   4 years vboxsync AudioMixer: AudioMixerSinkRead does not need a enmOp parameter. …
(edit) @88955   4 years vboxsync DevSB16: Use the asynchronous I/O facility of the mixer sink. bugref:9890
(edit) @88954   4 years vboxsync Audio: doxygen and stats tweaks. bugref:9890
(edit) @88953   4 years vboxsync DevIchAc97: Removed two obsolete AIO structures. bugref:9890
(edit) @88951   4 years vboxsync DevIchAc97: Used the asynchronous I/O facility of the mixer sink. …
(edit) @88950   4 years vboxsync DevIchAc97: Used the asynchronous I/O facility of the mixer sink. …
(edit) @88946   4 years vboxsync AudioMixer,DevHda: Added AudioMixerSinkTransferToCircBuf and …
(edit) @88945   4 years vboxsync AudioMixer,DevHda: Added AudioMixerSinkTransferToCircBuf and …
(edit) @88944   4 years vboxsync AudioMixer,DevHda: Added AudioMixerSinkTransferToCircBuf and …
(edit) @88943   4 years vboxsync DevHda: hdaR3StreamSetPositionAdd should be static. …
(edit) @88942   4 years vboxsync DevHda: Split up hdaR3StreamUpdate into Dma and AIO variants. bugref:9890
(edit) @88941   4 years vboxsync AudioMixer,DevHda: The asynchronous I/O code should be shared so the …
(edit) @88940   4 years vboxsync Audio/Dev*: Must destroy the mixer in the destructor as the power off …
(edit) @88939   4 years vboxsync Audio: doxygen fixes. bugref:9890
(edit) @88938   4 years vboxsync DevAC97: Made VBOX_WITH_AUDIO_AC97_ASYNC_IO non-optional. bugref:9890
(edit) @88937   4 years vboxsync DevAC97: Enabled async io. bugref:9890
(edit) @88936   4 years vboxsync DevSB16: Made VBOX_WITH_AUDIO_SB16_ASYNC_IO non-optional. bugref:9890
(edit) @88934   4 years vboxsync DevHda: Made VBOX_WITH_AUDIO_HDA_ASYNC_IO non-optional. bugref:9890
(edit) @88932   4 years vboxsync Audio/VaKit: Fixed SCM warning. bugref:10008
(edit) @88930   4 years vboxsync Audio/VaKit: Fixed SCM warning. bugref:10008
(edit) @88928   4 years vboxsync Audio/VaKit: Allow dynamic test backend selection via …
(edit) @88924   4 years vboxsync Audio/VaKit: Initial commit of VKAT, heavily work in progress [build …
(edit) @88923   4 years vboxsync Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008
(edit) @88920   4 years vboxsync AudioMixer: Dropped the unused scratch buffer associated with …
(edit) @88919   4 years vboxsync DevHda,DevIchAc97: This detach code looks completely random. bugref:9890
(edit) @88918   4 years vboxsync Audio: s/AudioMixerSinkCtl/AudioMixerSinkEnable/ bugref:9890
(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
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