VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @89458   4 years vboxsync Audio/ValKit: Simplified code a bit by removing unnecessary …
(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) @89443   4 years vboxsync DrvHostAudioOss: Only mono and stereo for now. Fend off draining calls …
(edit) @89440   4 years vboxsync AudioMixBuffer: Fixed calculation bug in audioMixBufPeekResampling. …
(edit) @89436   4 years vboxsync Audio/ValKit: Manifest writing + packing fixes. bugref:10008
(edit) @89434   4 years vboxsync Audio/ValKit: More infrastructure code [Doxygen 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) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
(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) @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) @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) @89393   4 years vboxsync DrvHostAudioWasApi: Multi-channel support. bugref:9890
(edit) @89392   4 years vboxsync BIOS: Allocate bounce buffer before using it.
(edit) @89389   4 years vboxsync ValKit/AudioTest: Extensible wav-file support. Don't use RTMsgError++ …
(edit) @89388   4 years vboxsync ValKit/AudioTest: Extensible wav-file support. Don't use RTMsgError++ …
(edit) @89387   4 years vboxsync ValKit/AudioTest: Extensible wav-file support. Don't use RTMsgError++ …
(edit) @89384   4 years vboxsync Devices/PC/BIOS: Allocate the bounce buffer only when booting from a …
(edit) @89383   4 years vboxsync Audio/ValKit: More validation / test set handling code. bugref:10008
(edit) @89382   4 years vboxsync AudioMixBuffer: Added generic decoders and encoders for arbitrary …
(edit) @89381   4 years vboxsync Audio: Extended PDMAUDIOPCMPROPS with a channel map. Renamed …
(edit) @89380   4 years vboxsync ValKit/AudioTest: Removed PDMAUDIOSTREAMCFG::enmLayout and …
(edit) @89379   4 years vboxsync Audio: Removed PDMAUDIOSTREAMCFG::enmLayout and PDMAUDIOSTREAMLAYOUT. …
(edit) @89378   4 years vboxsync AudioMixBuffer: Changed the internal sample type from int64_t to …
(edit) @89377   4 years vboxsync tstAudioMixBuffer: Converted tstVolume to new mixer buffer interface. …
(edit) @89376   4 years vboxsync AudioMixBuffer,tstAudioMixBuffer: Fixed copy&paste bug in …
(edit) @89375   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89374   4 years vboxsync tstAudioMixbuffer: build fix. bugref:9890
(edit) @89373   4 years vboxsync AudioMixBuffer,tstAudioMixBuffer: Added more conversion tests and …
(edit) @89371   4 years vboxsync AudioMixer: More cleanups. bugref:9890
(edit) @89367   4 years vboxsync Devices/PC/BIOS/eltorito.c: Don't use the skip_b, skip_a mechanism for …
(edit) @89366   4 years vboxsync Intel IOMMU: bugref:9967 Since there's no level skipping we can …
(edit) @89365   4 years vboxsync Intel IOMMU: bugref:9967 Address translation, WIP.
(edit) @89364   4 years vboxsync Devices/PC/BIOS: Remove the skip_b,skip_a mechanism as it is unused …
(edit) @89363   4 years vboxsync Devices/PC/BIOS/eltorito.c: Don't use the skip_b, skip_a mechanism for …
(edit) @89357   4 years vboxsync AudioMixer: More cleanups. bugref:9890
(edit) @89356   4 years vboxsync 3D/VMSVGA: Fix pCmd/pGMR pointers mixup which breaks the logic of …
(edit) @89355   4 years vboxsync AudioMixer: Cleanups. bugref:9890
(edit) @89354   4 years vboxsync AudioMixBuffer: Fix. bugref:9890
(edit) @89352   4 years vboxsync AudioMixBuffer: More cleanups. bugref:9890
(edit) @89351   4 years vboxsync Audio: Replaced AudioMixBufLive with AudioMixBufUsed (without child …
(edit) @89350   4 years vboxsync AudioMixBuffer: cleanups. bugref:9890
(edit) @89347   4 years vboxsync DevSB16: Fixed a whole bunch of illegal PDMAUDIOPCMPROPS accesss - use …
(edit) @89346   4 years vboxsync DevHda: fixed direct access to PDMAUDIOPCMPROPS::cChannelsX …
(edit) @89344   4 years vboxsync Audio: For anyone wishing to use the VBOX_AUDIO_DEBUG_DUMP_PCM_DATA …
(edit) @89343   4 years vboxsync AudioMixer: Moving a few functions, merging the volume setter worker …
(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) @89340   4 years vboxsync AudioMixer: Moving a few functions, merging the volume setter worker …
(edit) @89339   4 years vboxsync AudioMixer: Removed AudioMixBufReset and AudioMixBufClear in favor of …
(edit) @89338   4 years vboxsync AudioMixer: Removed unused members from AUDIOMIXBUF and rearranged …
(edit) @89337   4 years vboxsync AudioMixer: Removed old conversion functions. bugref:9890
(edit) @89336   4 years vboxsync AudioMixer: Removed AudioMixBufAcquireReadBlock, …
(edit) @89335   4 years vboxsync AudioMixer: Removed AudioMixBufAcquireReadBlock, …
(edit) @89334   4 years vboxsync AudioMixer: Removed AudioMixBufWriteCirc. [build fix] bugref:9890
(edit) @89333   4 years vboxsync AudioMixer: Removed AudioMixBufWriteCirc. bugref:9890
(edit) @89332   4 years vboxsync AudioMixer: Removed AudioMixBufWriteAt, eliminated last non-testcase …
(edit) @89331   4 years vboxsync AudioMixBuffer: Removed more unneeded stuff. bugref:9890
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