VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89377   3 years vboxsync tstAudioMixBuffer: Converted tstVolume to new mixer buffer interface. …
(edit) @89376   3 years vboxsync AudioMixBuffer,tstAudioMixBuffer: Fixed copy&paste bug in …
(edit) @89374   3 years vboxsync tstAudioMixbuffer: build fix. bugref:9890
(edit) @89373   3 years vboxsync AudioMixBuffer,tstAudioMixBuffer: Added more conversion tests and …
(edit) @89371   3 years vboxsync AudioMixer: More cleanups. bugref:9890
(edit) @89351   3 years vboxsync Audio: Replaced AudioMixBufLive with AudioMixBufUsed (without child …
(edit) @89350   3 years vboxsync AudioMixBuffer: cleanups. bugref:9890
(edit) @89339   3 years vboxsync AudioMixer: Removed AudioMixBufReset and AudioMixBufClear in favor of …
(edit) @89335   3 years vboxsync AudioMixer: Removed AudioMixBufAcquireReadBlock, …
(edit) @89333   3 years vboxsync AudioMixer: Removed AudioMixBufWriteCirc. bugref:9890
(edit) @89332   3 years vboxsync AudioMixer: Removed AudioMixBufWriteAt, eliminated last non-testcase …
(edit) @89330   3 years vboxsync AudioMixBuffer: Removed buffer linking and other unnecessary stuff. …
(edit) @88923   4 years vboxsync Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008
(edit) @88433   4 years vboxsync Audio: Eliminated the DrvAudio mixing buffers for output streams on …
(edit) @88356   4 years vboxsync Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
(edit) @88314   4 years vboxsync tstAudioMixBuffer: Windows build fix. bugref:9890
(edit) @88312   4 years vboxsync tstAudioMixBuffer: Test downsampling. bugref:9890
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88234   4 years vboxsync Audio: Renamed DrvAudioCommon.* to AudioHlp.*, changing functions from …
(edit) @88230   4 years vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(edit) @88112   4 years vboxsync Audio,DevHDA: Made PDMAUDIOPCMPROPS_F2B and PDMAUDIOPCMPROPS_B2F work …
(edit) @88028   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88022   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88016   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
(edit) @88009   4 years vboxsync Audio: DrvAudioHlpPCMPropsBytesPerFrame -> DrvAudioHlpBytesPerFrame as …
(edit) @88007   4 years vboxsync Audio: Switched parameters for DrvAudioHlpBytesToFrames. bugref:9890
(edit) @88006   4 years vboxsync Audio: DrvAudioHlpBytesAlign -> DrvAudioHlpFloorBytesToFrame as it …
(edit) @88004   4 years vboxsync Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
(edit) @88003   4 years vboxsync Audio: DrvAudioHlpCalcBitrate -> DrvAudioHlpGetBitrate. bugref:9098
(edit) @88002   4 years vboxsync Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
(edit) @87997   4 years vboxsync Audio: Fixed the 16-bit and 32-bit signed cases of …
(edit) @87996   4 years vboxsync Audio: Converted DrvAudioHlpFramesToNano and DrvAudioHlpFramesToMilli …
(edit) @87994   4 years vboxsync Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890
(edit) @87993   4 years vboxsync Audio: Switched DrvAudioHlpFramesToMilli parameters. bugref:9890
(edit) @87992   4 years vboxsync Audio: Switched DrvAudioHlpFramesToNano parameters. bugref:9890
(edit) @87991   4 years vboxsync Audio: Switched DrvAudioHlpBytesToMilli parameters. bugref:9890
(edit) @87990   4 years vboxsync Audio: Fixed broken DrvAudioHlpBytesToNano and DrvAudioHlpBytesToMicro …
(edit) @87841   4 years vboxsync Audio/testcase: Added initial tstAudioClient3 to manually report, …
(edit) @87840   4 years vboxsync Audio/testcase: Added initial tstAudioClient3 to manually report, …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @73544   6 years vboxsync Audio/testcases: Fixed tstAudioMixBuffer.
(edit) @71752   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @70878   7 years vboxsync Audio: Renamed AudioMixBufReadCirc[Ex] -> …
(edit) @69111   7 years vboxsync (C) year
(edit) @68132   7 years vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @67697   7 years vboxsync Audio: vmm/pdmaudioifs.h: Shuffle parameters around in …
(edit) @67384   7 years vboxsync Build fix.
(edit) @67368   7 years vboxsync Build fix.
(edit) @67367   7 years vboxsync Audio: Forward ported audio mixing buffer changes from 5.1 (as of r115728).
(edit) @65636   8 years vboxsync Audio: Added DrvAudioHlpPCMPropsAreValid(), removed unnecessary stream …
(edit) @65635   8 years vboxsync tstAudioMixBuffer.cpp: Fixed testcase.
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @63362   8 years vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @62981   8 years vboxsync more descriptive variable names.
(edit) @62980   8 years vboxsync tstAudioMixBuffer.cpp: removed unused variables and warnings.
(edit) @62517   8 years vboxsync (C) 2016
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61352   8 years vboxsync AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
(edit) @61343   8 years vboxsync Audio/AudioMixBuffer: Fixes (also for testcase).
(edit) @61331   8 years vboxsync Audio: Fixed testcase tstAudioMixBuffer.cpp.
(edit) @61320   8 years vboxsync Audio: Update.
(edit) @61167   8 years vboxsync Audio: Renaming.
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60354   9 years vboxsync Build fix for testcase.
(edit) @58378   9 years vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56085   9 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @55920   9 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55495   10 years vboxsync tstAudioMixBuffer: call audioMixBufDestroy()
(edit) @55492   10 years vboxsync Audio: Extended testcase.
(edit) @55486   10 years vboxsync tstAudioMixBuffer: pedantic
(edit) @55485   10 years vboxsync Don't check nonexistent samples.
(edit) @55462   10 years vboxsync Audio: Fixed minor format conversion errors, added a testcase (16-bit …
(edit) @55449   10 years vboxsync Whitespace.
(edit) @55340   10 years vboxsync Audio: Fixed warnings, largely inconsistent types.
(edit) @55335   10 years vboxsync Audio: Spelling, Hungarian fixes.
(edit) @55270   10 years vboxsync Devices/Audio: two warnings
(edit) @54483   10 years vboxsync Whops.
(edit) @54482   10 years vboxsync Audio/AudioMixBuffer: Bugfixes, updated testcase.
(edit) @54460   10 years vboxsync PDM/Audio: AudioMixBuffer.cpp: Bugfixes, logging, fixed testcase.
(edit) @53945   10 years vboxsync header fixes
(add) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
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