|
|
@88511
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Went over the buffer and output/input code. …
|
|
|
@88504
|
4 years |
vboxsync |
DevHda: Changed codecLookup to binary search. Added a couple of more …
|
|
|
@88503
|
4 years |
vboxsync |
DevHda: Just use the ring-3 task (hCorbDmaTask) when ring-0 needs to …
|
|
|
@88502
|
4 years |
vboxsync |
DevHda: Fixed regression caused by incorrect assumption about ring-0 …
|
|
|
@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 …
|
|
|
@88476
|
4 years |
vboxsync |
DevHDA: Fix incorrect version check in hdaR3LoadExec causing it to …
|
|
|
@88468
|
4 years |
vboxsync |
DrvHostAudioCoreAudio.cpp: doxygen fix++. bugref:9890
|
|
|
@88467
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Some more cleaning up. bugref:9890
|
|
|
@88466
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Re-ordering functions. Changed and unified …
|
|
|
@88462
|
4 years |
vboxsync |
DrvHostAudioDebug,DrvHostAudioNull,DrvHostAudioValidationKit: Prepare …
|
|
|
@88458
|
4 years |
vboxsync |
DrvHostAudioValidationKit: Forgot to fix the pCfg stream member. …
|
|
|
@88457
|
4 years |
vboxsync |
DrvHostAudioDebug: Tried to correct pfnStreamCapture so it does not …
|
|
|
@88456
|
4 years |
vboxsync |
Audio: Went over the null and valkit drivers, the later didn't even …
|
|
|
@88455
|
4 years |
vboxsync |
DrvHostAudioOss: Implemented draining (via thread). Implemented …
|
|
|
@88454
|
4 years |
vboxsync |
DrvAudio: Don't allocate more pre-buffer space than what the backend …
|
|
|
@88453
|
4 years |
vboxsync |
DrvAudioHostAlsa: Ignore -EAGAIN from snd_pcm_drain. bugref:9890
|
|
|
@88452
|
4 years |
vboxsync |
Audio: Cleaned up the alsa backend. Removed unused+bogus …
|
|
|
@88451
|
4 years |
vboxsync |
DrvHostAlsaAudio: Implemented basic device enumeration. bugref:9890
|
|
|
@88450
|
4 years |
vboxsync |
DrvHostAudioAlsa: Put the functions in a more logical order, with …
|
|
|
@88449
|
4 years |
vboxsync |
DrvHostAudioAlsa: nit. bugref:9890
|
|
|
@88448
|
4 years |
vboxsync |
DrvHostAudioAlsa: Kicked out the scratch buffer as I could find no …
|
|
|
@88443
|
4 years |
vboxsync |
DrvAudio: Don't try set volume on output streams when adding them. …
|
|
|
@88442
|
4 years |
vboxsync |
DrvHostAudioAlsa: Set no input pre-buffering as per comment.. bugref:9890
|
|
|
@88440
|
4 years |
vboxsync |
Audio: Fixed inverted assertion in drvAudioStreamSetVolume. bugref:9890
|
|
|
@88435
|
4 years |
vboxsync |
Audio: Doxygen fix. bygref:9890
|
|
|
@88434
|
4 years |
vboxsync |
Audio: clang build fix. bygref:9890
|
|
|
@88433
|
4 years |
vboxsync |
Audio: Eliminated the DrvAudio mixing buffers for output streams on …
|
|
|
@88432
|
4 years |
vboxsync |
DrvHostAudioAlsa: Rewrote the pfnStreamGetPending implementation. …
|
|
|
@88429
|
4 years |
vboxsync |
DrvHostAudioAlsa: Some logging changes. A couple of @todos. bugref:9890
|
|
|
@88413
|
4 years |
vboxsync |
DrvHostAudioOss: Build fix after PPDMAUDIOBACKENDSTREAM change. bugref:9890
|
|
|
@88412
|
4 years |
vboxsync |
Audio: Made PPDMAUDIOBACKENDSTREAM a typedef instead of a weird …
|
|
|
@88394
|
4 years |
vboxsync |
DrvAudioRec,DrvHostAudioValidationKit: doxygen fixes. some cleanups. …
|
|
|
@88391
|
4 years |
vboxsync |
DrvHostAudioCoreAudio: Updated drvHostCoreAudioHA_StreamPlay parameter …
|
|
|
@88390
|
4 years |
vboxsync |
Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
|
|
|
@88389
|
4 years |
vboxsync |
DrvHostAudioCoreAudio: Moved the drvHostCoreAudioHA_Init code into the …
|
|
|
@88386
|
4 years |
vboxsync |
DrvHostAudioPulseAudio: Fail if pa_context_connect() fails. Baked …
|
|
|
@88385
|
4 years |
vboxsync |
DrvHostAudioOss: Removed init and shutdown stubs. bugref:9890
|
|
|
@88384
|
4 years |
vboxsync |
DrvHostAudioAlsa: Moved the drvHostAlsaAudioHA_Init code into the …
|
|
|
@88382
|
4 years |
vboxsync |
Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the …
|
|
|
@88381
|
4 years |
vboxsync |
Audio: Made the pfnInit method of the PDMIHOSTAUDIO interface …
|
|
|
@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 …
|
|
|
@88376
|
4 years |
vboxsync |
DrvHostAudioDSound.cpp: Ripped out the extra ~600ms buffering. When …
|
|
|
@88375
|
4 years |
vboxsync |
DrvAudio: Arm a timer when entering the PENDING_DISABLE state to work …
|
|
|
@88374
|
4 years |
vboxsync |
AudioMixer: Fixed status printing. Added todo about possibly calling …
|
|
|
@88371
|
4 years |
vboxsync |
DrvHostAudioDSound: Try enumerate devices using MMDeviceEnumerator if …
|
|
|
@88362
|
4 years |
vboxsync |
Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
|
|
|
@88361
|
4 years |
vboxsync |
DrvHostAudioDSound: Converted to use PDMIAUDIONOTIFYFROMHOST. bugref:9890
|
|
|
@88360
|
4 years |
vboxsync |
DrvHostAudioCoreAudio: Converted to use PDMIAUDIONOTIFYFROMHOST. …
|
|
|
@88359
|
4 years |
vboxsync |
Audio: Added notification interface that host drivers can use. Will …
|
|
|
@88358
|
4 years |
vboxsync |
Audio: Kicked out the unused callback registration interface aimed at …
|
|
|
@88357
|
4 years |
vboxsync |
Audio: Moved PDMAUDIOFILE and associated stuff out of pdmaudioifs.h …
|
|
|
@88356
|
4 years |
vboxsync |
Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
|
|
|
@88320
|
4 years |
vboxsync |
Audio: Stats for one more mixer buffer. Some cleanups. bugref:9890
|
|
|
@88314
|
4 years |
vboxsync |
tstAudioMixBuffer: Windows build fix. bugref:9890
|
|
|
@88313
|
4 years |
vboxsync |
Audio: windows build fixes. bugref:9890
|
|
|
@88312
|
4 years |
vboxsync |
tstAudioMixBuffer: Test downsampling. bugref:9890
|
|
|
@88309
|
4 years |
vboxsync |
Audio: More statistics tweaking. bugref:9890
|
|
|
@88307
|
4 years |
vboxsync |
Audio: Buffer usage statistics so we can monitor whether they are …
|
|
|
@88300
|
4 years |
vboxsync |
Audio: We don't return IPRT status codes, but VBox status codes. duh. …
|
|
|
@88299
|
4 years |
vboxsync |
Audio: We don't return IPRT status codes, but VBox status codes. duh. …
|
|
|
@88298
|
4 years |
vboxsync |
Audio: Check that the backend (host audio driver) implements all the …
|
|
|
@88292
|
4 years |
vboxsync |
DrvAudio: Some stream creation cleanups. bugref:9890
|
|
|
@88291
|
4 years |
vboxsync |
DrvHostAudioOss: Reduced and refactored the stream creation code. …
|
|
|
@88289
|
4 years |
vboxsync |
DrvHostAudioOss: More natural function ordering within the file. Some …
|
|
|
@88288
|
4 years |
vboxsync |
DrvHostAudioOss: Kicked out the unused mmap code and the unnecessary …
|
|
|
@88287
|
4 years |
vboxsync |
DrvHostAudioOss: Cleaned up StreamPlay and unbroke it. bugref:9890
|
|
|
@88286
|
4 years |
vboxsync |
Audio: StreamPlay cleanups in the Debug and Null drivers. bugref:9890
|
|
|
@88283
|
4 years |
vboxsync |
Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
|
|
|
@88282
|
4 years |
vboxsync |
Audio: Cleaned up the alsa and pulse audio play methods. Two doxygen …
|
|
|
@88278
|
4 years |
vboxsync |
Audio: Build fix and some cleanups. bugref:9890
|
|
|
@88277
|
4 years |
vboxsync |
Audio: scm fix. bugref:9890
|
|
|
@88270
|
4 years |
vboxsync |
Audio: mac os build fix. bugref:9890
|
|
|
@88269
|
4 years |
vboxsync |
Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
|
|
|
@88259
|
4 years |
vboxsync |
DrvAudio: Hacked the underruns detection so it won't falsely trigger …
|
|
|
@88256
|
4 years |
vboxsync |
DrvAudio: Ditched the bogus scheduling and switched to always feeding …
|
|
|
@88255
|
4 years |
vboxsync |
DrvAudio,DrvAudioVRDE: Refactoring drvAudioStreamPlay (no actual …
|
|
|
@88253
|
4 years |
vboxsync |
DrvAudio,++: Started going over and tidying up the StreamPlay …
|
|
|
@88243
|
4 years |
vboxsync |
DrvAudio: Replaced the scratch buffer with stack buffers. This will …
|
|
|
@88240
|
4 years |
vboxsync |
DrvAudio: Replaced PDMIAUDIOCONNECTOR_2_DRVAUDIO with RT_FROM_MEMBER …
|
|
|
@88238
|
4 years |
vboxsync |
DrvAudio: Use AssertRCReturn on RTCritSectEnter status checks and just …
|
|
|
@88236
|
4 years |
vboxsync |
DrvAudio: Simplified dbgAudioStreamStatusToStr. bugref:9890
|
|
|
@88235
|
4 years |
vboxsync |
Audio: File header adjustments. bugref:9890
|
|
|
@88234
|
4 years |
vboxsync |
Audio: Renamed DrvAudioCommon.* to AudioHlp.*, changing functions from …
|
|
|
@88233
|
4 years |
vboxsync |
Audio: VBoxMMNotificationClient.* -> DrvHostAudioDSoundMMNotifClient.* …
|
|
|
@88232
|
4 years |
vboxsync |
Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
|
|
|
@88231
|
4 years |
vboxsync |
Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. [fix] …
|
|
|
@88230
|
4 years |
vboxsync |
Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
|
|
|
@88229
|
4 years |
vboxsync |
Audio: Renamed DevHDA.cpp to DevHda.cpp. bugref:9890
|
|
|
@88228
|
4 years |
vboxsync |
Audio: Renamed auxiliary HDA device files to follow the DevHdaXxxx …
|
|
|
@88226
|
4 years |
vboxsync |
Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. bugref:9890
|
|
|
@88223
|
4 years |
vboxsync |
Audio/HDACodec.h: DECLCALLBACKMEMBER -> ring-3/0 specific ones …
|
|
|
@88220
|
4 years |
vboxsync |
DrvHostAudioAlsa: Don't set the play threshold higher than the ALSA …
|
|
|