VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio@ 90184

Name Size Rev Age Author Last Change
../
testcase 89962   3 years vboxsync Audio/ValKit: Initial implementation / support for NATed VMs by using …
AudioHlp.cpp 22.5 KB 90015   3 years vboxsync AudioHlp: Drop unnecessary headers. bugref:9890
AudioHlp.h 4.1 KB 90012   3 years vboxsync Audio: Output multichannel capable wave files. Simplify the code a …
AudioMixBuffer-Convert.cpp.h 11.1 KB 89405   4 years vboxsync AudioMixBuffer: Fix buggy generic decoders. bugref:9890
AudioMixBuffer.cpp 85.4 KB 90008   3 years vboxsync AudioMixBuffer: Fixed regresion in AudioMixBufSetVolume from the …
AudioMixBuffer.h 10.0 KB 89801   3 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
AudioMixer.cpp 100.4 KB 90012   3 years vboxsync Audio: Output multichannel capable wave files. Simplify the code a …
AudioMixer.h 13.5 KB 89810   3 years vboxsync Audio: Eliminated some unnecessary stream config copying in the device …
AudioTest.cpp 94.3 KB 90184   3 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
AudioTest.h 12.2 KB 89994   3 years vboxsync Audio/ValKit: Cleaned up test object API + handling. bugref:10008
AudioTestService.cpp 40.6 KB 90176   3 years vboxsync Audio/ValKit: ATS termination fixes. bugref:10008
AudioTestService.h 6.8 KB 89962   3 years vboxsync Audio/ValKit: Initial implementation / support for NATed VMs by using …
AudioTestServiceClient.cpp 14.7 KB 90048   3 years vboxsync Audio/ValKit: Added dedicated log group AUDIO_TEST for audio testing …
AudioTestServiceClient.h 2.0 KB 89962   3 years vboxsync Audio/ValKit: Initial implementation / support for NATed VMs by using …
AudioTestServiceInternal.h 9.3 KB 89962   3 years vboxsync Audio/ValKit: Initial implementation / support for NATed VMs by using …
AudioTestServiceProtocol.cpp 1.1 KB 89614   3 years vboxsync Audio/ValKit: Implemented support for downloading (guest) test sets. …
AudioTestServiceProtocol.h 6.6 KB 89614   3 years vboxsync Audio/ValKit: Implemented support for downloading (guest) test sets. …
AudioTestServiceTcp.cpp 28.5 KB 90176   3 years vboxsync Audio/ValKit: ATS termination fixes. bugref:10008
DevHda.cpp 219.6 KB 90158   3 years vboxsync DevHda: Added the minimum of registers linux accesses for the …
DevHda.h 37.8 KB 90158   3 years vboxsync DevHda: Added the minimum of registers linux accesses for the …
DevHdaCodec.cpp 115.5 KB 90148   3 years vboxsync DevHdaCodec: Renamed a couple of variables. bugref:9890
DevHdaCodec.h 39.1 KB 90148   3 years vboxsync DevHdaCodec: Renamed a couple of variables. bugref:9890
DevHdaStream.cpp 103.3 KB 90097   3 years vboxsync DevHda: Fixed bug in hdaR3StreamAddScheduleItem when splitting up too …
DevHdaStream.h 13.1 KB 90013   3 years vboxsync DevHda: Removed a bunch of unused debug stream stuff. bugref:9890
DevIchAc97.cpp 199.7 KB 90178   3 years vboxsync DevIchAc97: Don't assert on valid config in ichac97R3StreamSetUp as we …
DevSB16.cpp 111.4 KB 90016   3 years vboxsync Audio: Before calling AudioHlpFileWrite test on the pFileXxxx variable …
DrvAudio.cpp 206.9 KB 90016   3 years vboxsync Audio: Before calling AudioHlpFileWrite test on the pFileXxxx variable …
DrvHostAudioAlsa.cpp 60.0 KB 89533   3 years vboxsync DrvHostAudioAlsa: Don't call the output/input device 'default'. bugref:9890
DrvHostAudioAlsaStubs.cpp 10.1 KB 89471   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
DrvHostAudioAlsaStubs.h 2.4 KB 89478   3 years vboxsync DrvHostAudioAlsaStubs.h: Try fix pedantic gcc warning/error. bugref:9890
DrvHostAudioAlsaStubsMangling.h 4.5 KB 89471   4 years vboxsync DrvHostAudioAlsa: Use snd_pcm_set_chmap to identify the channels we're …
DrvHostAudioCoreAudio.cpp 113.2 KB 89510   3 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
DrvHostAudioCoreAudioAuth.mm 5.0 KB 89110   4 years vboxsync DrvHostAudioCoreAudioAuth.mm: Just try make it build (though not work) …
DrvHostAudioDebug.cpp 13.0 KB 90012   3 years vboxsync Audio: Output multichannel capable wave files. Simplify the code a …
DrvHostAudioDSound.cpp 109.3 KB 89579   3 years vboxsync DrvHostAudioDSound.cpp: Demoted noisy LogRel2 to LogRel3. bugref:9890
DrvHostAudioDSoundMMNotifClient.cpp 6.9 KB 88853   4 years vboxsync Audio: Reworking PDMIHOSTAUDIOPORT::pfnNotifyDevicesChanged a little, …
DrvHostAudioDSoundMMNotifClient.h 2.4 KB 89089   4 years vboxsync Audio: 32-bit windows build fixes. bugref:9890
DrvHostAudioNull.cpp 9.8 KB 89510   3 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
DrvHostAudioOss.cpp 36.3 KB 89551   3 years vboxsync Audio: Nits/6.1. bugref:bugref:9890
DrvHostAudioPulseAudio.cpp 94.0 KB 89534   3 years vboxsync DrvHostAudioPulseAudio: Always register underflow/overflow callbacks …
DrvHostAudioPulseAudioStubs.cpp 13.9 KB 89426   4 years vboxsync Audio/Stubs: scm fix. bugref:9890
DrvHostAudioPulseAudioStubs.h 929 bytes 88226   4 years vboxsync Audio: Renamed host audio files to the DrvHostAudioXxxx scheme. bugref:9890
DrvHostAudioPulseAudioStubsMangling.h 5.9 KB 88478   4 years vboxsync DrvHostAudioPulse: Implemented basic device enumeration. bugref:9890
DrvHostAudioValidationKit.cpp 42.1 KB 90183   3 years vboxsync Audio/ValKit: More code for guest recording tests in the Validation …
DrvHostAudioWasApi.cpp 127.9 KB 89765   3 years vboxsync DrvHostAudioWasApi: Must disable the stream when draining completes. …
Makefile.kup 0 bytes 69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
Note: See TracBrowser for help on using the repository browser.

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