VirtualBox

source: vbox/trunk/include/VBox/vmm/pdmaudioifs.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89218   4 years vboxsync Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and …
(edit) @89214   4 years vboxsync pdmaudioifs.h: Removed two unused types. bugref:9890
(edit) @89213   4 years vboxsync Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
(edit) @89208   4 years vboxsync DrvAudio,pdmaudioifs.h: Reworked the DrvAudio locking. bugref:9890
(edit) @89184   4 years vboxsync Audio: Working on asynchronous stream creation, only there is a stupid …
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88939   4 years vboxsync Audio: doxygen fixes. bugref:9890
(edit) @88892   4 years vboxsync Audio: Moved the PDMAUDIOSTREAM_STS_XXX stuff into DrvAudio as it's no …
(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) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88760   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(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) @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) @88718   4 years vboxsync Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
(edit) @88693   4 years vboxsync Audio: Added optional pfnStreamConfigHint methods to …
(edit) @88534   4 years vboxsync Audio: Merged the cbStreamOut and cbStreamIn fields in …
(edit) @88464   4 years vboxsync Audio: Updated PDMIHOSTAUDIO docs. bugref:9890
(edit) @88452   4 years vboxsync Audio: Cleaned up the alsa backend. Removed unused+bogus …
(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) @88383   4 years vboxsync Audio: Documented PDMIHOSTAUDIO::pfnShutdown as optional and corrected …
(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) @88379   4 years vboxsync Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
(edit) @88378   4 years vboxsync Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
(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) @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) @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) @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) @88144   4 years vboxsync PDM/Audio: doxygen bugref:9890
(edit) @88112   4 years vboxsync Audio,DevHDA: Made PDMAUDIOPCMPROPS_F2B and PDMAUDIOPCMPROPS_B2F work …
(edit) @88062   4 years vboxsync Audio: Build fix. bugref:9890
(edit) @88061   4 years vboxsync Audio: Should use versioned magics like for other PDM structures, …
(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) @88056   4 years vboxsync Audio: Moved some stuff about in PDMAUDIOSTREAM to keep the smaller …
(edit) @88055   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) @88041   4 years vboxsync Audio: More prep work to move the audio device enumeration code to …
(edit) @88033   4 years vboxsync Audio: Converted the core audio code to extending PDMAUDIODEVICE …
(edit) @88032   4 years vboxsync Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
(edit) @88031   4 years vboxsync Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
(edit) @88026   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @87990   4 years vboxsync Audio: Fixed broken DrvAudioHlpBytesToNano and DrvAudioHlpBytesToMicro …
(edit) @87849   4 years vboxsync Audio/DrvAudio: Made a debug warning show up in LogRel() when a …
(edit) @87170   4 years vboxsync pdmaudioifs.h: Use doxygen better. bugref:9882
(edit) @87159   4 years vboxsync Audio: Enable/disable streams using …
(edit) @86565   5 years vboxsync Audio/DrvAudio: Try harder re-initializing streams on host audio …
(edit) @85121   5 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(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) @82463   5 years vboxsync pdmaudioifs.h,Devices/Audio: Corrected the size alignment of …
(edit) @82261   5 years vboxsync vmm/pdmaudioifs.h: doxygen adjustments. bugref:9218
(edit) @82256   5 years vboxsync vmm/pdmaudioifs.h: We write doxygen docs, so the big description of …
(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) @76861   6 years vboxsync Audio/pdfaudioifs.h: More documentation for stream configuration's …
(edit) @76728   6 years vboxsync Build fix.
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76558   6 years vboxsync include/VBox: Use VBOX_INCLUDED_ rather than _vbox_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @75962   6 years vboxsync Forward ported r127158 (Audio/HDA: Implemented support for Windows 10 …
(edit) @74507   7 years vboxsync Audio/DrvAudio: Addressed backend stream destruction on failed …
(edit) @74498   7 years vboxsync DrvAudio.cpp,pdmaudioifs.h: Added a HACK to avoid asserting in …
(edit) @73838   7 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73653   7 years vboxsync Audio/DrvAudio: Bugfixes for drvAudioStreamPlay(); play (transfer) as …
(edit) @73529   7 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73467   7 years vboxsync DrvAudio: Cleaned up the internal stream organization by not …
(edit) @73433   7 years vboxsync Audio: Tab.
(edit) @73421   7 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73402   7 years vboxsync Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
(edit) @73370   7 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73242   7 years vboxsync Build fix.
(edit) @73241   7 years vboxsync Audio/PDM: Added (tweakable) parameters to the audio stream …
(edit) @73211   7 years vboxsync VMM/Audio: Added PDMAUDIOSTREAMCMD_DRAIN / PDMAUDIOSTREAMCMD_DROP commands.
(edit) @73210   7 years vboxsync VMM/pdmaudioifs.h: Docs.
(edit) @71757   7 years vboxsync pdmaudioifs.h: Fixed PDMAUDIOPCMPROPS_INITIALIZOR, curing …
(edit) @71752   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @70641   7 years vboxsync Audio: Added VERR_AUDIO_BACKEND_NOT_ATTACHED and support for it in …
(edit) @70193   7 years vboxsync Audio/pdmaudiifs.h: Fixed PDMAUDIOPCMPROPS_MAKE_SHIFT.
(edit) @70073   7 years vboxsync Audio/HDA: Added PDMAUDIOFILE_DEFAULT_OPEN_FLAGS for DrvAudioHlpFileOpen().
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette