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