VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87438   4 years vboxsync Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO …
(edit) @87436   4 years vboxsync Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82463   5 years vboxsync pdmaudioifs.h,Devices/Audio: Corrected the size alignment of …
(edit) @82458   5 years vboxsync Devices/Audio/*: No need to +1 on RTPATH_MAX.
(edit) @82259   5 years vboxsync DrvAudioCommon.cpp: Doxygen fix. bugref:9218
(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) @76986   6 years vboxsync Audio/DrvAudioCommon: Some more division by zero checks for the …
(edit) @76879   6 years vboxsync Audio/DrvAudio: Added DrvAudioHlpBytesToMicro() and optimized …
(edit) @76860   6 years vboxsync Audio/DrvAudioCommon: Assertion for DrvAudioHlpStreamCfgInit().
(edit) @76858   6 years vboxsync Audio/DrvAudioCommon: Comment nits.
(edit) @76857   6 years vboxsync Audio/DrvAudioCommon: Added DrvAudioHlpStreamCfgInit() and make use of …
(edit) @76679   6 years vboxsync Audio/Common: DrvAudioHlpMilliToBytes() / DrvAudioHlpNanoToBytes(): …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74006   6 years vboxsync Audio/DrvAudioHlp: Implemented DrvAudioHlpDeviceEnumGetDeviceCount().
(edit) @73701   6 years vboxsync Audio/DrvAudioCommon.cpp: The default is Little Endian in …
(edit) @73545   6 years vboxsync Audio/DrvAudioCommon.cpp: Formatting.
(edit) @73539   6 years vboxsync Audio/DrvAudio: Added (un)signed format checks for …
(edit) @73532   6 years vboxsync Audio/DrvAudio: Few optimizations using the PDMAUDIOPCMPROPS_ macros.
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73463   6 years vboxsync Audio/DrvAudioCommon: Check if the given stream configuration is valid …
(edit) @73429   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusCanRead() and …
(edit) @73423   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusIsReady().
(edit) @73420   6 years vboxsync Audio/DrvAudio: Misc fixes for the timing helper functions.
(edit) @73409   6 years vboxsync Audio/DrvAudio: Use RT_MS_1SEC in the *Milli* helpers.
(edit) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73407   6 years vboxsync Audio/DrvAudio: Added ns (nanoseconds) timing helper functions.
(edit) @73381   6 years vboxsync DrvAudioCommon.cpp: Renamed DrvAudioHlp*FileName() -> …
(edit) @73380   6 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73379   6 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpBytesAlign() and …
(edit) @73378   6 years vboxsync Audio/DrvAudioCommon.cpp: Fixes / docs for DrvAudioHlpClearBuf().
(edit) @73345   6 years vboxsync Audio/DrvAudioCommon.cpp: Fixed DrvAudioHlpFramesToBytes(), d'oh!
(edit) @73211   6 years vboxsync VMM/Audio: Added PDMAUDIOSTREAMCMD_DRAIN / PDMAUDIOSTREAMCMD_DROP commands.
(edit) @73208   6 years vboxsync Audio/DrvAudio: Don't use float / size_t in DrvAudioHlpBytesToMs() and …
(edit) @73207   6 years vboxsync Audio/DrvAudio: Implemented DrvAudioHlpBytesToFrames(), …
(edit) @73059   6 years vboxsync Build fix.
(edit) @73058   6 years vboxsync Audio: Added DrvAudioHlpFramesToMs() and DrvAudioHlpMsToFrames() helpers.
(edit) @72111   7 years vboxsync Audio/DrvAudio: Just return if file isn't valid (anymore) in …
(edit) @71126   7 years vboxsync Audio/DrvAudioCommon.cpp: Also initialize file handle in …
(edit) @71113   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpBytesToMs().
(edit) @70993   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpPlaybackDstToStr().
(edit) @70972   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpMsToBytes().
(edit) @70822   7 years vboxsync DrvAudioCommon.cpp: LogRel2 logging for DrvAudioHlpFileDelete().
(edit) @70821   7 years vboxsync DrvAudio: Added DrvAudioHlpFileIsOpen().
(edit) @70584   7 years vboxsync Audio/DrvAudioCommon: Cleaned up DrvAudioHlpGetFileName().
(edit) @70143   7 years vboxsync Audio: Verify file handle in DrvAudioHlpFileWrite().
(edit) @70109   7 years vboxsync Audio/DrvAudio: Initialize optional data block in DrvAudioHlpFileCreate().
(edit) @70073   7 years vboxsync Audio/HDA: Added PDMAUDIOFILE_DEFAULT_OPEN_FLAGS for DrvAudioHlpFileOpen().
(edit) @70054   7 years vboxsync DrvAudioCommon/DrvAudioHlpFile: Use RTFileIsValid(); minor logging …
(edit) @70022   7 years vboxsync Audio/Common: Check if the .WAV file data header is around (it's only …
(edit) @70014   7 years vboxsync Build fix.
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
(edit) @69288   7 years vboxsync Devices/Audio: scm updates
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @68902   7 years vboxsync Audio/DrvAudio: Removed assertions from DrvAudioHlpStreamCfgIsValid() …
(edit) @68390   7 years vboxsync Audio/DrvAudioCommon.cpp: Logging adjustments for …
(edit) @68136   7 years vboxsync Audio: Header updates.
(edit) @67691   7 years vboxsync Audio/DrvAudioCommon.cpp: Also validate stream layout in …
(edit) @67689   7 years vboxsync Audio/DrvAudioCommon.cpp: Some more assertions for …
(edit) @67606   7 years vboxsync Audio/DrvAudioCommon.cpp: Relax audio channels check in …
(edit) @65738   8 years vboxsync DrvAudio: Added DrvAudioHlpPCMPropsPrint().
(edit) @65675   8 years vboxsync Audio/DrvAudioCommon.cpp: Fixes for DrvAudioHlpPCMPropsAreValid(), …
(edit) @65674   8 years vboxsync Reverted r113373 (committed too much).
(edit) @65673   8 years vboxsync Audio/DrvAudioCommon.cpp: Fixes for DrvAudioHlpPCMPropsAreValid(), …
(edit) @65636   8 years vboxsync Audio: Added DrvAudioHlpPCMPropsAreValid(), removed unnecessary stream …
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @65056   8 years vboxsync Devices/Audio: doxygen fixes (s/@true/false / @c true/false/)
(edit) @65035   8 years vboxsync Audio/DrvAudioCommon.cpp: Fixes for DrvAudioHlpClearBuf().
(edit) @65015   8 years vboxsync Logging.
(edit) @65012   8 years vboxsync Audio: Implemented DrvAudioHlpStreamCmdToStr(), logging.
(edit) @65011   8 years vboxsync Audio: Logging.
(edit) @64992   8 years vboxsync D'oh.
(edit) @64990   8 years vboxsync Audio/DrvAudioCommon.cpp: Added DrvAudioHlpAudMixerCtlToStr().
(edit) @64571   8 years vboxsync Audio/DrvAudioCommon.cpp: Also initialize cbBitrate in …
(edit) @63865   8 years vboxsync Audio: Added device flags PDMAUDIODEV_FLAGS_LOCKED and …
(edit) @63743   8 years vboxsync Audio: More code for device enumeration and dynamic device handling / …
(edit) @63715   8 years vboxsync Build fix (warnings as errors).
(edit) @63711   8 years vboxsync Audio: Implemented support for audio device enumeration handling, …
(edit) @63362   8 years vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @62921   8 years vboxsync Devices: warnings
(edit) @62919   8 years vboxsync Please use 'static const' on data that is constant, don't make the …
(edit) @62605   8 years vboxsync Audio: Documentation, misc. cleanup.
(edit) @62581   8 years vboxsync Audio: Committed too much.
(edit) @62580   8 years vboxsync Audio: Initial commit of audio debug backend. This can dump the output …
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62117   8 years vboxsync Audio: Bugfixes, logging.
(edit) @61177   9 years vboxsync Audio: Bugfixes.
(edit) @61168   9 years vboxsync Audio: Renaming.
(edit) @61167   9 years vboxsync Audio: Renaming.
(edit) @61166   9 years vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61050   9 years vboxsync Audio: Update.
(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) @59890   9 years vboxsync Audio: Added support for handling host input/output configuration …
(edit) @58378   9 years vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @57451   9 years vboxsync Audio: Try to fix chopped off samples when playing short sound files.
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