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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92323   3 years vboxsync vmm/pdmaudioifs.h: comment typo
(edit) @89801   3 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89800   3 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89798   3 years vboxsync pdmaudioifs.h: More diagram updates. bugref:9890
(edit) @89797   3 years vboxsync pdmaudioifs.h: doxygen. bugref:9890
(edit) @89796   3 years vboxsync pdmaudioifs.h: doxygen. bugref:9890
(edit) @89791   3 years vboxsync /Config.kmk,Makefile.kmk: Define VBOX_JAVA_BIN_PATH so we can more …
(edit) @89783   3 years vboxsync pdmaudioifs.h: More doc updates. bugref:9890
(edit) @89782   3 years vboxsync pdmaudioifs.h: simple component diagram. bugref:9890
(edit) @89768   3 years vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89510   3 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89500   3 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89489   3 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89487   3 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89415   4 years vboxsync Audio: Removed PDMAUDIOFRAME. bugref:9890
(edit) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
(edit) @89385   4 years vboxsync Audio: Extended PDMAUDIOCHANNELID with PDMAUDIOCHANNELID_TOP_CENTER so …
(edit) @89381   4 years vboxsync Audio: Extended PDMAUDIOPCMPROPS with a channel map. Renamed …
(edit) @89379   4 years vboxsync Audio: Removed PDMAUDIOSTREAMCFG::enmLayout and PDMAUDIOSTREAMLAYOUT. …
(edit) @89372   4 years vboxsync pdmaudioifs.h: Shut up warning in PDMAUDIOPCMPROPS_INITIALIZER. bugref:9890
(edit) @89348   4 years vboxsync Audio: Changed PDMAUDIO_MAX_CHANNELS to 12 since PDMAUDIOPCMPROPS can …
(edit) @89345   4 years vboxsync Audio: Added PDMAUDIO_MAX_CHANNELS, set to 16. bugref:9890
(edit) @89344   4 years vboxsync Audio: For anyone wishing to use the VBOX_AUDIO_DEBUG_DUMP_PCM_DATA …
(edit) @89342   4 years vboxsync Audio: Removed unused PDMAUDIOFMT type and associated translators. …
(edit) @89341   4 years vboxsync Audio: Removed PDMAUDIODRVFLAGS (no longer needed when we're mixing …
(edit) @89327   4 years vboxsync Audio: Reworking the capture (recording) code path, part 4: Combine …
(edit) @89258   4 years vboxsync Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
(edit) @89232   4 years vboxsync Audio: Need to copy PDMAUDIOHOSTDEV::pszId in PDMAudioHostDevDup. …
(edit) @89229   4 years vboxsync Audio: Must have a PDMAUDIOHOSTDEV_F_DEFAULT flag for each direction …
(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   4 years vboxsync Audio/DrvAudio: Try harder re-initializing streams on host audio …
(edit) @85121   4 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 …
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