VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74033   7 years vboxsync Audio/DrvAudio: Also check for free input streams on stream creation …
(edit) @74010   7 years vboxsync Build fix.
(edit) @74007   7 years vboxsync Audio/DrvAudio: Logging.
(edit) @74006   7 years vboxsync Audio/DrvAudioHlp: Implemented DrvAudioHlpDeviceEnumGetDeviceCount().
(edit) @74004   7 years vboxsync Audio/HDA: Logging nit.
(edit) @73925   7 years vboxsync VUSB: warning fix (comparison between signed and unsigned integer …
(edit) @73878   7 years vboxsync Audio/DrvHostValidationKit: Renaming.
(edit) @73877   7 years vboxsync Audio/DrvHostValidationKit: No input stream supported (yet).
(edit) @73872   7 years vboxsync Audio/DrvAudio: Take a shortcut in …
(edit) @73867   7 years vboxsync Network/E1000: LEDCTL implementation, prompted by patch on vbox-dev.
(edit) @73840   7 years vboxsync Audio/DrvHostPulseAudio: Fixed input stream creation.
(edit) @73838   7 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73833   7 years vboxsync Audio: Async I/O fixes for HDA + AC'97.
(edit) @73831   7 years vboxsync Audio/DrvHostPulseAudio: Also explicitly set acquired buffer …
(edit) @73830   7 years vboxsync Audio/DrvAudio: Logging.
(edit) @73821   7 years vboxsync Audio/DrvHostPulseAudio: Fixed regression in paStreamOpen() because of …
(edit) @73820   7 years vboxsync Audio/DrvAudio: Logging.
(edit) @73818   7 years vboxsync Build fix.
(edit) @73817   7 years vboxsync Audio/DrvAudio: Const.
(edit) @73816   7 years vboxsync Build fix.
(edit) @73815   7 years vboxsync Build fix.
(edit) @73814   7 years vboxsync Audio/DrvAudio: Fixes for drvAudioStreamPlay(), drvAudioStreamWrite() …
(edit) @73813   7 years vboxsync Build fix.
(edit) @73812   7 years vboxsync Audio/DrvAudio: Logging.
(edit) @73811   7 years vboxsync Audio/Mixer: No need to return aligned writable sizes in …
(edit) @73810   7 years vboxsync Audio/Mixer: Documentation.
(edit) @73809   7 years vboxsync Audio/Mixer: Restructured internal sink writing code into multiple …
(edit) @73794   7 years vboxsync Audio/Mixer: Don't handle commands not supported by certain backends …
(edit) @73786   7 years vboxsync Audio/MixBuf: Check frames to clear in AudioMixBufFinish().
(edit) @73785   7 years vboxsync Audio/DrvAudio: Don't clear (finish) more input frames than available …
(edit) @73777   7 years vboxsync Devices/Serial/UartCore.cpp: Fix character timeout indication …
(edit) @73775   7 years vboxsync VUSB/Linux: Fixed double reap of discarded URBs, causing potential crashes.
(edit) @73767   7 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73766   7 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73748   7 years vboxsync DevPcBios: Fixed typo in logging code.
(edit) @73746   7 years vboxsync NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY …
(edit) @73737   7 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73736   7 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73731   7 years vboxsync Audio/DrvAudio: No need to re-query the backend stream's writable size …
(edit) @73730   7 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
(edit) @73729   7 years vboxsync Audio/DrvHostDSound.cpp: Renaming, logging, formatting.
(edit) @73727   7 years vboxsync Audio/DrvHostDSound.cpp: Also do the playback data transfer in the …
(edit) @73722   7 years vboxsync Devices/Serial: Crash fix
(edit) @73714   7 years vboxsync Audio/MixBuf: Added AudioMixBufUsedBytes().
(edit) @73713   7 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73712   7 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73701   7 years vboxsync Audio/DrvAudioCommon.cpp: The default is Little Endian in …
(edit) @73698   7 years vboxsync VMMDev: Reporting only updated mode hints in multimonitor display …
(edit) @73696   7 years vboxsync Audio/DrvHostOSSAudio.cpp: Build fix.
(edit) @73695   7 years vboxsync Audio/DrvHostOSSAudio.cpp: Build fix.
(edit) @73692   7 years vboxsync Audio/DrvHostDSound.cpp: Only set acquired parameters if DirectSound …
(edit) @73690   7 years vboxsync Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
(edit) @73689   7 years vboxsync Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
(edit) @73686   7 years vboxsync Audio/DrvAudio: Logging fixes.
(edit) @73684   7 years vboxsync Audio/DrvAudio: Added simple debug sanity checks for buggy acquired …
(edit) @73683   7 years vboxsync Audio/Mixer: Logging tweaks for audioMixerSinkWriteToStreams().
(edit) @73682   7 years vboxsync Audio/DrvAudio: Added support for discarding data in case a backend …
(edit) @73681   7 years vboxsync Audio/DrvHostCoreAudio: Assertion not needed in …
(edit) @73680   7 years vboxsync Audio/DrvHostCoreAudio: Cleaned up drvHostCoreAudioStreamGetWritable().
(edit) @73675   7 years vboxsync Audio/DrvAudio: Made sure that we don't do pre-buffer to the full …
(edit) @73660   7 years vboxsync Audio/DrvAudio: Lowered the default period size from 200ms to 20ms, …
(edit) @73656   7 years vboxsync Audio/PulseAudio: D'oh, follow-up to messed up commit r124328 ("Double …
(edit) @73655   7 years vboxsync Build fix.
(edit) @73654   7 years vboxsync Audio/PulseAudio: "Double buffering" not needed here; logging tweak …
(edit) @73653   7 years vboxsync Audio/DrvAudio: Bugfixes for drvAudioStreamPlay(); play (transfer) as …
(edit) @73652   7 years vboxsync Audio/DrvAudio: Get rid of the (internal) mixing buffer factors, as …
(edit) @73651   7 years vboxsync Build fix.
(edit) @73650   7 years vboxsync Audio/AC97: Make sure to process as much data as needed, depending on …
(edit) @73649   7 years vboxsync Build fix.
(edit) @73648   7 years vboxsync Audio/AC97: Added timestamps (in ns) for last transfers / reads/writes.
(edit) @73647   7 years vboxsync Audio/AC97: Don't destroy a stream's circular buffer on stream close, …
(edit) @73646   7 years vboxsync Build fix.
(edit) @73645   7 years vboxsync Audio/Mixer: Cleanup / renaming for audioMixerSinkWriteToStreams().
(edit) @73643   7 years vboxsync Audio/ALSA: Renamed alsaStreamSetThreshold() to …
(edit) @73642   7 years vboxsync Audio/ALSA stubs: Added snd_pcm_sw_params_get_start_threshold().
(edit) @73641   7 years vboxsync VMMDev: fGuestSentChangeEventAck flag in multimonitor resize request …
(edit) @73640   7 years vboxsync Audio/DrvAudio: Logging.
(edit) @73636   7 years vboxsync Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
(edit) @73633   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: a few more formats.
(edit) @73626   7 years vboxsync Audio/AC97: Made the stream's circular buffer size based on the …
(edit) @73625   7 years vboxsync Audio/AC97: Only open debug .WAV files if debugging is enabled in …
(edit) @73621   7 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73618   7 years vboxsync Devices/Serial/DrvTCP: Fixed stalling reads on Windows hosts caused by …
(edit) @73611   7 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73596   7 years vboxsync Audio/DrvHostValidationKit: Build fix.
(edit) @73593   7 years vboxsync Build fix (SCM).
(edit) @73590   7 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73589   7 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73585   7 years vboxsync Audio/DrvAudio: Handling returning silence for backends which cannot / …
(edit) @73583   7 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73582   7 years vboxsync Audio/Mixer: Skip handling input streams which currently are not …
(edit) @73581   7 years vboxsync Audio/Mixer: Skip handling input streams which currently are not …
(edit) @73577   7 years vboxsync drvAudioStreamCaptureNonInterleaved: Changed cbBuf type from size_t to …
(edit) @73576   7 years vboxsync Audio/DrvAudio: Windows build fix, size_t/uint32_t warning
(edit) @73575   7 years vboxsync Audio/DrvAudio: Made drvAudioStreamCaptureRaw() more resilient against …
(edit) @73574   7 years vboxsync Audio/DrvAudio: Made drvAudioStreamCaptureNonInterleaved() more …
(edit) @73572   7 years vboxsync Audio/DrvHostNullAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO …
(edit) @73570   7 years vboxsync Audio/DrvAudio: Also make use of VERR_AUDIO_STREAM_NOT_READY for …
(edit) @73569   7 years vboxsync Audio/DrvAudio: Use capturing mixing buffers the same way as the …
(edit) @73567   7 years vboxsync Audio/Mixer: No need to propagate playback/capturing errors for …
Note: See TracRevisionLog for help on using the revision log.

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