VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73727   6 years vboxsync Audio/DrvHostDSound.cpp: Also do the playback data transfer in the …
(edit) @73714   6 years vboxsync Audio/MixBuf: Added AudioMixBufUsedBytes().
(edit) @73701   6 years vboxsync Audio/DrvAudioCommon.cpp: The default is Little Endian in …
(edit) @73696   6 years vboxsync Audio/DrvHostOSSAudio.cpp: Build fix.
(edit) @73695   6 years vboxsync Audio/DrvHostOSSAudio.cpp: Build fix.
(edit) @73692   6 years vboxsync Audio/DrvHostDSound.cpp: Only set acquired parameters if DirectSound …
(edit) @73690   6 years vboxsync Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
(edit) @73689   6 years vboxsync Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
(edit) @73686   6 years vboxsync Audio/DrvAudio: Logging fixes.
(edit) @73684   6 years vboxsync Audio/DrvAudio: Added simple debug sanity checks for buggy acquired …
(edit) @73683   6 years vboxsync Audio/Mixer: Logging tweaks for audioMixerSinkWriteToStreams().
(edit) @73682   6 years vboxsync Audio/DrvAudio: Added support for discarding data in case a backend …
(edit) @73681   6 years vboxsync Audio/DrvHostCoreAudio: Assertion not needed in …
(edit) @73680   6 years vboxsync Audio/DrvHostCoreAudio: Cleaned up drvHostCoreAudioStreamGetWritable().
(edit) @73675   6 years vboxsync Audio/DrvAudio: Made sure that we don't do pre-buffer to the full …
(edit) @73660   6 years vboxsync Audio/DrvAudio: Lowered the default period size from 200ms to 20ms, …
(edit) @73656   6 years vboxsync Audio/PulseAudio: D'oh, follow-up to messed up commit r124328 ("Double …
(edit) @73655   6 years vboxsync Build fix.
(edit) @73654   6 years vboxsync Audio/PulseAudio: "Double buffering" not needed here; logging tweak …
(edit) @73653   6 years vboxsync Audio/DrvAudio: Bugfixes for drvAudioStreamPlay(); play (transfer) as …
(edit) @73652   6 years vboxsync Audio/DrvAudio: Get rid of the (internal) mixing buffer factors, as …
(edit) @73651   6 years vboxsync Build fix.
(edit) @73650   6 years vboxsync Audio/AC97: Make sure to process as much data as needed, depending on …
(edit) @73649   6 years vboxsync Build fix.
(edit) @73648   6 years vboxsync Audio/AC97: Added timestamps (in ns) for last transfers / reads/writes.
(edit) @73647   6 years vboxsync Audio/AC97: Don't destroy a stream's circular buffer on stream close, …
(edit) @73646   6 years vboxsync Build fix.
(edit) @73645   6 years vboxsync Audio/Mixer: Cleanup / renaming for audioMixerSinkWriteToStreams().
(edit) @73643   6 years vboxsync Audio/ALSA: Renamed alsaStreamSetThreshold() to …
(edit) @73642   6 years vboxsync Audio/ALSA stubs: Added snd_pcm_sw_params_get_start_threshold().
(edit) @73640   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73626   6 years vboxsync Audio/AC97: Made the stream's circular buffer size based on the …
(edit) @73625   6 years vboxsync Audio/AC97: Only open debug .WAV files if debugging is enabled in …
(edit) @73621   6 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73611   6 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73596   6 years vboxsync Audio/DrvHostValidationKit: Build fix.
(edit) @73593   6 years vboxsync Build fix (SCM).
(edit) @73585   6 years vboxsync Audio/DrvAudio: Handling returning silence for backends which cannot / …
(edit) @73583   6 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73582   6 years vboxsync Audio/Mixer: Skip handling input streams which currently are not …
(edit) @73581   6 years vboxsync Audio/Mixer: Skip handling input streams which currently are not …
(edit) @73577   6 years vboxsync drvAudioStreamCaptureNonInterleaved: Changed cbBuf type from size_t to …
(edit) @73576   6 years vboxsync Audio/DrvAudio: Windows build fix, size_t/uint32_t warning
(edit) @73575   6 years vboxsync Audio/DrvAudio: Made drvAudioStreamCaptureRaw() more resilient against …
(edit) @73574   6 years vboxsync Audio/DrvAudio: Made drvAudioStreamCaptureNonInterleaved() more …
(edit) @73572   6 years vboxsync Audio/DrvHostNullAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO …
(edit) @73570   6 years vboxsync Audio/DrvAudio: Also make use of VERR_AUDIO_STREAM_NOT_READY for …
(edit) @73569   6 years vboxsync Audio/DrvAudio: Use capturing mixing buffers the same way as the …
(edit) @73567   6 years vboxsync Audio/Mixer: No need to propagate playback/capturing errors for …
(edit) @73566   6 years vboxsync Audio/Mixer: Disable the old recording source (if any) in …
(edit) @73565   6 years vboxsync Audio/HDA: Also (verbose) log the LUN# of the changed recording source.
(edit) @73563   6 years vboxsync Audio/DrvHostDSound.cpp: Cleaned up internal state handling by having …
(edit) @73561   6 years vboxsync Audio/Mixer: Logging.
(edit) @73559   6 years vboxsync Audio/DrvAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO when …
(edit) @73558   6 years vboxsync Audio/DrvAudio: Renaming.
(edit) @73557   6 years vboxsync Audio/Mixer: Don't query a stream's readable size in …
(edit) @73556   6 years vboxsync Audio/Mixer: Make sure to always set the read bytes value on success …
(edit) @73550   6 years vboxsync Audio/DrvHostDSound.cpp: Added a flag to indicate that an output …
(edit) @73547   6 years vboxsync Audio/DrvHostDSound.cpp: Logging.
(edit) @73546   6 years vboxsync Audio/DrvHostDSound.cpp: Logging.
(edit) @73545   6 years vboxsync Audio/DrvAudioCommon.cpp: Formatting.
(edit) @73544   6 years vboxsync Audio/testcases: Fixed tstAudioMixBuffer.
(edit) @73539   6 years vboxsync Audio/DrvAudio: Added (un)signed format checks for …
(edit) @73532   6 years vboxsync Audio/DrvAudio: Few optimizations using the PDMAUDIOPCMPROPS_ macros.
(edit) @73530   6 years vboxsync Audio/DSound: Check if the critical section is valid on stream destruction.
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73526   6 years vboxsync Audio/PulseAudio: Dropped the (static) backend configuration and also …
(edit) @73525   6 years vboxsync Audio/Mixer: Use a mixer sink's mixing buffer for multiplexing.
(edit) @73524   6 years vboxsync Audio/DrvAudio: Don't use delta timing in drvAudioStreamGetWritable(), …
(edit) @73523   6 years vboxsync Audio/HDA: Logging.
(edit) @73522   6 years vboxsync Audio/DrvAudio: Call drvAudioStreamControlInternal() instead of …
(edit) @73489   6 years vboxsync DrvAudio/ALSA: Comment.
(edit) @73485   6 years vboxsync Build fix.
(edit) @73480   6 years vboxsync DrvAudio: Changed the default stream period size from 50ms to 200 (can …
(edit) @73476   6 years vboxsync DrvAudio/ALSA: Removed more disabled code (not / never used).
(edit) @73473   6 years vboxsync DrvAudio/ALSA: Got rid of ALSAAUDIOCFG, as the backend configuration …
(edit) @73468   6 years vboxsync DrvAudio: Logging.
(edit) @73467   6 years vboxsync DrvAudio: Cleaned up the internal stream organization by not …
(edit) @73466   6 years vboxsync Audio/HDA: Don't add the driver stream in hdaR3Attach() directly via …
(edit) @73465   6 years vboxsync Audio/Mixer: Added a debug assertion for checking the given PCM …
(edit) @73463   6 years vboxsync Audio/DrvAudioCommon: Check if the given stream configuration is valid …
(edit) @73462   6 years vboxsync Audio/PulseAudio: Log the used library version on initialization.
(edit) @73454   6 years vboxsync Audio/Debug: This backend does not support any recording (injecting …
(edit) @73453   6 years vboxsync Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
(edit) @73452   6 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73441   6 years vboxsync Audio/SB16: Path not needed (we don't implement recording for SB16 …
(edit) @73432   6 years vboxsync Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
(edit) @73429   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusCanRead() and …
(edit) @73428   6 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73423   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusIsReady().
(edit) @73421   6 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73420   6 years vboxsync Audio/DrvAudio: Misc fixes for the timing helper functions.
(edit) @73409   6 years vboxsync Audio/DrvAudio: Use RT_MS_1SEC in the *Milli* helpers.
(edit) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73407   6 years vboxsync Audio/DrvAudio: Added ns (nanoseconds) timing helper functions.
(edit) @73405   6 years vboxsync Audio/DrvAudio: Renaming nit.
(edit) @73404   6 years vboxsync Audio/Mixer: No need to call a stream's iteration function twice in …
(edit) @73403   6 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73402   6 years vboxsync Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
(edit) @73394   6 years vboxsync Audio/DrvAudio.cpp: Statistics naming nits.
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