VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89423   4 years vboxsync DrvHostAudioPulseAudio: Multi channel support. bugref:9890
(edit) @89421   4 years vboxsync DrvHostAudioDSound: Multi channel support. bugref:9890
(edit) @89418   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89416   4 years vboxsync pdmaudioinline.h: Added PDMAudioPropsBytesToNano64. bugref:9890
(edit) @89415   4 years vboxsync Audio: Removed PDMAUDIOFRAME. bugref:9890
(edit) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
(edit) @89407   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89386   4 years vboxsync iprt/formats/riff.h: Added extensible wave format structures 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) @89365   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(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) @89326   4 years vboxsync pdmaudioinline.h: PDMAudioPropsNanoToBytes64 and …
(edit) @89312   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89301   4 years vboxsync pdmaudioinline.h: Added PDMAudioPropsIsBufferSilence. Corrected …
(edit) @89288   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89284   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP. Scaffolding for …
(edit) @89274   4 years vboxsync Intel IOMMU: bugref:9967 VBox/pci.h: Added PCIADDRTYPE enum for all …
(edit) @89264   4 years vboxsync Runtime/sg.h: Add copy variants which take a callback instead of a …
(edit) @89258   4 years vboxsync Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
(edit) @89256   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89245   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89238   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89236   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89235   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(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) @89223   4 years vboxsync Intel IOMMU: bugref:9967 Pedantic build fix.
(edit) @89218   4 years vboxsync Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and …
(edit) @89216   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(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) @89201   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89200   4 years vboxsync Intel IOMMU: bugref:9967 Add ring-3 MSI queuing for the IOMMU send MSI …
(edit) @89184   4 years vboxsync Audio: Working on asynchronous stream creation, only there is a stupid …
(edit) @89154   4 years vboxsync iprt/message.h,iprt/stream.h: Avoid duplicate PRTSTREAM typedef. clang …
(edit) @89149   4 years vboxsync IPRT,bs3kit: Added ASMMultU64ByU32DivByU32 to bs3kit. bugref:10009
(edit) @89148   4 years vboxsync iprt/asm-watcom-x86-32.h: Fixed ASMBitLastSetU64. Was working like …
(edit) @89089   4 years vboxsync Audio: 32-bit windows build fixes. bugref:9890
(edit) @89078   4 years vboxsync AudioTest/Wave: Hack to skip PAD chunk. bugref:10008
(edit) @89076   4 years vboxsync IPRT/cdefs.h: Also disable warning for MSVC 2019 for RT_FLEXIBLE_ARRAY …
(edit) @89073   4 years vboxsync Audio/ValKit: Moved the AudioTestWaveXXX functions to AudioTest.cpp so …
(edit) @89069   4 years vboxsync Intel IOMMU: bugref:9967 PDM I/O APIC helper: naming nit.
(edit) @89065   4 years vboxsync Intel IOMMU: bugref:9967 Add pfnLockIsOwner for I/O APIC helper (for …
(edit) @89059   4 years vboxsync ValKit/Audio: Added a 'play' command for playing wave files so that …
(edit) @89047   4 years vboxsync iprt: Linux: introduce Ubuntu kernel version checker macros, ​bugref:10007.
(edit) @89018   4 years vboxsync SUPDev,IPRT: On darwin allow Mac dev certs as long as it is a build …
(edit) @89002   4 years vboxsync Intel IOMMU: bugref:9967 VBox/msi.h: Add unions for IOMMU DMAR …
(edit) @89001   4 years vboxsync Intel IOMMU: bugref:9967 Interrupt remapping, work-in-progress.
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88978   4 years vboxsync Reverted for rework r144310, r144311, r144312 and r144313, ​bugref:10007.
(edit) @88975   4 years vboxsync iprt: introduce Ubuntu kernel versions range checker, ​bugref:10007.
(edit) @88973   4 years vboxsync iprt: introduce Ubuntu kernel version checkers, bugref:10007.
(edit) @88939   4 years vboxsync Audio: doxygen fixes. bugref:9890
(edit) @88894   4 years vboxsync Intel IOMMU: bugref:9967 Interrupt remapping, work-in-progress.
(edit) @88893   4 years vboxsync Intel IOMMU: bugref:9967 Interrupt remapping, work-in-progress. Also …
(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) @88875   4 years vboxsync Intel IOMMU: bugref:9967 Interrupt remapping, work-in-progress.
(edit) @88861   4 years vboxsync DrvAudio,DrvHostAudioWasApi: Implemented the smoother default device …
(edit) @88858   4 years vboxsync Intel IOMMU: bugref:9967 Interrupt remapping, work-in-progress.
(edit) @88850   4 years vboxsync VBox/vmm/pdmaudioinline.h: Moved the stream helpers after the PCM …
(edit) @88841   4 years vboxsync Intel IOMMU: bugref:9967 Interrupt remapping WIP.
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88813   4 years vboxsync IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the …
(edit) @88810   4 years vboxsync IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply …
(edit) @88781   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88775   4 years vboxsync pdmdrv.h: doxygen fix. bugref:9890
(edit) @88764   4 years vboxsync Intel IOMMU: bugref:9967 Off-by-one fix and other nits.
(edit) @88760   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88744   4 years vboxsync Intel IOMMU: Queued Invalidation WIP. The descriptor reads seem to …
(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) @88704   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88698   4 years vboxsync Intel IOMMU: bugref:9967 Doxygen.
(edit) @88696   4 years vboxsync Intel IOMMU: bugref:9967 Added invalidation descriptor bits.
(edit) @88695   4 years vboxsync Intel IOMMU: bugref:9967 Register-based invalidation WIP, …
(edit) @88694   4 years vboxsync Intel IOMMU: bugref:9967 Queued-invalidation WIP.
(edit) @88693   4 years vboxsync Audio: Added optional pfnStreamConfigHint methods to …
(edit) @88688   4 years vboxsync VBoxRT: Added RTTHREADFLAGS_COM_MTA and RTTHREADFLAGS_COM_STA flags to …
(edit) @88665   4 years vboxsync VMM/PDM: Added PDMDrvHlpSTAMDeregisterByPrefix for speeding up …
(edit) @88661   4 years vboxsync STAM: Added macros for recording nanoseconds in STAMPROFILE (using …
(edit) @88638   4 years vboxsync Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to …
(edit) @88631   4 years vboxsync AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
(edit) @88627   4 years vboxsync Intel IOMMU: bugref:9967 Queued Invalidation WIP.
(edit) @88626   4 years vboxsync DrvHostAudioWasApi: Early WASAPI backend. bugref:9890
(edit) @88580   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Interface for sending MSI directly from …
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