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) @83812   5 years vboxsync Devices/Audio: VC++ 14.1 warnings. bugref:8498
(edit) @83240   5 years vboxsync Audio/Win: Added ability to register/unregister the …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82580   5 years vboxsync Audio: Logging tweaks (driver names); no functional changes.
(edit) @82463   5 years vboxsync pdmaudioifs.h,Devices/Audio: Corrected the size alignment of …
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @80686   5 years vboxsync Audio/DrvHostDSound: Fixed "double buffering" size of a stream's …
(edit) @80500   5 years vboxsync Audio/DrvHostDSound.cpp: Logging nits.
(edit) @77031   6 years vboxsync Audio/DrvHostDSound: Doxygen fix.
(edit) @77029   6 years vboxsync Audio/DrvHostDSound: SCM fix.
(edit) @77028   6 years vboxsync Audio/DrvHostDSound: Implemented support for the generic audio device …
(edit) @76992   6 years vboxsync Audio/DrvHostDSound: Also clear / reset internal DirectSound buffers …
(edit) @76991   6 years vboxsync Audio/DrvHostDSound: Always apply the backend configuration values on …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(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   9 years vboxsync Audio: Fixes for recording on Windows hosts.
(edit) @61609   9 years vboxsync Audio: Update.
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