VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89847   4 years vboxsync DevHda: Some preprocessor indentation fixes. bugref:9890
(edit) @89845   4 years vboxsync DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The …
(edit) @89844   4 years vboxsync DevHda: Eliminated HDASTREAM::CritSect as it is not necessary. The …
(edit) @89842   4 years vboxsync AudioTest.cpp: Build fix (gcc (GCC) 10.2.1 20201125 (Red Hat …
(edit) @89841   4 years vboxsync Audio/ValKit: More work on logging [Windows build fix]. bugref:10008
(edit) @89840   4 years vboxsync Audio/ValKit: More work on logging [Windows build fix]. bugref:10008
(edit) @89839   4 years vboxsync Audio/ValKit: More work on logging. bugref:10008
(edit) @89838   4 years vboxsync Audio/ValKit: Factored out cleaning up the registered tests in the …
(edit) @89835   4 years vboxsync Audio/ValKit: Factored out cleaning up the registered tests in the …
(edit) @89830   4 years vboxsync DrvAudio: Fixed invalid log variable assignment in …
(edit) @89826   4 years vboxsync DevHda: Partial vista fix. Must avoid chopping up the buffers in an …
(edit) @89822   4 years vboxsync DevSB16,DevIchAc97: Mixer info. bugref:9890
(edit) @89821   4 years vboxsync Audio: Some info item fixes and docs updates. bugref:9890
(edit) @89813   4 years vboxsync AudioMixBuffer.cpp: scm fix bugref:9890
(edit) @89811   4 years vboxsync AudioMixBuffer.cpp: doxygen fixes. bugref:9890
(edit) @89810   4 years vboxsync Audio: Eliminated some unnecessary stream config copying in the device …
(edit) @89807   4 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89806   4 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89805   4 years vboxsync Audio/ValKit: Added a simple testcase for ATS (Audio Test Service). …
(edit) @89803   4 years vboxsync Audio/ValKit: Sending bigger data chunks now also works. bugref:10008
(edit) @89802   4 years vboxsync Audio/ValKit: Added support for CRC32 checksum calculation; now …
(edit) @89801   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89800   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89788   4 years vboxsync Audio/ValKit: doxygen fix. bugref:10008
(edit) @89787   4 years vboxsync DevIchAc97: Doxygen grouping fix. bugref:9890
(edit) @89779   4 years vboxsync Audio: Size the mixer buffer for sinks according to the scheulding …
(edit) @89778   4 years vboxsync DevIchAc97: Eliminated the pRegs variables, just use pStream->Regs. …
(edit) @89776   4 years vboxsync DevIchAc97: Some experiment of PICB sub-buffer reporting. bugref:9890
(edit) @89775   4 years vboxsync DevIchAc97: Looked into the 'unimplemented' register accesses (all …
(edit) @89773   4 years vboxsync DevIchAc97: save indent. bugref:9890
(edit) @89772   4 years vboxsync DevIchAc97: doxygen fix. bugref:9890
(edit) @89771   4 years vboxsync DevIchAc97: Cleaned up inconsistencies in ichac97R3StreamTransfer - it …
(edit) @89770   4 years vboxsync DevIchAc97: Added statistics on some special DMA transfer cases. …
(edit) @89769   4 years vboxsync AudioTest.cpp: scm fix. bugref:10008
(edit) @89768   4 years vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89765   4 years vboxsync DrvHostAudioWasApi: Must disable the stream when draining completes. …
(edit) @89759   4 years vboxsync DevIchAc97: Logging fix. bugref:9890
(edit) @89758   4 years vboxsync DevIchAc97: Profile ichac97R3StreamReSetUp as it is doing the heavy …
(edit) @89757   4 years vboxsync DevHda: stat unit correction. bugref:9890
(edit) @89756   4 years vboxsync DevIchAc97: More statistics. bugref:9890
(edit) @89755   4 years vboxsync DevHda: Corrected statistics description. bugref:9890
(edit) @89754   4 years vboxsync DevIchAc97: Removed unused statistics. bugref:9890
(edit) @89753   4 years vboxsync DevIchAc97: Don't allow enabling a stream that's already enabled. …
(edit) @89752   4 years vboxsync DevIchAc97: Logging fix. bugref:9890
(edit) @89751   4 years vboxsync DevIchAc97: Restored the BDLE fetching to the LVI write w/ AC97_SR_DCH …
(edit) @89750   4 years vboxsync DevIchAc97: Todo. bugref:9890
(edit) @89748   4 years vboxsync DevIchAc97: Don't take the timer lock when fielding IO port writes, …
(edit) @89747   4 years vboxsync Audio/ValKit: Implemented first first (primitive) binary PCM data …
(edit) @89743   4 years vboxsync DevIchAc97: Addressed todo in ichac97R3StreamSetUp regarding zero …
(edit) @89742   4 years vboxsync DevIchAc97: Addressed todo in ichac97R3StreamSetUp regarding zero …
(edit) @89739   4 years vboxsync DevIchAc97: Make sure to retry ichac97R3MixerAddDrvStreams after a …
(edit) @89737   4 years vboxsync DevIchAc97: Moved the AIO job re-registration to ichac97R3StreamSetUp …
(edit) @89736   4 years vboxsync DevIchAc97: Don't recreate the driver streams just because the DMA …
(edit) @89733   4 years vboxsync DevIchAc97: Renamed a couple of functions. bugref:9890
(edit) @89724   4 years vboxsync DevIchAc97: Some small code cleanups. bugref:9890
(edit) @89723   4 years vboxsync DevIchAc97: Some small code cleanups. bugref:9890
(edit) @89721   4 years vboxsync DevIchAc97: Tried to organized the functions a bit more logically. No …
(edit) @89715   4 years vboxsync DevIchAc97: fixed log statement. bugref:9890
(edit) @89711   4 years vboxsync Audio/ValKit: More validation code. bugref:10008
(edit) @89710   4 years vboxsync DevIchAc97: Build fix. bugref:9890
(edit) @89707   4 years vboxsync DevIchAc97: Added a input/output stream indicator to …
(edit) @89706   4 years vboxsync DevIchAc97: Must recreate the stream when the internal DMA buffer size …
(edit) @89694   4 years vboxsync DevIchAc97: Added pushback and statistics to the input portion of …
(edit) @89693   4 years vboxsync DevIchAc97: Added pushback and statistics to the output portion of …
(edit) @89692   4 years vboxsync DevIchAc97: Don't recheck sink active status in …
(edit) @89691   4 years vboxsync DevIchAc97: Addressed the incorrect LVI understanding from …
(edit) @89687   4 years vboxsync DevIchAc97: ichac97R3DbgPrintBdl misunderstood LVI. Some todos and …
(edit) @89685   4 years vboxsync Audio/ValKit: Implemented support for downloading (host) test sets. …
(edit) @89681   4 years vboxsync DevIchAc97: Try deal with zero sized buffer descriptors (untested). …
(edit) @89680   4 years vboxsync DevIchAc97: Try deal with zero sized buffer descriptors (untested). …
(edit) @89664   4 years vboxsync DevIchAc97: Changed ichac97R3StreamTransferUpdate to actually take the …
(edit) @89661   4 years vboxsync DevIchAc97: Docs, TODOs, and some ichac97R3StreamUpdateDma refactoring …
(edit) @89640   4 years vboxsync DevIchAc97: Scan the buffer list to determin a more sensible internal …
(edit) @89639   4 years vboxsync DevIchAc97: Made the internal DMA buffer size configurable and changed …
(edit) @89638   4 years vboxsync DevHda: Validate config values when reading them. Marked a bunch …
(edit) @89637   4 years vboxsync DevIchAc97: Made the internal DMA buffer size configurable and changed …
(edit) @89636   4 years vboxsync DevIchAc97: doxygen. bugref:9890
(edit) @89618   4 years vboxsync Audio/ValKit: Implemented support for downloading (guest) test sets …
(edit) @89616   4 years vboxsync Audio/ValKit: Implemented support for downloading (guest) test sets …
(edit) @89614   4 years vboxsync Audio/ValKit: Implemented support for downloading (guest) test sets. …
(edit) @89613   4 years vboxsync DevIchAc97: Added ac97bdl and ac97stream debug info items. [build fix] …
(edit) @89612   4 years vboxsync DevIchAc97: Added ac97bdl and ac97stream debug info items. bugref:9890
(edit) @89611   4 years vboxsync DevHda: Debug info nits. bugref:9890
(edit) @89596   4 years vboxsync DrvHostAudioWasApi: Implemented pfnSetDevice and the …
(edit) @89584   4 years vboxsync Audio/ValKit: More code for completely self-contained (self) testing. …
(edit) @89583   4 years vboxsync DrvAudio: Fixed missing pre-buffer allocation alignment for some odd …
(edit) @89579   4 years vboxsync DrvHostAudioDSound.cpp: Demoted noisy LogRel2 to LogRel3. bugref:9890
(edit) @89575   4 years vboxsync Audio/ValKit: More code for completely self-contained (self) testing. …
(edit) @89570   4 years vboxsync DrvAudio: Worked over the statistics. bugref:9890
(edit) @89569   4 years vboxsync Audio: Lowered cased the output of PDMAudioDirGetName and …
(edit) @89567   4 years vboxsync Audio/ValKit: Destruction fixes. bugref:10008
(edit) @89566   4 years vboxsync DrvAudio: Removed AssertMsgReturn checks on …
(edit) @89565   4 years vboxsync DrvAudio: Shut up assertion in drvAudioStreamInitAsync due to play …
(edit) @89564   4 years vboxsync DrvAudio: Change the default for cFramesPeriod to be 1/4 of the buffer …
(edit) @89563   4 years vboxsync DevHda: Added removal todo on InitialDelayMs (it's too involved to do …
(edit) @89562   4 years vboxsync DevHda: Consistently use PCI (rather than ISA) memory access …
(edit) @89561   4 years vboxsync Audio/ValKit: When no playback tests are active, report back all data …
(edit) @89560   4 years vboxsync Audio/ValKit: Only report back bytes to read if a (current) test is …
(edit) @89559   4 years vboxsync AudioMixer: Fixed draining regression with the cFramesBackendBuffer …
(edit) @89558   4 years vboxsync AudioMixer: Must use RTMemAllocZVar when doing variable length …
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