VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80733   5 years vboxsync Audio/AC97: Try to relax (EACS VRA / VRM) capabilities / checks to …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80692   5 years vboxsync DevHDA: Eliminated the pDevInsR0 and pDevInsRC members from the …
(edit) @80691   5 years vboxsync DevHDA: Use device helpers for critical sections. bugref:9218
(edit) @80688   5 years vboxsync Audio/AC97: Try to relax (EACS VRA / VRM) capabilities / checks to …
(edit) @80687   5 years vboxsync Audio/Mixer: Logging.
(edit) @80686   5 years vboxsync Audio/DrvHostDSound: Fixed "double buffering" size of a stream's …
(edit) @80684   5 years vboxsync DevHDA: Some more v-align nit. This is prep work for converting it to …
(edit) @80682   5 years vboxsync DevHDA: Some v-align nit. This is prep work for converting it to the …
(edit) @80681   5 years vboxsync DevHDA: Simplified error handling in the constructor by returning …
(edit) @80680   5 years vboxsync DevHDA.cpp: comment
(edit) @80609   5 years vboxsync Audio/AC97: More code needed for EACS VRA / VRM handling.
(edit) @80608   5 years vboxsync Audio/Mixer: Logging tweaks.
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80502   5 years vboxsync Audio/AC97: Some guest OSes seem to ignore our codec capabilities …
(edit) @80500   5 years vboxsync Audio/DrvHostDSound.cpp: Logging nits.
(edit) @78914   6 years vboxsync Devices/Audio/DevIchAc97: Plug memory leak for the description passed …
(edit) @78510   6 years vboxsync Audio: Doxygen build fix.
(edit) @78507   6 years vboxsync Audio: Build fix.
(edit) @78506   6 years vboxsync Audio: Try to fix a hang w/ VRDE audio driver enabled.
(edit) @77664   6 years vboxsync Audio/DevIchAc97.cpp: Timer description strings must be static when …
(edit) @77603   6 years vboxsync Audio/Mixer: audioMixerStreamCtlInternal() is static.
(edit) @77602   6 years vboxsync Audio/Mixer: Centralized a mixer stream's internal status updating by …
(edit) @77184   6 years vboxsync AudioMixer: Destroy the mix buffer when the sink gets destroyed
(edit) @77031   6 years vboxsync Audio/DrvHostDSound: Doxygen fix.
(edit) @77029   6 years vboxsync Audio/DrvHostDSound: SCM fix.
(edit) @77028   6 years vboxsync Audio/DrvHostDSound: Implemented support for the generic audio device …
(edit) @76992   6 years vboxsync Audio/DrvHostDSound: Also clear / reset internal DirectSound buffers …
(edit) @76991   6 years vboxsync Audio/DrvHostDSound: Always apply the backend configuration values on …
(edit) @76990   6 years vboxsync Audio/DrvAudio.h: Naming nit.
(edit) @76989   6 years vboxsync Audio/DrvAudio: Yet another fix for checking whether the requested …
(edit) @76986   6 years vboxsync Audio/DrvAudioCommon: Some more division by zero checks for the …
(edit) @76894   6 years vboxsync Audio/DrvAudio: Only enter (pre-)buffering stage again on a buffer …
(edit) @76881   6 years vboxsync Audio/AC97: Logging nit.
(edit) @76880   6 years vboxsync Audio/AC97: Simplified ichac97R3StreamTransferCalcNext() a lot, making …
(edit) @76879   6 years vboxsync Audio/DrvAudio: Added DrvAudioHlpBytesToMicro() and optimized …
(edit) @76868   6 years vboxsync Audio/DrvAudio: One more bugfix regarding setting device-specific …
(edit) @76863   6 years vboxsync Audio/AC97: Build fix.
(edit) @76862   6 years vboxsync Audio/AC97: Added more code for transfer calculation for helping with …
(edit) @76860   6 years vboxsync Audio/DrvAudioCommon: Assertion for DrvAudioHlpStreamCfgInit().
(edit) @76858   6 years vboxsync Audio/DrvAudioCommon: Comment nits.
(edit) @76857   6 years vboxsync Audio/DrvAudioCommon: Added DrvAudioHlpStreamCfgInit() and make use of …
(edit) @76855   6 years vboxsync Audio/PulseAudio: (Release) Log current output latency in case of …
(edit) @76854   6 years vboxsync Audio/AC97: Build fix.
(edit) @76853   6 years vboxsync Audio/AC97: Cleaned up ichac97R3StreamRead().
(edit) @76852   6 years vboxsync Audio/AC97: Condensed NABMBAR status register writes.
(edit) @76851   6 years vboxsync Audio/AC97: More verbose BDL(E) logging.
(edit) @76849   6 years vboxsync Audio/AC97: Only expose VRA / VRM (variable rates) features if we …
(edit) @76848   6 years vboxsync Audio/DrvAudio: Comment nits.
(edit) @76847   6 years vboxsync Audio/SB16: Disable pre-buffering for SB16; not needed for that bit of …
(edit) @76846   6 years vboxsync Audio/DrvAudio: Documented and log configuration precedence for …
(edit) @76841   6 years vboxsync Audio/SB16: Removed dead code (VBOX_WITH_AUDIO_SB16_CALLBACKS).
(edit) @76778   6 years vboxsync Audio/DrvAudio: Allow pre-buffering to be disabled by setting it to 0 …
(edit) @76777   6 years vboxsync Audio/Mixer: Removed VBOX_AUDIO_MIXER_WITH_MIXBUF define, as this is …
(edit) @76748   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @76727   6 years vboxsync Audio/DrvAudio: More buffering defaults tweaking.
(edit) @76726   6 years vboxsync Audio/DrvAudio: More STAM stuff.
(edit) @76708   6 years vboxsync Audio/DrvAudio: Added a buffer underrun detection (also with optional …
(edit) @76706   6 years vboxsync Audio/DrvAudio: Added another (release) log warning when stuff is …
(edit) @76702   6 years vboxsync Audio/DrvAudio: Allow custom buffering sizes being as big as the …
(edit) @76701   6 years vboxsync Audio/AC97: Moved setting the Hz rate / scheduling hint a bit more to …
(edit) @76700   6 years vboxsync Audio/AC97: Added support for adaptive device scheduling rates based …
(edit) @76699   6 years vboxsync Audio/DrvAudio: Added a debug assertion for frame-aligned writes for …
(edit) @76697   6 years vboxsync Audio/DrvAudio: Added a buffer underrun detection (also with optional …
(edit) @76686   6 years vboxsync Audio/DrvAudio: Added drvAudioStreamDropInternal() to distinguish from …
(edit) @76679   6 years vboxsync Audio/Common: DrvAudioHlpMilliToBytes() / DrvAudioHlpNanoToBytes(): …
(edit) @76672   6 years vboxsync Audio/HDA: Also set device schedule hint on stream initialization …
(edit) @76670   6 years vboxsync Audio/PulseAudio: Bail out early in device enumeration when we're …
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76189   6 years vboxsync Audio/AC97: Saved state fix (also re-arm the per-stream timer when …
(edit) @76188   6 years vboxsync Audio/AC97: Saved state fix (also re-arm the per-stream timer when …
(edit) @76186   6 years vboxsync Audio/AC97: Build fix (alignment fun).
(edit) @76179   6 years vboxsync Audio/AC97: Fixed audio delays by using the same way of (Hz- and …
(edit) @76172   6 years vboxsync Comment nit.
(edit) @76158   6 years vboxsync Audio: Use DrvAudioHlpStreamCfgFree().
(edit) @76157   6 years vboxsync Audio/AC97: Optimized stream creation / startup time a lot by re-using …
(edit) @76057   6 years vboxsync Audio/HDA: Removed debug assertions which are not needed anymore in …
(edit) @76049   6 years vboxsync Audio/HDA: Implemented adaptive stream timer Hz rates, based on the …
(edit) @76048   6 years vboxsync Audio/HDA: Checking for valid PCM properties in …
(edit) @76047   6 years vboxsync Audio/HDA: Got rid of a saved state hack in hdaR3LoadExec() which is …
(edit) @76045   6 years vboxsync Audio/HDA: Also initialize PCM shift when falling back to 2 (stereo) …
(edit) @76022   6 years vboxsync Audio/HDA: Resolved a @todo in hdaR3SaveStream().
(edit) @76019   6 years vboxsync Audio/HDA: SDnFMT is 16-bit only for hdaR3SDFMTToPCMProps().
(edit) @76018   6 years vboxsync Audio/HDA: Cleaned up setting the stream registers at one defined …
(edit) @75983   6 years vboxsync Audio/HDA: Use a dedicated default value for the stream position …
(edit) @75980   6 years vboxsync Audio/HDA: Optimized stream creation / startup time a lot by re-using …
(edit) @75975   6 years vboxsync AC97: Fixed recording gain controls to avoid incorrectly reducing the …
(edit) @75965   6 years vboxsync Audio/HDA: Logging.
(edit) @75964   6 years vboxsync Forward ported r127180 (Audio/HDA: Warn (in verbose mode) if a guest …
(edit) @75962   6 years vboxsync Forward ported r127158 (Audio/HDA: Implemented support for Windows 10 …
(edit) @75866   6 years vboxsync DevHDA: nit
(edit) @75865   6 years vboxsync DevHDA: Fix for crash saving circular stream buffers. [comment updates]
(edit) @75864   6 years vboxsync DevHDA: Fix for crash saving circular stream buffers.
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