VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @104693   9 月 vboxsync Devices + GuestHost: Fixed warnings. ​​bugref:3409
(edit) @104529   10 月 vboxsync Audio/HDA: Fixed recording on newer Windows versions (Windows 10): …
(edit) @104523   10 月 vboxsync Audio/AudioMixer: Better diagnostics via (verbose + limited) release …
(edit) @104499   10 月 vboxsync Audio/AudioMixer: Made the debug (.WAV) file of an output sink …
(edit) @104473   10 月 vboxsync Audio/AudioMixBuffer: Removed some dead debug defines.
(edit) @104471   10 月 vboxsync Devices/Audio/DrvHostAudioOss: Fix some assert statements, bugref:3409
(edit) @103566   12 月 vboxsync Audio/VKAT: Bugfixes for AudioTestBeaconAddConsecutive().
(edit) @103565   12 月 vboxsync Validation Kit/Audio: Logging.
(edit) @103430   12 月 vboxsync DrvAudio: No need to use either RTStrCopy[2] or RTStrCat[2] here, …
(edit) @103415   12 月 vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103310   12 月 vboxsync Devices/DrvAudioAlsaStubs: Corrected snd_pcm_nonblock() proxy stub …
(edit) @103285   13 月 vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   13 月 vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   13 月 vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103162   13 月 vboxsync Audio/Mixer: Fixed a warning found by Parfait. ​bugref:10354
(edit) @103137   13 月 vboxsync Audio: More locking needed to avoid debug assertions when draining a …
(edit) @103136   13 月 vboxsync Audio: More locking needed to avoid debug assertions when draining a …
(edit) @103134   13 月 vboxsync Audio: More locking needed to avoid debug assertions when draining a …
(edit) @102678   14 月 vboxsync Audio/WAS: Also check the audio interface of an audio device when …
(edit) @102638   14 月 vboxsync Audio/WAS: Attempt to fix crashes when invalidating the cached audio …
(edit) @102612   14 月 vboxsync Audio/WAS: Attempt to fix crashes when invalidating the cached audio …
(edit) @102596   14 月 vboxsync Audio/WAS: Attempt to fix crashes when invalidating the cached audio …
(edit) @100874   19 月 vboxsync Audio/WAS: Make sure to invalidate the cached audio interfaces of the …
(edit) @100142   21 月 vboxsync Audio/DrvHostAudioDSound: Return the correct pointer address in …
(edit) @100141   21 月 vboxsync Audio/DrvHostAudioDSound: Return the correct pointer address in …
(edit) @100108   21 月 vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99828   22 月 vboxsync *: A bunch of adjustments that allows using /permissive- with Visual …
(edit) @99775   22 月 vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   22 月 vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99559   22 月 vboxsync Audio: Improved range checks for audio channels (PDMAUDIO_MAX_CHANNELS).
(edit) @99415   23 月 vboxsync Audio/Mixer: Renamed AudioMixerSinkLockIsOwned() -> …
(edit) @99414   23 月 vboxsync DevIchAc97: Wrong comment type. bugref:10350
(edit) @99312   23 月 vboxsync Audio/AC97: Acquire the mixer sink locks in ichac97R3StreamReSetUp(). …
(edit) @99311   23 月 vboxsync Audio/AC97: Acquire the mixer sink locks in ichac97R3StreamReSetUp(). …
(edit) @99310   23 月 vboxsync Audio/HDA: Additional checks for register aliasing. bugref:10349
(edit) @98698   2 年 vboxsync DrvHostAudioDSound: Removed dsoundUpdateStatusInternal which has been …
(edit) @98625   2 年 vboxsync DevIchAc97: Locking fix.
(edit) @98456   2 年 vboxsync Audio: Backed out r155649 + r155650, as this needs another approach. …
(edit) @98454   2 年 vboxsync Audio/DrvAudio: Fixed wrong assumption in …
(edit) @98453   2 年 vboxsync Audio: When waiting for draining fails, don't return early but release …
(edit) @98410   2 年 vboxsync Devices/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98406   2 年 vboxsync Audio: Fixed race condition between announcing remaining device DMA …
(edit) @98405   2 年 vboxsync Audio: Fixed race condition between announcing remaining device DMA …
(edit) @98333   2 年 vboxsync Audio/AC97: Some guests (like older NetBSDs) first seem to set up the …
(edit) @98169   2 年 vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @98077   2 年 vboxsync DrvAudio: doc nit. bugref:9558
(edit) @98075   2 年 vboxsync Audio/DrvAudio: Implemented ability to dynamically destroy and …
(edit) @98017   2 年 vboxsync AudioMixbuffer: Three warnings about using int8_t for indexing, …
(edit) @96518   2 年 vboxsync Audio/AudioTest.cpp: Fixed a warning (as error).
(edit) @96472   2 年 vboxsync ValKit/vkat,Devices/Audio: Made vkat build in no-CRT mode. bugref:10261
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @95004   3 年 vboxsync Audio/SB16: Fixed device initialization when dummy LUNs (e.g. for …
(edit) @94999   3 年 vboxsync Audio: Fixed testcase tstAudioMixBuffer (follow-up for r151418).
(edit) @94996   3 年 vboxsync Audio/Mixer: Also need to take the sink's critical section when …
(edit) @94994   3 年 vboxsync Audio/SB16: Fixed calls to sb16SpeakerControl() [nits].
(edit) @94993   3 年 vboxsync Audio: Resolved @todos regarding PDMAudioPropsAreValid() / …
(edit) @94829   3 年 vboxsync Audio/SB16: Try fixing SSM load assertions when stored PCM properties …
(edit) @94820   3 年 vboxsync Audio/SB16: Try fixing SSM load assertions when stored PCM properties …
(edit) @93944   3 年 vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93307   3 年 vboxsync Devices: VC++ 19.2 update 11 build adjustments (lossy floating point …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @92760   3 年 vboxsync DrvHostAudioOss: Remove unconditional enabling of debug logging. …
(edit) @92463   3 年 vboxsync Audio/Validation Kit: Syntax help massaging. bugref:10008
(edit) @92452   3 年 vboxsync Audio/Validation Kit: Fixes for going to the next recording / playing …
(edit) @92450   3 年 vboxsync Audio/Validation Kit: More capturing code for the Validation Kit audio …
(edit) @92438   3 年 vboxsync Audio/Validation Kit: Logging nits. bugref:10008
(edit) @92396   3 年 vboxsync Audio/Validation Kit: Implemented test ID encoding into the pre / post …
(edit) @92379   3 年 vboxsync Audio/Validation Kit: Better check for silent blocks in …
(edit) @92378   3 年 vboxsync Audio/Validation Kit: Check for silent blocks in …
(edit) @92348   3 年 vboxsync Audio/Validation Kit: Added optional audio data logging (very noisy, …
(edit) @92337   3 年 vboxsync Audio/Validation Kit: Adjust the size of the area to compare so that …
(edit) @92335   3 年 vboxsync Audio/Validation Kit: More bugfixes for the Validation Kit audio …
(edit) @92327   3 年 vboxsync Audio/ValKit: Windows build fix for r148172. Also, 'off' is recognized …
(edit) @92322   3 年 vboxsync Audio/Validation Kit: More bugfixes for the Validation Kit audio …
(edit) @92320   3 年 vboxsync Audio/Validation Kit: More optional release logging. bugref:10008
(edit) @92312   3 年 vboxsync Audio/Validation Kit: More bugfixes for the Validation Kit audio …
(edit) @92298   3 年 vboxsync Audio/Validation Kit: Fixed returning the beacon data offset in …
(edit) @92261   3 年 vboxsync Audio/Validation Kit: A bit more sanity checking in …
(edit) @92260   3 年 vboxsync Audio/Validation Kit: Make sure that test set to end matches the test …
(edit) @92235   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92234   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92211   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92210   3 年 vboxsync Audio/Validation Kit: Renaming. bugref:10008
(edit) @92209   3 年 vboxsync Audio/Validation Kit: Relaxed checks when calling AudioTestDestroy() …
(edit) @92208   3 年 vboxsync Audio/Validation Kit: Relaxed checks when calling AudioTestSetPack() …
(edit) @92206   3 年 vboxsync Audio/Validation Kit: Do the test state checking / warning in …
(edit) @92198   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92197   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92196   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92195   3 年 vboxsync Audio/Validation Kit: More code for audio data beacon handling. Now …
(edit) @92074   3 年 vboxsync Audio/ALSA: Disabled stream channel mapping in the hope to resolve …
(edit) @92073   3 年 vboxsync Audio/Validation Kit: Logging tweaks. ​bugref:10008
(edit) @92061   3 年 vboxsync Audio/Validation Kit: Muted TCP transport layer logging a bit more by …
(edit) @92057   3 年 vboxsync Audio/Validation Kit: Logging tweaks. ​bugref:10008
(edit) @92052   3 年 vboxsync Audio/ALSA: Optional release (flow logging) for investigating …
(edit) @92030   3 年 vboxsync Audio/Validation Kit: Reverted temporary commits r147824, r147661 + …
(edit) @92016   3 年 vboxsync Audio/ALSA: Temporary instrumentation build for investigating …
(edit) @92009   3 年 vboxsync Audio/Validation Kit: Fixed assertion in atsClientFree(). ​bugref:10008
(edit) @92008   3 年 vboxsync Audio/Validation Kit: Also NULL the hostname after free in …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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