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) @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   8 years vboxsync Build fix.
(edit) @67829   8 years vboxsync Audio/DrvAudio.cpp: The host sets the pace.
(edit) @67647   8 years vboxsync Audio/DrvAudio.cpp: Bail out in drvAudioStreamPlayRaw() and …
(edit) @67607   8 years vboxsync Audio/DrvAudio.cpp: Relaxed checks for drvAudioStreamCaptureXXX().
(edit) @67574   8 years vboxsync Audio/DrvAudio.cpp: Disabled assertion (needed for mono channels).
(edit) @67506   8 years vboxsync Audio/DrvAudio.cpp: Reduced default host sample buffer factor from 10 …
(edit) @67501   8 years vboxsync Audio/DrvAudio.cpp: Fixes for drvAudioStreamCaptureRaw().
(edit) @67500   8 years vboxsync Audio/DrvAudio.cpp: Docs, logging.
(edit) @67499   8 years vboxsync Audio/DrvAudio.cpp: Fixes for drvAudioStreamRead().
(edit) @67498   8 years vboxsync Audio/DrvAudio.cpp: Do not attempt to write more than available in …
(edit) @67469   8 years vboxsync Audio/DrvAudio.cpp: Added drvAudioDbgGetFileNameA() + …
(edit) @67448   8 years vboxsync DrvAudio: build fix
(edit) @67443   8 years vboxsync Audio/DrvAudio.cpp: Docs.
(edit) @67441   8 years vboxsync Audio/DrvAudio.cpp: Added drvAudioDbgPCMDumpA() + dumping playback & …
(edit) @65742   8 years vboxsync Build fix.
(edit) @65740   8 years vboxsync DrvAudio.cpp: Split up capturing routines in …
(edit) @65699   8 years vboxsync Audio: Bugfixes.
(edit) @65694   8 years vboxsync Audio: Removed PDMAUDIOSTRMSTS_FLAG_DATA_READABLE / …
(edit) @65660   8 years vboxsync Audio: Added PDMAUDIOSTREAMLAYOUT_RAW to pass the raw audio data to …
(edit) @65627   8 years vboxsync Build fix.
(edit) @65625   8 years vboxsync Build fix.
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @65570   8 years vboxsync Audio/DrvAudio.cpp: Disabled a debug assertion in …
(edit) @65565   8 years vboxsync Audio: Make use of pvBuf/cbBuf parameters in …
(edit) @65100   8 years vboxsync Devices/Audio: doxygen fixes
(edit) @65076   8 years vboxsync Audio/DrvAudio: Skip debug assertion if a backend doesn't support …
(edit) @65028   8 years vboxsync Spaces.
(edit) @65027   8 years vboxsync Audio: Some more statistics, renaming.
(edit) @65015   8 years vboxsync Logging.
(edit) @65012   8 years vboxsync Audio: Implemented DrvAudioHlpStreamCmdToStr(), logging.
(edit) @65011   8 years vboxsync Audio: Logging.
(edit) @64979   8 years vboxsync Logging.
(edit) @64970   8 years vboxsync build fix
(edit) @64969   8 years vboxsync Static.
(edit) @64967   8 years vboxsync Logging.
(edit) @64956   8 years vboxsync Logging.
(edit) @64866   8 years vboxsync Assertion / logging fixes.
(edit) @64568   8 years vboxsync Audio/DrvAudio: Added some more statistics to STAM about read, …
(edit) @64405   8 years vboxsync Audio/DrvAudio.cpp: Deregister STAM counters on destruction.
(edit) @64379   8 years vboxsync Audio/DrvAudio.cpp: Don't create internal stream objects if backend …
(edit) @64333   8 years vboxsync Audio: Match to 5.1 in terms of functionality by disabling …
(edit) @64050   8 years vboxsync Audio/DrvAudio.cpp: A bit of cleanup in …
(edit) @64044   8 years vboxsync Audio/DrvAudio.cpp: Statistics (STAM) fixes.
(edit) @63848   8 years vboxsync Audio/DrvAudio.cpp: Logging, renaming.
(edit) @63778   8 years vboxsync Logging, assertions.
(edit) @63743   8 years vboxsync Audio: More code for device enumeration and dynamic device handling / …
(edit) @63719   8 years vboxsync Logging.
(edit) @63717   8 years vboxsync Audio/DrvAudio: Only try to re-initialize once, and after that the …
(edit) @63715   8 years vboxsync Build fix (warnings as errors).
(edit) @63713   8 years vboxsync Build fix (warnings as errors).
(edit) @63711   8 years vboxsync Audio: Implemented support for audio device enumeration handling, …
(edit) @63684   8 years vboxsync Audio/DrvAudio.cpp: Convert to bytes before leaving critical section …
(edit) @63671   8 years vboxsync Audio/DrvAudio: Renamed drvAudioStreamDestroyInternal() -> …
(edit) @63624   8 years vboxsync Audio/DrvAudio.cpp: Fixed capturing input data.
(edit) @63613   8 years vboxsync Audio/DrvAudio.cpp: Some release assertions.
(edit) @63537   8 years vboxsync Audio/DrvAudio.cpp: Simplified drvAudioStreamInitInternal().
(edit) @63536   8 years vboxsync Audio: Logging.
(edit) @63534   8 years vboxsync Audio: Renaming.
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