|
|
@92005
|
3 years |
vboxsync |
Audio/Validation Kit: A bit more (optional) release logging for the …
|
|
|
@91861
|
3 years |
vboxsync |
Devices/Audio: Change audio drivers to access the CFGM API through the …
|
|
|
@91185
|
3 years |
vboxsync |
Audio/Validation Kit: Reverted r146838 again. bugref:10008
|
|
|
@91184
|
3 years |
vboxsync |
Audio/Validation Kit: Some more diagnostics to find out why some …
|
|
|
@91176
|
3 years |
vboxsync |
Audio/Validation Kit: Some more diagnostics to find out why some …
|
|
|
@91174
|
3 years |
vboxsync |
Audio/Validation Kit: Some more diagnostics to find out why some …
|
|
|
@91173
|
3 years |
vboxsync |
Audio/Validation Kit: Some more diagnostics to find out why some …
|
|
|
@91168
|
3 years |
vboxsync |
Audio/Validation Kit: Some more diagnostics to find out why some …
|
|
|
@91162
|
3 years |
vboxsync |
Audio/Validation Kit: Some more diagnostics to find out why some …
|
|
|
@91160
|
3 years |
vboxsync |
Audio/PulseAudio: Also release log non-good stream errors as these …
|
|
|
@91147
|
3 years |
vboxsync |
Audio/PulseAudio: Also release log non-good stream errors as these …
|
|
|
@89534
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Always register underflow/overflow callbacks …
|
|
|
@89532
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Implemented input/output device selection. …
|
|
|
@89531
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Don't trigger the stream unnecessarily when …
|
|
|
@89528
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: LogRel2. bugref:9890
|
|
|
@89527
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Fixed bug in drvHstAudPaHA_StreamGetReadable …
|
|
|
@89526
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: More buffer config changes and better …
|
|
|
@89522
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Use the default BufAttr.minreq value (output …
|
|
|
@89510
|
3 years |
vboxsync |
Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
|
|
|
@89504
|
3 years |
vboxsync |
Audio: Re-ordering some methods, no real change. bugref:9890
|
|
|
@89500
|
3 years |
vboxsync |
Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
|
|
|
@89487
|
3 years |
vboxsync |
Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
|
|
|
@89483
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Cleaned up function prefix and struct names. …
|
|
|
@89482
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Cleaned up function prefix and struct names. …
|
|
|
@89423
|
3 years |
vboxsync |
DrvHostAudioPulseAudio: Multi channel support. bugref:9890
|
|
|
@89258
|
4 years |
vboxsync |
Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
|
|
|
@89229
|
4 years |
vboxsync |
Audio: Must have a PDMAUDIOHOSTDEV_F_DEFAULT flag for each direction …
|
|
|
@89218
|
4 years |
vboxsync |
Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and …
|
|
|
@89213
|
4 years |
vboxsync |
Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
|
|
|
@89055
|
4 years |
vboxsync |
ValKit/Audio: Eliminated VBoxDDVKAT.h. Made some progress getting the …
|
|
|
@88992
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Build fix (draining revamp). bugref:9890
|
|
|
@88991
|
4 years |
vboxsync |
Audio: Worked over draining, starting with the internal DMA buffer …
|
|
|
@88958
|
4 years |
vboxsync |
Audio/VaKit: Use the full (but mocked) version of PDMDRVREG. bugref:10008
|
|
|
@88928
|
4 years |
vboxsync |
Audio/VaKit: Allow dynamic test backend selection via …
|
|
|
@88923
|
4 years |
vboxsync |
Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008
|
|
|
@88887
|
4 years |
vboxsync |
Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
|
|
|
@88848
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Don't know why on earth we try shut down stuff …
|
|
|
@88819
|
4 years |
vboxsync |
Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
|
|
|
@88761
|
4 years |
vboxsync |
DrvAudio: Working on support for asynchronous stream backend init and …
|
|
|
@88724
|
4 years |
vboxsync |
Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
|
|
|
@88718
|
4 years |
vboxsync |
Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
|
|
|
@88672
|
4 years |
vboxsync |
Audio: Use HostAudioWas on windows 10 instead of DSound. Only set the …
|
|
|
@88534
|
4 years |
vboxsync |
Audio: Merged the cbStreamOut and cbStreamIn fields in …
|
|
|
@88513
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Freshed up the debug callbacks a little. …
|
|
|
@88512
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Don't clamp the pfnStreamWritable result to …
|
|
|
@88511
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Went over the buffer and output/input code. …
|
|
|
@88500
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Made all the control operation asynchronous …
|
|
|
@88492
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Cleaning up the stream control bits. The …
|
|
|
@88487
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Aligned pre-buffering config with ALSA and …
|
|
|
@88486
|
4 years |
vboxsync |
DrvAudioHostPulseAudio: Mostly done cleaning up stream creation. …
|
|
|
@88480
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Cleaning up pfnStreamCreate... bugref:9890
|
|
|
@88479
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Don't do useless default device 'enumeration' …
|
|
|
@88478
|
4 years |
vboxsync |
DrvHostAudioPulse: Implemented basic device enumeration. bugref:9890
|
|
|
@88477
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Cleaned up drvHostAudioPaHA_GetConfig and its …
|
|
|
@88467
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Some more cleaning up. bugref:9890
|
|
|
@88466
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Re-ordering functions. Changed and unified …
|
|
|
@88390
|
4 years |
vboxsync |
Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
|
|
|
@88386
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Fail if pa_context_connect() fails. Baked …
|
|
|
@88380
|
4 years |
vboxsync |
Audio: Removed the unused pfnStreamIterate method from PDMIHOSTAUDIO. …
|
|
|
@88378
|
4 years |
vboxsync |
Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
|
|
|
@88362
|
4 years |
vboxsync |
Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
|
|
|
@88282
|
4 years |
vboxsync |
Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
|
|
|
@88269
|
4 years |
vboxsync |
Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
|
|
|
@88235
|
4 years |
vboxsync |
Audio: File header adjustments. bugref:9890
|
|
|
@88230
|
4 years |
vboxsync |
Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
|
|
|
@88226
|
4 years |
vboxsync |
Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. bugref:9890
|
|
copied from trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
|
|
|
@88161
|
4 years |
vboxsync |
DrvHostPulseAudio.cpp: Another attempt at fixing bogus …
|