|
|
@88898
|
4 years |
vboxsync |
DrvAudio: Process backend state changes in drvAudioStreamGetState too …
|
|
|
@88897
|
4 years |
vboxsync |
DrvAudio: Process backend state changes in drvAudioStreamGetState too …
|
|
|
@88896
|
4 years |
vboxsync |
DrvAudio: Status cleanup. bugref:9890
|
|
|
@88892
|
4 years |
vboxsync |
Audio: Moved the PDMAUDIOSTREAM_STS_XXX stuff into DrvAudio as it's no …
|
|
|
@88891
|
4 years |
vboxsync |
DrvAudio: A couple of todos and logging. bugref:9890
|
|
|
@88887
|
4 years |
vboxsync |
Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
|
|
|
@88884
|
4 years |
vboxsync |
DrvAudio,Mixer: Changed PDMIAUDIOCONNECTOR::pfnStreamGetStatus into …
|
|
|
@88861
|
4 years |
vboxsync |
DrvAudio,DrvHostAudioWasApi: Implemented the smoother default device …
|
|
|
@88853
|
4 years |
vboxsync |
Audio: Reworking PDMIHOSTAUDIOPORT::pfnNotifyDevicesChanged a little, …
|
|
|
@88852
|
4 years |
vboxsync |
DrvAudio: Logging fix. bugref:9890
|
|
|
@88851
|
4 years |
vboxsync |
DrvAudio,DrvHostAudioWasApi: Made WAS API device re-init work (i.e. …
|
|
|
@88825
|
4 years |
vboxsync |
Audio: Doxygen fix. bugref:9890
|
|
|
@88824
|
4 years |
vboxsync |
Audio: Logging fix. bugref:9890
|
|
|
@88823
|
4 years |
vboxsync |
Audio: scm fixes. bugref:9890
|
|
|
@88819
|
4 years |
vboxsync |
Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
|
|
|
@88763
|
4 years |
vboxsync |
DrvAudio: Logging build fix. bugref:9890
|
|
|
@88762
|
4 years |
vboxsync |
Audio: Do not pause disabled streams as that may cause some simplistic …
|
|
|
@88761
|
4 years |
vboxsync |
DrvAudio: Working on support for asynchronous stream backend init and …
|
|
|
@88760
|
4 years |
vboxsync |
DrvAudio: Working on support for asynchronous stream backend init and …
|
|
|
@88733
|
4 years |
vboxsync |
DrvAudio: Shuffled a few more functions around. No functional change. …
|
|
|
@88732
|
4 years |
vboxsync |
DrvAudio: Use provide PDMIAUDIONOTIFYFROMHOST regardless of …
|
|
|
@88731
|
4 years |
vboxsync |
Audio: Fixed and tightened audio stream state assertions. Doc …
|
|
|
@88726
|
4 years |
vboxsync |
DrvAudio: Prep work for new backend stream status... bugref:9890
|
|
|
@88725
|
4 years |
vboxsync |
DrvAudio: No need to check of the backend has a pfnStreamGetStatus …
|
|
|
@88724
|
4 years |
vboxsync |
Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
|
|
|
@88723
|
4 years |
vboxsync |
Audio: The audio device (i.e. AudioMixer.cpp) is now responsible for …
|
|
|
@88720
|
4 years |
vboxsync |
Audio: Merged pfnStreamWrite and pfnStreamPlay in PDMIAUDIOCONNECTOR. …
|
|
|
@88719
|
4 years |
vboxsync |
DrvAudio: Removed a bunch of unused statistics. bugref:9890
|
|
|
@88718
|
4 years |
vboxsync |
Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
|
|
|
@88717
|
4 years |
vboxsync |
DrvAudio: Some more tidying up. bugref:9890
|
|
|
@88715
|
4 years |
vboxsync |
DrvAudio: Shuffling functions more into interface order. bugref:9890
|
|
|
@88714
|
4 years |
vboxsync |
DrvAudio: Removed some unused code. bugref:9890
|
|
|
@88710
|
4 years |
vboxsync |
DrvAudio: Require PDMAUDIOSTREAM_CREATE_F_NO_MIXBUF for output …
|
|
|
@88709
|
4 years |
vboxsync |
DrvAudio: Require PDMAUDIOSTREAM_CREATE_F_NO_MIXBUF for output …
|
|
|
@88693
|
4 years |
vboxsync |
Audio: Added optional pfnStreamConfigHint methods to …
|
|
|
@88666
|
4 years |
vboxsync |
DrvAudio: Use PDMDrvHlpSTAMDeregisterByPrefix to deregister statistics …
|
|
|
@88561
|
4 years |
vboxsync |
Audio: Moved the HostAudioNotResponding runtime error reporting during …
|
|
|
@88559
|
4 years |
vboxsync |
DrvAudio: Need to return VERR_AUDIO_BACKEND_INIT_FAILED rather than …
|
|
|
@88534
|
4 years |
vboxsync |
Audio: Merged the cbStreamOut and cbStreamIn fields in …
|
|
|
@88454
|
4 years |
vboxsync |
DrvAudio: Don't allocate more pre-buffer space than what the backend …
|
|
|
@88452
|
4 years |
vboxsync |
Audio: Cleaned up the alsa backend. Removed unused+bogus …
|
|
|
@88440
|
4 years |
vboxsync |
Audio: Fixed inverted assertion in drvAudioStreamSetVolume. bugref:9890
|
|
|
@88433
|
4 years |
vboxsync |
Audio: Eliminated the DrvAudio mixing buffers for output streams on …
|
|
|
@88412
|
4 years |
vboxsync |
Audio: Made PPDMAUDIOBACKENDSTREAM a typedef instead of a weird …
|
|
|
@88390
|
4 years |
vboxsync |
Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
|
|
|
@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 …
|
|
|
@88375
|
4 years |
vboxsync |
DrvAudio: Arm a timer when entering the PENDING_DISABLE state to work …
|
|
|
@88362
|
4 years |
vboxsync |
Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
|
|
|
@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 …
|
|
|
@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. …
|
|
|
@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
|
|
|
@88278
|
4 years |
vboxsync |
Audio: Build fix and some cleanups. 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 …
|
|
|
@88230
|
4 years |
vboxsync |
Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
|
|
|
@88219
|
4 years |
vboxsync |
DrvAudio: nits. bugref:9890
|
|
|
@88216
|
4 years |
vboxsync |
DrvAudio,ConsoleImpl2: Constructor cleanup, moved the input/output …
|
|
|
@88213
|
4 years |
vboxsync |
DrvAudio: Put the basic driver function in more correct order. bugref:9890
|
|
|
@88181
|
4 years |
vboxsync |
DrvAudio: Logging correction. bugref:9890
|
|
|
@88157
|
4 years |
vboxsync |
DrvAudio: Logging fixes. bugref:9890
|
|
|
@88061
|
4 years |
vboxsync |
Audio: Should use versioned magics like for other PDM structures, …
|
|
|
@88060
|
4 years |
vboxsync |
Audio: Adding a magic to PDMAUDIOSTREAM. [fix] bugref:9890
|
|
|
@88059
|
4 years |
vboxsync |
Audio: Adding a magic to PDMAUDIOSTREAM. bugref:9890
|
|
|
@88057
|
4 years |
vboxsync |
Audio: enums must have an 'END' entry for validation purposes. bugref:9890
|
|
|
@88055
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88053
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88047
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88045
|
4 years |
vboxsync |
Audio: More prep work to move the audio device enumeration code to …
|
|
|
@88044
|
4 years |
vboxsync |
Audio: More prep work to move the audio device enumeration code to …
|
|
|
@88031
|
4 years |
vboxsync |
Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
|
|
|
@88029
|
4 years |
vboxsync |
Audio: Moving some of the DrvAudio.h stuff into PDM - …
|
|
|
@88028
|
4 years |
vboxsync |
Audio: Moving some of the DrvAudio.h stuff into PDM - …
|
|
|
@88026
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@88025
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@88023
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@88022
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@88016
|
4 years |
vboxsync |
Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
|
|
|
@88006
|
4 years |
vboxsync |
Audio: DrvAudioHlpBytesAlign -> DrvAudioHlpFloorBytesToFrame as it …
|
|
|
@88005
|
4 years |
vboxsync |
Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
|
|
|
@88004
|
4 years |
vboxsync |
Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
|
|
|
@88002
|
4 years |
vboxsync |
Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
|
|
|
@87993
|
4 years |
vboxsync |
Audio: Switched DrvAudioHlpFramesToMilli parameters. bugref:9890
|
|
|
@87991
|
4 years |
vboxsync |
Audio: Switched DrvAudioHlpBytesToMilli parameters. bugref:9890
|
|
|