VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/DrvHostAudioDSound.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @100142   18 months vboxsync Audio/DrvHostAudioDSound: Return the correct pointer address in …
(edit) @100141   18 months vboxsync Audio/DrvHostAudioDSound: Return the correct pointer address in …
(edit) @98698   22 months vboxsync DrvHostAudioDSound: Removed dsoundUpdateStatusInternal which has been …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96472   2 years vboxsync ValKit/vkat,Devices/Audio: Made vkat build in no-CRT mode. bugref:10261
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91884   3 years vboxsync Devices/Audio: Change audio drivers to access the CFGM API through the …
(edit) @91425   3 years vboxsync Audio: Removed dead code (VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH is no more).
(edit) @91020   3 years vboxsync Audio: Toned down verbose release logging of the DSound backend a bit. …
(edit) @89579   3 years vboxsync DrvHostAudioDSound.cpp: Demoted noisy LogRel2 to LogRel3. bugref:9890
(edit) @89551   3 years vboxsync Audio: Nits/6.1. bugref:bugref:9890
(edit) @89510   3 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89504   3 years vboxsync Audio: Re-ordering some methods, no real change. bugref:9890
(edit) @89500   3 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89487   3 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89421   3 years vboxsync DrvHostAudioDSound: Multi channel support. bugref:9890
(edit) @89344   4 years vboxsync Audio: For anyone wishing to use the VBOX_AUDIO_DEBUG_DUMP_PCM_DATA …
(edit) @89269   4 years vboxsync DrvHostAudioDSound: Use RTUuidToStr instead of UuidFromStringW because …
(edit) @89258   4 years vboxsync Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
(edit) @89229   4 years vboxsync Audio: Must have a PDMAUDIOHOSTDEV_F_DEFAULT flag for each direction …
(edit) @89218   4 years vboxsync Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and …
(edit) @89213   4 years vboxsync Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
(edit) @89089   4 years vboxsync Audio: 32-bit windows build fixes. bugref:9890
(edit) @89057   4 years vboxsync ValKit/Audio: Eliminated VBoxDDVKAT.h. Made some progress getting the …
(edit) @89055   4 years vboxsync ValKit/Audio: Eliminated VBoxDDVKAT.h. Made some progress getting the …
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88959   4 years vboxsync Audio/VaKit: Added driver backends for MacOS and Windows. bugref:10008
(edit) @88887   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
(edit) @88853   4 years vboxsync Audio: Reworking PDMIHOSTAUDIOPORT::pfnNotifyDevicesChanged a little, …
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88761   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88724   4 years vboxsync Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
(edit) @88718   4 years vboxsync Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
(edit) @88691   4 years vboxsync DrvHostAudioDSound, DrvHostAudioWasApi: No need to call CoInitializeEx …
(edit) @88573   4 years vboxsync DrvHostAudioDSound: Build fix. bugref:9890
(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) @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 …
(edit) @88534   4 years vboxsync Audio: Merged the cbStreamOut and cbStreamIn fields in …
(edit) @88514   4 years vboxsync DrvHostAudioDSound: Moving functions around. bugref:9890
(edit) @88452   4 years vboxsync Audio: Cleaned up the alsa backend. Removed unused+bogus …
(edit) @88412   4 years vboxsync Audio: Made PPDMAUDIOBACKENDSTREAM a typedef instead of a weird …
(edit) @88390   4 years vboxsync Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
(edit) @88382   4 years vboxsync Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the …
(edit) @88381   4 years vboxsync Audio: Made the pfnInit method of the PDMIHOSTAUDIO interface …
(edit) @88380   4 years vboxsync Audio: Removed the unused pfnStreamIterate method from PDMIHOSTAUDIO. …
(edit) @88378   4 years vboxsync Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
(edit) @88376   4 years vboxsync DrvHostAudioDSound.cpp: Ripped out the extra ~600ms buffering. When …
(edit) @88371   4 years vboxsync DrvHostAudioDSound: Try enumerate devices using MMDeviceEnumerator if …
(edit) @88362   4 years vboxsync Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
(edit) @88361   4 years vboxsync DrvHostAudioDSound: Converted to use PDMIAUDIONOTIFYFROMHOST. bugref:9890
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88235   4 years vboxsync Audio: File header adjustments. bugref:9890
(edit) @88233   4 years vboxsync Audio: VBoxMMNotificationClient.* -> DrvHostAudioDSoundMMNotifClient.* …
(edit) @88230   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(copy) @88226   4 years vboxsync Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. bugref:9890
copied from trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp
(edit) @88055   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
Note: See TracRevisionLog for help on using the revision log.

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