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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91861   3 years vboxsync Devices/Audio: Change audio drivers to access the CFGM API through the …
(edit) @90016   3 years vboxsync Audio: Before calling AudioHlpFileWrite test on the pFileXxxx variable …
(edit) @90012   3 years vboxsync Audio: Output multichannel capable wave files. Simplify the code a …
(edit) @89830   3 years vboxsync DrvAudio: Fixed invalid log variable assignment in …
(edit) @89583   4 years vboxsync DrvAudio: Fixed missing pre-buffer allocation alignment for some odd …
(edit) @89570   4 years vboxsync DrvAudio: Worked over the statistics. bugref:9890
(edit) @89569   4 years vboxsync Audio: Lowered cased the output of PDMAudioDirGetName and …
(edit) @89566   4 years vboxsync DrvAudio: Removed AssertMsgReturn checks on …
(edit) @89565   4 years vboxsync DrvAudio: Shut up assertion in drvAudioStreamInitAsync due to play …
(edit) @89564   4 years vboxsync DrvAudio: Change the default for cFramesPeriod to be 1/4 of the buffer …
(edit) @89556   4 years vboxsync DrvAudio: Missing stream locking in drvAudioEnable. bugref:9890
(edit) @89512   4 years vboxsync DrvAudio: Reduced the pre-buffering to 50% for output as well. Then …
(edit) @89510   4 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89500   4 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89489   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89445   4 years vboxsync DrvAudio: Use pStreamEx->Core.Props instead of …
(edit) @89412   4 years vboxsync DrvAudio: Fixed race condition in destructor: Must get the threads out …
(edit) @89379   4 years vboxsync Audio: Removed PDMAUDIOSTREAMCFG::enmLayout and PDMAUDIOSTREAMLAYOUT. …
(edit) @89329   4 years vboxsync Audio: Reworking the capture (recording) code path, part 4: Combine …
(edit) @89327   4 years vboxsync Audio: Reworking the capture (recording) code path, part 4: Combine …
(edit) @89282   4 years vboxsync DrvAudio: A couple of fixes related to multi-threading. bugref:9890
(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) @89213   4 years vboxsync Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
(edit) @89210   4 years vboxsync DrvAudio,pdmaudioifs.h: Reworked the DrvAudio locking. [build fix] …
(edit) @89208   4 years vboxsync DrvAudio,pdmaudioifs.h: Reworked the DrvAudio locking. bugref:9890
(edit) @89191   4 years vboxsync DrvAudio: Slimmed down the DRVAUDIO structure a little in preparation …
(edit) @89184   4 years vboxsync Audio: Working on asynchronous stream creation, only there is a stupid …
(edit) @89131   4 years vboxsync DrvAudio: Fixed missing VINF_SUCCESS indicators in some DRAIN command …
(edit) @89022   4 years vboxsync DrvHostAudioCoreAudio: Cleanups. bugref:9890
(edit) @88993   4 years vboxsync DrvAudio: Build fix (draining revamp). bugref:9890
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88898   4 years vboxsync DrvAudio: Process backend state changes in drvAudioStreamGetState too …
(edit) @88897   4 years vboxsync DrvAudio: Process backend state changes in drvAudioStreamGetState too …
(edit) @88896   4 years vboxsync DrvAudio: Status cleanup. bugref:9890
(edit) @88892   4 years vboxsync Audio: Moved the PDMAUDIOSTREAM_STS_XXX stuff into DrvAudio as it's no …
(edit) @88891   4 years vboxsync DrvAudio: A couple of todos and logging. bugref:9890
(edit) @88887   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
(edit) @88884   4 years vboxsync DrvAudio,Mixer: Changed PDMIAUDIOCONNECTOR::pfnStreamGetStatus into …
(edit) @88861   4 years vboxsync DrvAudio,DrvHostAudioWasApi: Implemented the smoother default device …
(edit) @88853   4 years vboxsync Audio: Reworking PDMIHOSTAUDIOPORT::pfnNotifyDevicesChanged a little, …
(edit) @88852   4 years vboxsync DrvAudio: Logging fix. bugref:9890
(edit) @88851   4 years vboxsync DrvAudio,DrvHostAudioWasApi: Made WAS API device re-init work (i.e. …
(edit) @88825   4 years vboxsync Audio: Doxygen fix. bugref:9890
(edit) @88824   4 years vboxsync Audio: Logging fix. bugref:9890
(edit) @88823   4 years vboxsync Audio: scm fixes. bugref:9890
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88763   4 years vboxsync DrvAudio: Logging build fix. bugref:9890
(edit) @88762   4 years vboxsync Audio: Do not pause disabled streams as that may cause some simplistic …
(edit) @88761   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88760   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88733   4 years vboxsync DrvAudio: Shuffled a few more functions around. No functional change. …
(edit) @88732   4 years vboxsync DrvAudio: Use provide PDMIAUDIONOTIFYFROMHOST regardless of …
(edit) @88731   4 years vboxsync Audio: Fixed and tightened audio stream state assertions. Doc …
(edit) @88726   4 years vboxsync DrvAudio: Prep work for new backend stream status... bugref:9890
(edit) @88725   4 years vboxsync DrvAudio: No need to check of the backend has a pfnStreamGetStatus …
(edit) @88724   4 years vboxsync Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
(edit) @88723   4 years vboxsync Audio: The audio device (i.e. AudioMixer.cpp) is now responsible for …
(edit) @88720   4 years vboxsync Audio: Merged pfnStreamWrite and pfnStreamPlay in PDMIAUDIOCONNECTOR. …
(edit) @88719   4 years vboxsync DrvAudio: Removed a bunch of unused statistics. bugref:9890
(edit) @88718   4 years vboxsync Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
(edit) @88717   4 years vboxsync DrvAudio: Some more tidying up. bugref:9890
(edit) @88715   4 years vboxsync DrvAudio: Shuffling functions more into interface order. bugref:9890
(edit) @88714   4 years vboxsync DrvAudio: Removed some unused code. bugref:9890
(edit) @88710   4 years vboxsync DrvAudio: Require PDMAUDIOSTREAM_CREATE_F_NO_MIXBUF for output …
(edit) @88709   4 years vboxsync DrvAudio: Require PDMAUDIOSTREAM_CREATE_F_NO_MIXBUF for output …
(edit) @88693   4 years vboxsync Audio: Added optional pfnStreamConfigHint methods to …
(edit) @88666   4 years vboxsync DrvAudio: Use PDMDrvHlpSTAMDeregisterByPrefix to deregister statistics …
(edit) @88561   4 years vboxsync Audio: Moved the HostAudioNotResponding runtime error reporting during …
(edit) @88559   4 years vboxsync DrvAudio: Need to return VERR_AUDIO_BACKEND_INIT_FAILED rather than …
(edit) @88534   4 years vboxsync Audio: Merged the cbStreamOut and cbStreamIn fields in …
(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 …
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