VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/DrvAudio.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74033   6 years vboxsync Audio/DrvAudio: Also check for free input streams on stream creation …
(edit) @74010   6 years vboxsync Build fix.
(edit) @74007   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73872   6 years vboxsync Audio/DrvAudio: Take a shortcut in …
(edit) @73830   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73820   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73818   6 years vboxsync Build fix.
(edit) @73817   6 years vboxsync Audio/DrvAudio: Const.
(edit) @73816   6 years vboxsync Build fix.
(edit) @73814   6 years vboxsync Audio/DrvAudio: Fixes for drvAudioStreamPlay(), drvAudioStreamWrite() …
(edit) @73812   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73785   6 years vboxsync Audio/DrvAudio: Don't clear (finish) more input frames than available …
(edit) @73731   6 years vboxsync Audio/DrvAudio: No need to re-query the backend stream's writable size …
(edit) @73730   6 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
(edit) @73690   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) @73682   6 years vboxsync Audio/DrvAudio: Added support for discarding data in case a backend …
(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) @73655   6 years vboxsync Build fix.
(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) @73640   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73611   6 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(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) @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) @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) @73559   6 years vboxsync Audio/DrvAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO when …
(edit) @73558   6 years vboxsync Audio/DrvAudio: Renaming.
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73524   6 years vboxsync Audio/DrvAudio: Don't use delta timing in drvAudioStreamGetWritable(), …
(edit) @73522   6 years vboxsync Audio/DrvAudio: Call drvAudioStreamControlInternal() instead of …
(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) @73468   6 years vboxsync DrvAudio: Logging.
(edit) @73467   6 years vboxsync DrvAudio: Cleaned up the internal stream organization by not …
(edit) @73432   6 years vboxsync Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
(edit) @73428   6 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73421   6 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73405   6 years vboxsync Audio/DrvAudio: Renaming nit.
(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.
(edit) @73381   6 years vboxsync DrvAudioCommon.cpp: Renamed DrvAudioHlp*FileName() -> …
(edit) @73380   6 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73230   6 years vboxsync Audio/DrvAudio: Added DRVAUDIOCFG to allow tweaking an audio driver …
(edit) @72110   7 years vboxsync Audio/DrvAudio: Logging adjustments.
(edit) @71045   7 years vboxsync Audio/DrvAudio.cpp: Also log errors in non-verbose mode.
(edit) @70919   7 years vboxsync Audio/DrvAudio.cpp: Fixed copy & paste bug in drvAudioStreamRead(), …
(edit) @70910   7 years vboxsync Audio/DrvAudio.cpp: Log if host stream has pending operations left in …
(edit) @70907   7 years vboxsync Audio/DrvAudio.cpp: Build fix (docs).
(edit) @70906   7 years vboxsync Audio/DrvAudio.cpp: Build fix.
(edit) @70904   7 years vboxsync Audio/DrvAudio.cpp: Build fix.
(edit) @70902   7 years vboxsync Audio/DrvAudio.cpp: Make sure to disable the backend first before …
(edit) @70881   7 years vboxsync Audio/DrvAudio.cpp: More error checking for …
(edit) @70878   7 years vboxsync Audio: Renamed AudioMixBufReadCirc[Ex] -> …
(edit) @70640   7 years vboxsync Audio: Added VERR_AUDIO_BACKEND_NOT_ATTACHED and support for it in …
(edit) @70639   7 years vboxsync Audio/DrvAudio: Implemented more dynamic support for attaching the …
(edit) @70635   7 years vboxsync Audio/DrvAudio: Fixed potential deadlock situation in …
(edit) @70630   7 years vboxsync Audio/DrvAudio: Check if critical sections are initialized in …
(edit) @70073   7 years vboxsync Audio/HDA: Added PDMAUDIOFILE_DEFAULT_OPEN_FLAGS for DrvAudioHlpFileOpen().
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
(edit) @69956   7 years vboxsync Audio: Implemented support for dumping raw PCM data if debug mode is …
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @68897   7 years vboxsync D'oh!
(edit) @68896   7 years vboxsync Build fix.
(edit) @68894   7 years vboxsync Build fix.
(edit) @68893   7 years vboxsync Audio/DrvAudio.cpp: Added attach / detach callbacks.
(edit) @68868   7 years vboxsync Logging nits.
(edit) @68867   7 years vboxsync Logging nit.
(edit) @68771   7 years vboxsync Comment nit.
(edit) @68757   7 years vboxsync Audio/DrvAudio.cpp: Added optional PDMIHOSTAUDIO::StreamGetPending() …
(edit) @68756   7 years vboxsync Audio/DrvAudio.cpp: Made drvAudioStreamControlInternalBackend() more …
(edit) @68488   7 years vboxsync Audio/DrvAudio: A bit of parameter grouping; no actual code changes.
(edit) @68486   7 years vboxsync Build fix.
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68468   7 years vboxsync Audio: Cleaned up callback stuff and got rid of the deprecated …
(edit) @68387   7 years vboxsync Audio/DrvAudio.cpp: Logging: Retrieve host driver name for easier …
(edit) @68384   7 years vboxsync Build fix.
(edit) @68383   7 years vboxsync Audio/DrvAudio.cpp: Logging.
(edit) @68381   7 years vboxsync Audio/DrvAudio.cpp: Logging.
(edit) @68356   7 years vboxsync DrvAudio: Increased temporary audio frame buffer to 4K in …
(edit) @68272   7 years vboxsync Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
(edit) @68267   7 years vboxsync Audio/DrvAudio.cpp: Logging.
(edit) @68232   7 years vboxsync Audio/DrvAudio.cpp: Fixed shadow variable.
(edit) @68136   7 years vboxsync Audio: Header updates.
(edit) @68132   7 years vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @68076   7 years vboxsync Audio: Implemented optional callbacks StreamPlayBegin / StreamPlayEnd …
(edit) @68067   7 years vboxsync Audio/DrvAudio.cpp: Implemented handling …
(edit) @67834   7 years vboxsync Build fix.
(edit) @67829   7 years vboxsync Audio/DrvAudio.cpp: The host sets the pace.
(edit) @67647   7 years vboxsync Audio/DrvAudio.cpp: Bail out in drvAudioStreamPlayRaw() and …
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