VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88454   4 years vboxsync DrvAudio: Don't allocate more pre-buffer space than what the backend …
(edit) @88452   4 years vboxsync Audio: Cleaned up the alsa backend. Removed unused+bogus …
(edit) @88440   4 years vboxsync Audio: Fixed inverted assertion in drvAudioStreamSetVolume. bugref:9890
(edit) @88433   4 years vboxsync Audio: Eliminated the DrvAudio mixing buffers for output streams on …
(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) @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) @88375   4 years vboxsync DrvAudio: Arm a timer when entering the PENDING_DISABLE state to work …
(edit) @88362   4 years vboxsync Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
(edit) @88359   4 years vboxsync Audio: Added notification interface that host drivers can use. Will …
(edit) @88358   4 years vboxsync Audio: Kicked out the unused callback registration interface aimed at …
(edit) @88357   4 years vboxsync Audio: Moved PDMAUDIOFILE and associated stuff out of pdmaudioifs.h …
(edit) @88356   4 years vboxsync Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
(edit) @88309   4 years vboxsync Audio: More statistics tweaking. bugref:9890
(edit) @88307   4 years vboxsync Audio: Buffer usage statistics so we can monitor whether they are …
(edit) @88300   4 years vboxsync Audio: We don't return IPRT status codes, but VBox status codes. duh. …
(edit) @88298   4 years vboxsync Audio: Check that the backend (host audio driver) implements all the …
(edit) @88292   4 years vboxsync DrvAudio: Some stream creation cleanups. bugref:9890
(edit) @88278   4 years vboxsync Audio: Build fix and some cleanups. bugref:9890
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88259   4 years vboxsync DrvAudio: Hacked the underruns detection so it won't falsely trigger …
(edit) @88256   4 years vboxsync DrvAudio: Ditched the bogus scheduling and switched to always feeding …
(edit) @88255   4 years vboxsync DrvAudio,DrvAudioVRDE: Refactoring drvAudioStreamPlay (no actual …
(edit) @88253   4 years vboxsync DrvAudio,++: Started going over and tidying up the StreamPlay …
(edit) @88243   4 years vboxsync DrvAudio: Replaced the scratch buffer with stack buffers. This will …
(edit) @88240   4 years vboxsync DrvAudio: Replaced PDMIAUDIOCONNECTOR_2_DRVAUDIO with RT_FROM_MEMBER …
(edit) @88238   4 years vboxsync DrvAudio: Use AssertRCReturn on RTCritSectEnter status checks and just …
(edit) @88236   4 years vboxsync DrvAudio: Simplified dbgAudioStreamStatusToStr. bugref:9890
(edit) @88235   4 years vboxsync Audio: File header adjustments. bugref:9890
(edit) @88234   4 years vboxsync Audio: Renamed DrvAudioCommon.* to AudioHlp.*, changing functions from …
(edit) @88230   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(edit) @88219   4 years vboxsync DrvAudio: nits. bugref:9890
(edit) @88216   4 years vboxsync DrvAudio,ConsoleImpl2: Constructor cleanup, moved the input/output …
(edit) @88213   4 years vboxsync DrvAudio: Put the basic driver function in more correct order. bugref:9890
(edit) @88181   4 years vboxsync DrvAudio: Logging correction. bugref:9890
(edit) @88157   4 years vboxsync DrvAudio: Logging fixes. bugref:9890
(edit) @88061   4 years vboxsync Audio: Should use versioned magics like for other PDM structures, …
(edit) @88060   4 years vboxsync Audio: Adding a magic to PDMAUDIOSTREAM. [fix] bugref:9890
(edit) @88059   4 years vboxsync Audio: Adding a magic to PDMAUDIOSTREAM. bugref:9890
(edit) @88057   4 years vboxsync Audio: enums must have an 'END' entry for validation purposes. bugref:9890
(edit) @88055   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
(edit) @88053   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
(edit) @88047   4 years vboxsync Audio: Moved the host audio device enumeration code to PDM …
(edit) @88045   4 years vboxsync Audio: More prep work to move the audio device enumeration code to …
(edit) @88044   4 years vboxsync Audio: More prep work to move the audio device enumeration code to …
(edit) @88031   4 years vboxsync Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
(edit) @88029   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88028   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88026   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88025   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88023   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88022   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88016   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
(edit) @88006   4 years vboxsync Audio: DrvAudioHlpBytesAlign -> DrvAudioHlpFloorBytesToFrame as it …
(edit) @88005   4 years vboxsync Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
(edit) @88004   4 years vboxsync Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
(edit) @88002   4 years vboxsync Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
(edit) @87993   4 years vboxsync Audio: Switched DrvAudioHlpFramesToMilli parameters. bugref:9890
(edit) @87991   4 years vboxsync Audio: Switched DrvAudioHlpBytesToMilli parameters. bugref:9890
(edit) @87877   4 years vboxsync Audio/DrvAudio: Got rid of more big stack-allocated stuff [build fix]. …
(edit) @87876   4 years vboxsync Audio/DrvAudio: Got rid of more big stack-allocated stuff [build fix]. …
(edit) @87875   4 years vboxsync Audio/DrvAudio: Got rid of more big stack-allocated stuff. ticketoem2ref:36
(edit) @87862   4 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @87861   4 years vboxsync Audio: Unified debug .WAV path file generation so that all data lands …
(edit) @87854   4 years vboxsync Audio/DrvAudio: Streamline drvAudioStreamGetReadable() a bit more.
(edit) @87849   4 years vboxsync Audio/DrvAudio: Made a debug warning show up in LogRel() when a …
(edit) @87847   4 years vboxsync Audio/DrvAudio: Made debug .WAV file naming a bit easier to follow.
(edit) @87758   4 years vboxsync Audio/HDA: Lots more code in the hope to resolve issue …
(edit) @87586   4 years vboxsync Audio/HDA: Reverted r142614 (committed too much). ticketoem2ref:36
(edit) @87585   4 years vboxsync Audio/HDA: More timing-related fixes for Windows guests. This is a …
(edit) @87253   4 years vboxsync Audio/DrvAudio: Make sure that a stream's pre-buffering size never …
(edit) @87252   4 years vboxsync Audio/DrvAudio: Make sure that a stream's pre-buffering size never …
(edit) @87179   4 years vboxsync Audio: Added input / output stream PCM properties to CFGM driver chain …
(edit) @87174   4 years vboxsync Audio/DrvAudio: Logging nits.
(edit) @87173   4 years vboxsync Audio: Docs nits. bugref:9882
(edit) @87159   4 years vboxsync Audio: Enable/disable streams using …
(edit) @86595   4 years vboxsync Audio/DrvAudio: Leave and re-enter the driver's critical section when …
(edit) @86563   4 years vboxsync Audio/DrvAudio: Try harder re-initializing streams on host audio …
(edit) @86561   4 years vboxsync Audio/DrvAudio: Simplified drvAudioStreamControlInternalBackend() by …
(edit) @86494   4 years vboxsync Devices/Audio: Re-initialize the stream in drvAudioStreamGetStatus() …
(edit) @82987   5 years vboxsync DrvAudio: Using #ifdef DEBUG around logging statements almost always wrong.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82579   5 years vboxsync Audio: Make sure to only set a new recording source if the backend in …
(edit) @82458   5 years vboxsync Devices/Audio/*: No need to +1 on RTPATH_MAX.
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @76989   6 years vboxsync Audio/DrvAudio: Yet another fix for checking whether the requested …
(edit) @76894   6 years vboxsync Audio/DrvAudio: Only enter (pre-)buffering stage again on a buffer …
(edit) @76868   6 years vboxsync Audio/DrvAudio: One more bugfix regarding setting device-specific …
(edit) @76848   6 years vboxsync Audio/DrvAudio: Comment nits.
(edit) @76846   6 years vboxsync Audio/DrvAudio: Documented and log configuration precedence for …
(edit) @76778   6 years vboxsync Audio/DrvAudio: Allow pre-buffering to be disabled by setting it to 0 …
(edit) @76748   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @76727   6 years vboxsync Audio/DrvAudio: More buffering defaults tweaking.
(edit) @76726   6 years vboxsync Audio/DrvAudio: More STAM stuff.
(edit) @76708   6 years vboxsync Audio/DrvAudio: Added a buffer underrun detection (also with optional …
(edit) @76706   6 years vboxsync Audio/DrvAudio: Added another (release) log warning when stuff is …
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