VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65026   8 years vboxsync Audio: Added failsafe counters for xxxStreamUpdate().
(edit) @65024   8 years vboxsync Docs.
(edit) @65023   8 years vboxsync Renaming.
(edit) @65022   8 years vboxsync Audio/DevHDA.cpp: Split out the device timer's main code into …
(edit) @65021   8 years vboxsync Audio/DevIchAc97.cpp: Split out the device timer's main code into …
(edit) @65020   8 years vboxsync Documentation.
(edit) @65019   8 years vboxsync Audio/DevIchAc97.cpp: Make sure to also destroy all audio sinks in …
(edit) @65018   8 years vboxsync Audio: Update for async / non-async I/O code paths.
(edit) @65017   8 years vboxsync Audio/AudioMixer.cpp: Make sure to clear any other former flags again …
(edit) @65016   8 years vboxsync Logging.
(edit) @65015   8 years vboxsync Logging.
(edit) @65014   8 years vboxsync Audio/DevIchAc97.cpp: Try to fix the test box hangs.
(edit) @65013   8 years vboxsync Audio/DevHDA.cpp: Moved hdaStreamAsyncIOCreate() from …
(edit) @65012   8 years vboxsync Audio: Implemented DrvAudioHlpStreamCmdToStr(), logging.
(edit) @65011   8 years vboxsync Audio: Logging.
(edit) @65005   8 years vboxsync Docs.
(edit) @65004   8 years vboxsync Audio: Start async I/O threads on demand.
(edit) @65003   8 years vboxsync Audio/DevHDA.cpp: VBOX_WITH_HDA_ASYNC_IO -> …
(edit) @65002   8 years vboxsync Logging.
(edit) @65001   8 years vboxsync Audio/DevHDA.cpp: Update for async I/O.
(edit) @64998   8 years vboxsync DevIchAc97: temporary fix
(edit) @64992   8 years vboxsync D'oh.
(edit) @64991   8 years vboxsync Logging.
(edit) @64990   8 years vboxsync Audio/DrvAudioCommon.cpp: Added DrvAudioHlpAudMixerCtlToStr().
(edit) @64985   8 years vboxsync Build fix.
(edit) @64983   8 years vboxsync Audio/DevIchAc97.cpp: Disable ichac97WriteBUP for now.
(edit) @64982   8 years vboxsync Build fix.
(edit) @64981   8 years vboxsync Audio/AudioMixBuffer.cpp: Removed VERR_NO_DATA rc from …
(edit) @64980   8 years vboxsync Audio/DevIchAc97.cpp: Added initial support for async I/O handling to …
(edit) @64979   8 years vboxsync Logging.
(edit) @64970   8 years vboxsync build fix
(edit) @64969   8 years vboxsync Static.
(edit) @64968   8 years vboxsync Logging.
(edit) @64967   8 years vboxsync Logging.
(edit) @64956   8 years vboxsync Logging.
(edit) @64875   8 years vboxsync Audio/DevHDA.cpp: Renaming, defines, comments. No code changes.
(edit) @64868   8 years vboxsync Assertion log formatting.
(edit) @64866   8 years vboxsync Assertion / logging fixes.
(edit) @64861   8 years vboxsync Audio/DevHDA.cpp: Split up DMA reads/writes when using …
(edit) @64859   8 years vboxsync Comment typos.
(edit) @64849   8 years vboxsync Audio/DevHDA.cpp: Make sure to lower interrupt line if INTCTL / GIE is …
(edit) @64822   8 years vboxsync Audio/DevHDA.cpp: Enabled the async I/O support by default to get some …
(edit) @64821   8 years vboxsync Audio/DevHDA.cpp: Use SD descriptor numbers in async I/O thread names, …
(edit) @64812   8 years vboxsync Audio/DevHDA.cpp: Forgot to disable HDA_DEBUG_DUMP_PCM_DATA again.
(edit) @64811   8 years vboxsync Audio/DevHDA.cpp: Added initial support for async I/O handling to …
(edit) @64800   8 years vboxsync Audio/DevHDA.cpp: Added HDABDLEDESC to fetch BDL descriptions in …
(edit) @64792   8 years vboxsync Audio/DevHDA.cpp: Got rid of hdaSDFIFOSToBytes().
(edit) @64741   8 years vboxsync DrvHostPulseAudio: debugging
(edit) @64730   8 years vboxsync DrvHostPulseAudio: re-applied temporary logging
(edit) @64709   8 years vboxsync DrvHostPulseAudio: removed temporary logging
(edit) @64708   8 years vboxsync DrvHostPulseAudio: renamed fLoopWait to fAbortLoop and made it volatile!
(edit) @64687   8 years vboxsync Audio/DrvHostPulseAudio: added some temporary logging to debug a …
(edit) @64652   8 years vboxsync Audio: Reverted part of r111751 to fix unit test failure.
(edit) @64632   8 years vboxsync Audio: fix ALSA stub for snd_device_name_free_hint()
(edit) @64631   8 years vboxsync Audio: fixes pulse audio stub for pa_context_get_server_info()
(edit) @64612   8 years vboxsync build fix
(edit) @64610   8 years vboxsync DrvHostCoreAudio: removed code for !VBOX_WITH_AUDIO_CA_QUEUES
(edit) @64581   8 years vboxsync Audio/HDA: Simplified hdaTimerMaybeStart() and hdaTimerMabeStop().
(edit) @64579   8 years vboxsync Build fix.
(edit) @64575   8 years vboxsync Audio/HDA: build fix
(edit) @64574   8 years vboxsync Audio/HDA: windows build fixes
(edit) @64573   8 years vboxsync Build fix.
(edit) @64572   8 years vboxsync Audio/HDA: Rewritten large parts of the interrupt delivery and DMA …
(edit) @64571   8 years vboxsync Audio/DrvAudioCommon.cpp: Also initialize cbBitrate in …
(edit) @64570   8 years vboxsync Comments, renaming.
(edit) @64569   8 years vboxsync Build fix.
(edit) @64568   8 years vboxsync Audio/DrvAudio: Added some more statistics to STAM about read, …
(edit) @64566   8 years vboxsync Audio/AudioMixer: Implemented AudioMixerSinkIsActive() and …
(edit) @64565   8 years vboxsync Audio/AudioMixBuffer.cpp: Also take the used samples count into …
(edit) @64532   8 years vboxsync more typos
(edit) @64512   8 years vboxsync Logging.
(edit) @64510   8 years vboxsync Audio: Added Validation Kit skeleton driver. Use with …
(edit) @64508   8 years vboxsync Audio: Added Validation Kit skeleton driver. Use with …
(edit) @64426   8 years vboxsync CoreAudio: Don't offset pvDst in the recording path, it is acquired …
(edit) @64405   8 years vboxsync Audio/DrvAudio.cpp: Deregister STAM counters on destruction.
(edit) @64404   8 years vboxsync Audio/DevHDA.cpp: Some more sink checks on reset.
(edit) @64403   8 years vboxsync Audio/HDA: Implemented reset handling for codec.
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64389   8 years vboxsync Audio/DevIchAc97.cpp: Check if mixer sink is available in …
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64385   8 years vboxsync D'oh!
(edit) @64384   8 years vboxsync Audio/DevIchAc97.cpp: Renamed ichac97StreamsInit() to …
(edit) @64383   8 years vboxsync Audio/DevIchAc97.cpp: Move the AC'97 streams and mixer sinks creation …
(edit) @64379   8 years vboxsync Audio/DrvAudio.cpp: Don't create internal stream objects if backend …
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64352   8 years vboxsync Audio/DevIchHdaCodec.cpp: Association group fixes for recording on …
(edit) @64351   8 years vboxsync Audio: Renamed HDA files to better reflect what they are.
(edit) @64350   8 years vboxsync Audio/DevIchAc97.cpp: Fixed warnings in ichac97StreamsInit().
(edit) @64349   8 years vboxsync Audio/DevIchAc97.cpp: Fixed crashes on destruction.
(edit) @64348   8 years vboxsync Audio/AudioMixer.cpp: Do not decrement sinks reference count in …
(edit) @64333   8 years vboxsync Audio: Match to 5.1 in terms of functionality by disabling …
(edit) @64314   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Match to 5.1/5.0.
(edit) @64208   8 years vboxsync Audio/DrvHostPulseAudio.cpp: Fixed recording.
(edit) @64171   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues.
(edit) @64063   8 years vboxsync Build fix.
(edit) @64061   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @64050   8 years vboxsync Audio/DrvAudio.cpp: A bit of cleanup in …
(edit) @64049   8 years vboxsync Logging.
(edit) @64048   8 years vboxsync Logging.
(edit) @64047   8 years vboxsync Logging.
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