VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @74572   6 years vboxsync Audio/DrvHostDSound.cpp: Removed unneeded assertion in …
(edit) @73838   6 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73730   6 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
(edit) @73729   6 years vboxsync Audio/DrvHostDSound.cpp: Renaming, logging, formatting.
(edit) @73727   6 years vboxsync Audio/DrvHostDSound.cpp: Also do the playback data transfer in the …
(edit) @73692   6 years vboxsync Audio/DrvHostDSound.cpp: Only set acquired parameters if DirectSound …
(edit) @73689   6 years vboxsync Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
(edit) @73563   6 years vboxsync Audio/DrvHostDSound.cpp: Cleaned up internal state handling by having …
(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) @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) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73392   6 years vboxsync Audio/DrvHostDSound.cpp: Factored out transferring data from capturing …
(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) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @71117   7 years vboxsync Audio/DrvHostDSound.cpp: Removed unnecessary code to stop the playback …
(edit) @70974   7 years vboxsync Audio/DrvHostDSound.cpp: Fixed playback start latency and made some …
(edit) @70967   7 years vboxsync Audio/DrvHostDSound.cpp: Check for valid circular buffer when flushing …
(edit) @70957   7 years vboxsync DSound,FE/Qt: Flowerbox fixes.
(edit) @70928   7 years vboxsync Audio/DrvHostDSound.cpp: Cleanup / docs.
(edit) @70927   7 years vboxsync Audio/DrvHostDSound.cpp: Added underrun / overrun counters.
(edit) @70926   7 years vboxsync Audio/DrvHostDSound.cpp: Cleanup / docs.
(edit) @70925   7 years vboxsync Audio/DrvHostDSound.cpp: Also use the notification thread for …
(edit) @70921   7 years vboxsync Audio/DrvHostDSound.cpp: Build fix.
(edit) @70916   7 years vboxsync Audio/DrvHostDSound.cpp: Use the notification thread by default to …
(edit) @70888   7 years vboxsync Audio/DrvHostDSound.cpp: Renamed VBOX_WITH_AUDIO_DEVICE_CALLBACKS -> …
(edit) @70865   7 years vboxsync Audio/DrvHostDSound.cpp: Log requested / acquired playback format.
(edit) @70864   7 years vboxsync Audio/DrvHostDSound.cpp: Compacted dsoundWaveFmtFromCfg().
(edit) @70841   7 years vboxsync Audio/DrvHostDSound.cpp: Fixes for dsoundGetFreeOut().
(edit) @70840   7 years vboxsync Audio/DrvHostDSound.cpp: Renamed dsoundPlayClearSamples() -> …
(edit) @70839   7 years vboxsync Audio/DrvHostDSound.cpp: Made the buffer parameters in …
(edit) @70705   7 years vboxsync Audio/DrvHostDSound: Log enumerated devices only in verbose (and/or …
(edit) @70472   7 years vboxsync Audio/DrvHostDSound.cpp: Implemented OS detection when intending to …
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @69118   7 years vboxsync Audio: scm
(edit) @68955   7 years vboxsync Audio/DrvHostDSound.cpp: Don't destroy the existing DirectSound …
(edit) @68954   7 years vboxsync Audio/DrvHostDSound.cpp: Logging.
(edit) @68953   7 years vboxsync Audio/DrvHostDSound.cpp: Logging.
(edit) @68767   7 years vboxsync Audio/DrvHostDSound.cpp: Make use of IHOSTAUDIO::StreamGetPending() to …
(edit) @68759   7 years vboxsync Audio/DrvHostDSound.cpp: Get rid of the pdwBuffer parameter of …
(edit) @68683   7 years vboxsync Audio: More code for audio endpoint (change) detection for Windows hosts.
(edit) @68680   7 years vboxsync Audio: Implemented proper audio endpoint (change) detection for …
(edit) @68678   7 years vboxsync Audio/DrvHostDSound.cpp: Use COINIT_MULTITHREADED (equals 0) in …
(edit) @68677   7 years vboxsync Audio/DrvHostDSound.cpp: Always return success in …
(edit) @68599   7 years vboxsync Audio/DrvHostDSound.cpp: Integrated r117818 from 5.1 into trunk.
(edit) @68597   7 years vboxsync Audio/DrvHostDSound.cpp: Integrated r117818 from 5.1 into trunk.
(edit) @68272   7 years vboxsync Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
(edit) @68266   7 years vboxsync Audio/DrvHostDSound.cpp: Don't purge any already submitted audio data …
(edit) @68132   7 years vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @68085   7 years vboxsync Build fix.
(edit) @65694   8 years vboxsync Audio: Removed PDMAUDIOSTRMSTS_FLAG_DATA_READABLE / …
(edit) @65676   8 years vboxsync Audio/DrvHostDSound.cpp: Fixed crashes.
(edit) @65674   8 years vboxsync Reverted r113373 (committed too much).
(edit) @65673   8 years vboxsync Audio/DrvAudioCommon.cpp: Fixes for DrvAudioHlpPCMPropsAreValid(), …
(edit) @65671   8 years vboxsync DrvHostDSound: NULL pointer check
(edit) @65626   8 years vboxsync Build fix.
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @65568   8 years vboxsync Build fix.
(edit) @65566   8 years vboxsync Build fix.
(edit) @65565   8 years vboxsync Audio: Make use of pvBuf/cbBuf parameters in …
(edit) @63714   8 years vboxsync Build fix.
(edit) @63711   8 years vboxsync Audio: Implemented support for audio device enumeration handling, …
(edit) @63534   8 years vboxsync Audio: Renaming.
(edit) @63532   8 years vboxsync Build fix.
(edit) @63529   8 years vboxsync Audio: Bugfixes.
(edit) @63527   8 years vboxsync nit
(edit) @63481   8 years vboxsync Audio: callback fixes
(edit) @63467   8 years vboxsync Audio: Partly reverted r110001 (no use of function macros anymore).
(edit) @63363   8 years vboxsync Warnings (are errors).
(edit) @63362   8 years vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @63361   8 years vboxsync Build fix.
(edit) @63360   8 years vboxsync Audio: Added more defines / documentation for the host interfaces to …
(edit) @62979   8 years vboxsync Please, don't use the windows 1.x 'long-pointer' HN. It's obsolete for …
(edit) @62973   8 years vboxsync Audio: Replaced the confusing 'cs' prefix with cSamples of similar. …
(edit) @62911   8 years vboxsync DrvHoustDSound.cpp: 'static' is a magic word which shall prefix every …
(edit) @62910   8 years vboxsync DrvHostDSound.cpp: No need to verify parameters twice (there's more of …
(edit) @62909   8 years vboxsync Devices: warnings, HN, ++
(edit) @62463   8 years vboxsync Devices: scm
(edit) @61723   8 years vboxsync Audio: Fixes for recording on Windows hosts.
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61345   9 years vboxsync Audio: Fixes for DSound backend.
(edit) @61321   9 years vboxsync Build fix.
(edit) @61168   9 years vboxsync Audio: Renaming.
(edit) @61167   9 years vboxsync Audio: Renaming.
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60353   9 years vboxsync Audio: Added HDA support for newer Linux guests; more work on surround …
(edit) @59987   9 years vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59890   9 years vboxsync Audio: Added support for handling host input/output configuration …
(edit) @59470   9 years vboxsync Audio: Warn on non-available audio streams based on the host audio …
(edit) @59421   9 years vboxsync Audio/DrvHostDSound.cpp: - Only stop playing if were able to …
(edit) @59263   9 years vboxsync DrvHostDSound.cpp: Logging.
(edit) @59103   9 years vboxsync DrvHostDSound.cpp: Logging.
(edit) @59097   9 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_PAUSE/PDMAUDIOSTREAMCMD_RESUME.
(edit) @59060   9 years vboxsync Indent.
(edit) @59059   9 years vboxsync Audio: DrvHostDSound.cpp: - Forward-ported r104448 (Also try …
(edit) @59029   9 years vboxsync Audio: DrvHostDSound.cpp: Also check return values when stopping …
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