VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89497   4 years vboxsync AMD IOMMU: bugref:9654 Use the common x86 page-offset macro now.
(edit) @89496   4 years vboxsync AMD IOMMU: bugref:9654 Assert rather than zero out bits that are …
(edit) @89495   4 years vboxsync Intel IOMMU: bugref:9967 Fix reported SAGAW value.
(edit) @89494   4 years vboxsync Intel IOMMU: bugref:9967 Build fix.
(edit) @89493   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, nits.
(edit) @89492   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89491   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89490   4 years vboxsync ValKit/AudioTest: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by …
(edit) @89489   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89488   4 years vboxsync DrvHostAudioAlsa: Another attempt at fixing the pedantic gcc …
(edit) @89487   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89486   4 years vboxsync Config.kmk, Installer/linux and Installer/solaris: Passing gtk2 …
(edit) @89485   4 years vboxsync DrvHostAudioDebug: Cleaned up function prefix and struct names. bugref:9890
(edit) @89484   4 years vboxsync DrvHostAudioNull: Cleaned up function prefix and struct names. bugref:9890
(edit) @89483   4 years vboxsync DrvHostAudioPulseAudio: Cleaned up function prefix and struct names. …
(edit) @89482   4 years vboxsync DrvHostAudioPulseAudio: Cleaned up function prefix and struct names. …
(edit) @89481   4 years vboxsync DrvHostAudioAlsaStubs.h: Cleaned up function prefix and struct names. …
(edit) @89480   4 years vboxsync DrvHostAudioAlsaStubs.h: Another attempt at fixing the pedantic gcc …
(edit) @89479   4 years vboxsync DrvHostAudioOss: Don't refuse to pre-buffer input streams. Cleaned up …
(edit) @89478   4 years vboxsync DrvHostAudioAlsaStubs.h: Try fix pedantic gcc warning/error. bugref:9890
(edit) @89477   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89476   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89474   4 years vboxsync DrvHostAudioAlsaStubs.h: Correct version number for …
(edit) @89473   4 years vboxsync DrvHostAudioAlsa.cpp: Shut up annoying -EPIPE LogRel when draining. …
(edit) @89472   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
(edit) @89471   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
(edit) @89470   4 years vboxsync DrvHostAudioAlsa: Eliminated the ALSAAUDIOSTREAMCFG structure and …
(edit) @89469   4 years vboxsync Audio/ValKit: More code for the Validation Kit audio driver. bugref:10008
(edit) @89468   4 years vboxsync Audio/ValKit: Added AudioTestPathGetTemp(). bugref:10008
(edit) @89467   4 years vboxsync ValKit/AudioTest: Added a 'rec' command. [build fix] bugref:10008
(edit) @89466   4 years vboxsync ValKit/AudioTest: Added a 'rec' command. bugref:10008
(edit) @89465   4 years vboxsync AudioTest: Added support for writing wave files. bugref:10008
(edit) @89464   4 years vboxsync EFI: Beginnings of a e1000 network driver to support network boot with …
(edit) @89463   4 years vboxsync Audio/ValKit: More code for the Validation Kit audio driver. bugref:10008
(edit) @89462   4 years vboxsync EFI: Beginnings of a e1000 network driver to support network boot with …
(edit) @89461   4 years vboxsync Audio/ValKit: Docs. bugref:10008
(edit) @89460   4 years vboxsync ValKit/AudioTest: You do not need to RTStrDup ValueUnion.psz, the …
(edit) @89459   4 years vboxsync ValKit/AudioTest: Added 'enum' command for listing audio devices. …
(edit) @89458   4 years vboxsync Audio/ValKit: Simplified code a bit by removing unnecessary …
(edit) @89457   4 years vboxsync Audio/ValKit: More code for recording tests [SCM fix]. bugref:10008
(edit) @89456   4 years vboxsync Audio/ValKit: More code for recording tests. bugref:10008
(edit) @89455   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89454   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89453   4 years vboxsync Intel IOMMU: bugref:9967 typo.
(edit) @89452   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89451   4 years vboxsync Intel IOMMU: bugref:9967 Use VT-d nomenclature.
(edit) @89450   4 years vboxsync DrvHostAudioAlsa: Simplify the drvHostAlsaAudioHA_StreamCreate stuff, …
(edit) @89449   4 years vboxsync DrvHostAudioAlsa: Need to call snd_pcm_drain again when draining in …
(edit) @89448   4 years vboxsync AudioMixBuffer/AudioMixBufInitPeekState: Fixed channel count …
(edit) @89447   4 years vboxsync AudioHlp.cpp/AudioHlpPcmPropsAreValid: Less duplication of checks …
(edit) @89445   4 years vboxsync DrvAudio: Use pStreamEx->Core.Props instead of …
(edit) @89444   4 years vboxsync ValKit/AudioTest: leak. bugref:10008
(edit) @89443   4 years vboxsync DrvHostAudioOss: Only mono and stereo for now. Fend off draining calls …
(edit) @89442   4 years vboxsync ValKit/AudioTest: Added some comments to the play command. bugref:10008
(edit) @89441   4 years vboxsync ValKit/AudioTest: Fixed leak in play. bugref:10008
(edit) @89440   4 years vboxsync AudioMixBuffer: Fixed calculation bug in audioMixBufPeekResampling. …
(edit) @89439   4 years vboxsync ValKit/AudioTest: Mated the mixer to the play command and made it …
(edit) @89438   4 years vboxsync 3D/VMSVGA/WDDM: Use SVGA_REG_DEV_CAP register only if …
(edit) @89437   4 years vboxsync Hist USB timer: use uniqe naming in order not to confuse STAM on USB …
(edit) @89436   4 years vboxsync Audio/ValKit: Manifest writing + packing fixes. bugref:10008
(edit) @89435   4 years vboxsync Audio/ValKit: Made buffering / pre-buffering and scheduling hint sizes …
(edit) @89434   4 years vboxsync Audio/ValKit: More infrastructure code [Doxygen fix]. bugref:10008
(edit) @89433   4 years vboxsync Audio/ValKit: More infrastructure code [build fix]. bugref:10008
(edit) @89432   4 years vboxsync Audio/ValKit: More infrastructure code [SCM fix]. bugref:10008
(edit) @89431   4 years vboxsync Audio/ValKit: More infrastructure code. bugref:10008
(edit) @89427   4 years vboxsync Audio/Stubs: scm fix. [build fix] bugref:9890
(edit) @89426   4 years vboxsync Audio/Stubs: scm fix. bugref:9890
(edit) @89425   4 years vboxsync DrvHostAudioAlsaStubs: Use RTOnce to make the init thread-safe and …
(edit) @89424   4 years vboxsync DrvHostAudioPulseAudioStubs: Use RTOnce to make the init thread-safe …
(edit) @89423   4 years vboxsync DrvHostAudioPulseAudio: Multi channel support. bugref:9890
(edit) @89422   4 years vboxsync DrvHostAudioPulseAudioStubs: Use RTOnce to make the init thread-safe …
(edit) @89421   4 years vboxsync DrvHostAudioDSound: Multi channel support. bugref:9890
(edit) @89420   4 years vboxsync DrvHostAudioWasApi: correction to when to use WAVE_FORMAT_EXTENSIBLE. …
(edit) @89419   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89418   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89417   4 years vboxsync ValKit/AudioTest: DrvAudio doesn't do any push back worth speaking of …
(edit) @89415   4 years vboxsync Audio: Removed PDMAUDIOFRAME. bugref:9890
(edit) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
(edit) @89413   4 years vboxsync ValKit/AudioTest: Make sure audioTestPlayOne reads a frame aligned …
(edit) @89412   4 years vboxsync DrvAudio: Fixed race condition in destructor: Must get the threads out …
(edit) @89411   4 years vboxsync DrvHostAudioWasApi: Ignore AUDCLNT_E_UNSUPPORTED_FORMAT. bugref:9890
(edit) @89410   4 years vboxsync FE/Qt: bugref:9831. Enabling/disabling backward/forward menu actions …
(edit) @89409   4 years vboxsync FE/Qt: bugref:9831. Adding the navigation menu
(edit) @89408   4 years vboxsync FE/Qt: bugref:10003: Details pane: Fixing wrong color for Details …
(edit) @89407   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89406   4 years vboxsync DevHda: Removed the stream mapping and leave such complications to the …
(edit) @89405   4 years vboxsync AudioMixBuffer: Fix buggy generic decoders. bugref:9890
(edit) @89404   4 years vboxsync FE/Qt: bugref:10003: Global Tools banner in redwood style; Removing …
(edit) @89403   4 years vboxsync Audio/ValKit: A bit of include path tweaking for VKAT. bugref:10008
(edit) @89402   4 years vboxsync Audio/ValKit: Moved the VKAT driver stack code to an own file; main …
(edit) @89401   4 years vboxsync Audio/ValKit: Moved the VKAT driver stack code to an own file; main …
(edit) @89400   4 years vboxsync AudioMixBuffer: Converting AUDMIXBUF_CONVERT into a template file to …
(edit) @89399   4 years vboxsync Audio/ValKit: First guest / host mode code for VKAT. bugref:10008
(edit) @89398   4 years vboxsync AudioMixBuffer: Converting AUDMIXBUF_CONVERT into a template file to …
(edit) @89397   4 years vboxsync AudioMixBuffer: Converting AUDMIXBUF_CONVERT into a template file to …
(edit) @89396   4 years vboxsync AudioMixBuffer: Converting AUDMIXBUF_CONVERT into a template file to …
(edit) @89395   4 years vboxsync AudioMixBuffer: Converting AUDMIXBUF_CONVERT into a template file to …
(edit) @89394   4 years vboxsync FE/Qt: bugref:10003: Large icon update; Lets try to compress them to …
(edit) @89393   4 years vboxsync DrvHostAudioWasApi: Multi-channel support. bugref:9890
(edit) @89392   4 years vboxsync BIOS: Allocate bounce buffer before using it.
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