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) @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 …
(edit) @67607   7 years vboxsync Audio/DrvAudio.cpp: Relaxed checks for drvAudioStreamCaptureXXX().
(edit) @67574   7 years vboxsync Audio/DrvAudio.cpp: Disabled assertion (needed for mono channels).
(edit) @67506   7 years vboxsync Audio/DrvAudio.cpp: Reduced default host sample buffer factor from 10 …
(edit) @67501   7 years vboxsync Audio/DrvAudio.cpp: Fixes for drvAudioStreamCaptureRaw().
(edit) @67500   7 years vboxsync Audio/DrvAudio.cpp: Docs, logging.
(edit) @67499   7 years vboxsync Audio/DrvAudio.cpp: Fixes for drvAudioStreamRead().
(edit) @67498   7 years vboxsync Audio/DrvAudio.cpp: Do not attempt to write more than available in …
(edit) @67469   7 years vboxsync Audio/DrvAudio.cpp: Added drvAudioDbgGetFileNameA() + …
(edit) @67448   7 years vboxsync DrvAudio: build fix
(edit) @67443   7 years vboxsync Audio/DrvAudio.cpp: Docs.
(edit) @67441   7 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.
(edit) @63529   8 years vboxsync Audio: Bugfixes.
(edit) @63360   8 years vboxsync Audio: Added more defines / documentation for the host interfaces to …
(edit) @63212   8 years vboxsync Devices: warnings (gcc)
(edit) @62965   8 years vboxsync Devices: warnings
(edit) @62607   8 years vboxsync DrvAudio.cpp: Too much cleaned up -- leave rc initialized.
(edit) @62605   8 years vboxsync Audio: Documentation, misc. cleanup.
(edit) @62590   8 years vboxsync Audio: Handle last read/written/iteration timestamps.
(edit) @62580   8 years vboxsync Audio: Initial commit of audio debug backend. This can dump the output …
(edit) @62327   8 years vboxsync Audio/DrvAudio: Added some basic statistics for STAM.
(edit) @62323   8 years vboxsync Audio/DrvAudio.cpp: Added some more checking.
(edit) @62297   8 years vboxsync Audio/DrvAudio.cpp: Fixed a crash.
(edit) @62117   8 years vboxsync Audio: Bugfixes, logging.
(edit) @62068   8 years vboxsync Audio/DrvAudio.cpp: Only go into pause state if the stream was enabled …
(edit) @62054   8 years vboxsync Audio/DrvAudio.cpp: Fixed crashing on driver version mismatch.
(edit) @61887   8 years vboxsync Audio: Implemented support for master volume controls.
(edit) @61764   8 years vboxsync Audio: Implemented backend-independent handling of added/removed audio …
(edit) @61668   8 years vboxsync Audio: Update.
(edit) @61615   8 years vboxsync Logging.
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61568   8 years vboxsync Audio/DrvAudio.cpp: Be more gentle for host backend failures.
(edit) @61563   8 years vboxsync Audio/DrvAudio.cpp: Additional check.
(edit) @61523   9 years vboxsync Audio: Update.
(edit) @61398   9 years vboxsync Audio/DrvAudio.cpp: Fix for saved state assertion.
(edit) @61386   9 years vboxsync Audio: Update.
(edit) @61337   9 years vboxsync D'oh.
(edit) @61335   9 years vboxsync Logging.
(edit) @61334   9 years vboxsync Audio: Fixed shutdown crashes.
(edit) @61332   9 years vboxsync Audio: Update.
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61177   9 years vboxsync Audio: Bugfixes.
(edit) @61167   9 years vboxsync Audio: Renaming.
(edit) @61166   9 years vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61161   9 years vboxsync D'oh!
(edit) @61160   9 years vboxsync DrvAudio.cpp: Warnings.
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61050   9 years vboxsync Audio: Update.
(edit) @61033   9 years vboxsync Audio/DrvAudio.cpp: Use RTListForEachSafe in drvAudioDestruct().
(edit) @60990   9 years vboxsync DrvAudio.cpp: Replaced the generic VERR_NO_MORE_HANDLES with a …
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60651   9 years vboxsync DrvAudio.cpp: Logging not needed anymore.
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