VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @94999   3 年 vboxsync Audio: Fixed testcase tstAudioMixBuffer (follow-up for r151418).
(edit) @94993   3 年 vboxsync Audio: Resolved @todos regarding PDMAudioPropsAreValid() / …
(edit) @93944   3 年 vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @89768   4 年 vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89377   4 年 vboxsync tstAudioMixBuffer: Converted tstVolume to new mixer buffer interface. …
(edit) @89376   4 年 vboxsync AudioMixBuffer,tstAudioMixBuffer: Fixed copy&paste bug in …
(edit) @89374   4 年 vboxsync tstAudioMixbuffer: build fix. bugref:9890
(edit) @89373   4 年 vboxsync AudioMixBuffer,tstAudioMixBuffer: Added more conversion tests and …
(edit) @89371   4 年 vboxsync AudioMixer: More cleanups. bugref:9890
(edit) @89351   4 年 vboxsync Audio: Replaced AudioMixBufLive with AudioMixBufUsed (without child …
(edit) @89339   4 年 vboxsync AudioMixer: Removed AudioMixBufReset and AudioMixBufClear in favor of …
(edit) @89335   4 年 vboxsync AudioMixer: Removed AudioMixBufAcquireReadBlock, …
(edit) @89333   4 年 vboxsync AudioMixer: Removed AudioMixBufWriteCirc. bugref:9890
(edit) @89332   4 年 vboxsync AudioMixer: Removed AudioMixBufWriteAt, eliminated last non-testcase …
(edit) @89330   4 年 vboxsync AudioMixBuffer: Removed buffer linking and other unnecessary stuff. …
(edit) @88923   4 年 vboxsync Audio/VaKit: Initial commit of VKAT, heavily work in progress. bugref:10008
(edit) @88433   4 年 vboxsync Audio: Eliminated the DrvAudio mixing buffers for output streams on …
(edit) @88356   4 年 vboxsync Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
(edit) @88314   4 年 vboxsync tstAudioMixBuffer: Windows build fix. bugref:9890
(edit) @88312   4 年 vboxsync tstAudioMixBuffer: Test downsampling. bugref:9890
(edit) @88269   4 年 vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88234   4 年 vboxsync Audio: Renamed DrvAudioCommon.* to AudioHlp.*, changing functions from …
(edit) @88230   4 年 vboxsync Audio: Renamed DrvAudio.h to DrvAudioCommon.h and move the DrvAudio.h …
(edit) @88112   4 年 vboxsync Audio,DevHDA: Made PDMAUDIOPCMPROPS_F2B and PDMAUDIOPCMPROPS_B2F work …
(edit) @88028   4 年 vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88022   4 年 vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88016   4 年 vboxsync Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
(edit) @88009   4 年 vboxsync Audio: DrvAudioHlpPCMPropsBytesPerFrame -> DrvAudioHlpBytesPerFrame as …
(edit) @88007   4 年 vboxsync Audio: Switched parameters for DrvAudioHlpBytesToFrames. bugref:9890
(edit) @88006   4 年 vboxsync Audio: DrvAudioHlpBytesAlign -> DrvAudioHlpFloorBytesToFrame as it …
(edit) @88004   4 年 vboxsync Audio: DrvAudioHlpBytesIsAligned -> DrvAudioHlpIsBytesAligned; …
(edit) @88003   4 年 vboxsync Audio: DrvAudioHlpCalcBitrate -> DrvAudioHlpGetBitrate. bugref:9098
(edit) @88002   4 年 vboxsync Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
(edit) @87997   4 年 vboxsync Audio: Fixed the 16-bit and 32-bit signed cases of …
(edit) @87996   4 年 vboxsync Audio: Converted DrvAudioHlpFramesToNano and DrvAudioHlpFramesToMilli …
(edit) @87994   4 年 vboxsync Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890
(edit) @87993   4 年 vboxsync Audio: Switched DrvAudioHlpFramesToMilli parameters. bugref:9890
(edit) @87992   4 年 vboxsync Audio: Switched DrvAudioHlpFramesToNano parameters. bugref:9890
(edit) @87991   4 年 vboxsync Audio: Switched DrvAudioHlpBytesToMilli parameters. bugref:9890
(edit) @87990   4 年 vboxsync Audio: Fixed broken DrvAudioHlpBytesToNano and DrvAudioHlpBytesToMicro …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76474   6 年 vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @73544   7 年 vboxsync Audio/testcases: Fixed tstAudioMixBuffer.
(edit) @71752   7 年 vboxsync DevIchAc97: Alignment fixing.
(edit) @70878   7 年 vboxsync Audio: Renamed AudioMixBufReadCirc[Ex] -> …
(edit) @68132   8 年 vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @67697   8 年 vboxsync Audio: vmm/pdmaudioifs.h: Shuffle parameters around in …
(edit) @67384   8 年 vboxsync Build fix.
(edit) @67368   8 年 vboxsync Build fix.
(edit) @67367   8 年 vboxsync Audio: Forward ported audio mixing buffer changes from 5.1 (as of r115728).
(edit) @65636   8 年 vboxsync Audio: Added DrvAudioHlpPCMPropsAreValid(), removed unnecessary stream …
(edit) @65635   8 年 vboxsync tstAudioMixBuffer.cpp: Fixed testcase.
(edit) @65624   8 年 vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @63362   9 年 vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @62981   9 年 vboxsync more descriptive variable names.
(edit) @62980   9 年 vboxsync tstAudioMixBuffer.cpp: removed unused variables and warnings.
(edit) @61609   9 年 vboxsync Audio: Update.
(edit) @61352   9 年 vboxsync AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
(edit) @61343   9 年 vboxsync Audio/AudioMixBuffer: Fixes (also for testcase).
(edit) @61331   9 年 vboxsync Audio: Fixed testcase tstAudioMixBuffer.cpp.
(edit) @61320   9 年 vboxsync Audio: Update.
(edit) @61167   9 年 vboxsync Audio: Renaming.
(edit) @60925   9 年 vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60354   9 年 vboxsync Build fix for testcase.
(edit) @58378   9 年 vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @55920   10 年 vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55495   10 年 vboxsync tstAudioMixBuffer: call audioMixBufDestroy()
(edit) @55492   10 年 vboxsync Audio: Extended testcase.
(edit) @55486   10 年 vboxsync tstAudioMixBuffer: pedantic
(edit) @55485   10 年 vboxsync Don't check nonexistent samples.
(edit) @55462   10 年 vboxsync Audio: Fixed minor format conversion errors, added a testcase (16-bit …
(edit) @55449   10 年 vboxsync Whitespace.
(edit) @55340   10 年 vboxsync Audio: Fixed warnings, largely inconsistent types.
(edit) @55335   10 年 vboxsync Audio: Spelling, Hungarian fixes.
(edit) @55270   10 年 vboxsync Devices/Audio: two warnings
(edit) @54483   10 年 vboxsync Whops.
(edit) @54482   10 年 vboxsync Audio/AudioMixBuffer: Bugfixes, updated testcase.
(edit) @54460   10 年 vboxsync PDM/Audio: AudioMixBuffer.cpp: Bugfixes, logging, fixed testcase.
(edit) @53945   10 年 vboxsync header fixes
(add) @53442   10 年 vboxsync PDM Audio: Branch -> trunk.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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