|
|
@86595
|
4 years |
vboxsync |
Audio/DrvAudio: Leave and re-enter the driver's critical section when …
|
|
|
@86563
|
4 years |
vboxsync |
Audio/DrvAudio: Try harder re-initializing streams on host audio …
|
|
|
@86561
|
4 years |
vboxsync |
Audio/DrvAudio: Simplified drvAudioStreamControlInternalBackend() by …
|
|
|
@86494
|
4 years |
vboxsync |
Devices/Audio: Re-initialize the stream in drvAudioStreamGetStatus() …
|
|
|
@82987
|
5 years |
vboxsync |
DrvAudio: Using #ifdef DEBUG around logging statements almost always wrong.
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82579
|
5 years |
vboxsync |
Audio: Make sure to only set a new recording source if the backend in …
|
|
|
@82458
|
5 years |
vboxsync |
Devices/Audio/*: No need to +1 on RTPATH_MAX.
|
|
|
@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 …
|
|
|
@76989
|
6 years |
vboxsync |
Audio/DrvAudio: Yet another fix for checking whether the requested …
|
|
|
@76894
|
6 years |
vboxsync |
Audio/DrvAudio: Only enter (pre-)buffering stage again on a buffer …
|
|
|
@76868
|
6 years |
vboxsync |
Audio/DrvAudio: One more bugfix regarding setting device-specific …
|
|
|
@76848
|
6 years |
vboxsync |
Audio/DrvAudio: Comment nits.
|
|
|
@76846
|
6 years |
vboxsync |
Audio/DrvAudio: Documented and log configuration precedence for …
|
|
|
@76778
|
6 years |
vboxsync |
Audio/DrvAudio: Allow pre-buffering to be disabled by setting it to 0 …
|
|
|
@76748
|
6 years |
vboxsync |
Audio/DrvAudio: Logging.
|
|
|
@76727
|
6 years |
vboxsync |
Audio/DrvAudio: More buffering defaults tweaking.
|
|
|
@76726
|
6 years |
vboxsync |
Audio/DrvAudio: More STAM stuff.
|
|
|
@76708
|
6 years |
vboxsync |
Audio/DrvAudio: Added a buffer underrun detection (also with optional …
|
|
|
@76706
|
6 years |
vboxsync |
Audio/DrvAudio: Added another (release) log warning when stuff is …
|
|
|
@76702
|
6 years |
vboxsync |
Audio/DrvAudio: Allow custom buffering sizes being as big as the …
|
|
|
@76699
|
6 years |
vboxsync |
Audio/DrvAudio: Added a debug assertion for frame-aligned writes for …
|
|
|
@76697
|
6 years |
vboxsync |
Audio/DrvAudio: Added a buffer underrun detection (also with optional …
|
|
|
@76686
|
6 years |
vboxsync |
Audio/DrvAudio: Added drvAudioStreamDropInternal() to distinguish from …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@74518
|
6 years |
vboxsync |
Audio/DrvAudio: Removed unused code.
|
|
|
@74507
|
6 years |
vboxsync |
Audio/DrvAudio: Addressed backend stream destruction on failed …
|
|
|
@74498
|
6 years |
vboxsync |
DrvAudio.cpp,pdmaudioifs.h: Added a HACK to avoid asserting in …
|
|
|
@74058
|
6 years |
vboxsync |
Audio/DrvAudio: Added some more host driver (backend) checks / return …
|
|
|
@74033
|
6 years |
vboxsync |
Audio/DrvAudio: Also check for free input streams on stream creation …
|
|
|
@74010
|
6 years |
vboxsync |
Build fix.
|
|
|
@74007
|
6 years |
vboxsync |
Audio/DrvAudio: Logging.
|
|
|
@73872
|
6 years |
vboxsync |
Audio/DrvAudio: Take a shortcut in …
|
|
|
@73830
|
6 years |
vboxsync |
Audio/DrvAudio: Logging.
|
|
|
@73820
|
6 years |
vboxsync |
Audio/DrvAudio: Logging.
|
|
|
@73818
|
6 years |
vboxsync |
Build fix.
|
|
|
@73817
|
6 years |
vboxsync |
Audio/DrvAudio: Const.
|
|
|
@73816
|
6 years |
vboxsync |
Build fix.
|
|
|
@73814
|
6 years |
vboxsync |
Audio/DrvAudio: Fixes for drvAudioStreamPlay(), drvAudioStreamWrite() …
|
|
|
@73812
|
6 years |
vboxsync |
Audio/DrvAudio: Logging.
|
|
|
@73785
|
6 years |
vboxsync |
Audio/DrvAudio: Don't clear (finish) more input frames than available …
|
|
|
@73731
|
6 years |
vboxsync |
Audio/DrvAudio: No need to re-query the backend stream's writable size …
|
|
|
@73730
|
6 years |
vboxsync |
Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
|
|
|
@73690
|
6 years |
vboxsync |
Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
|
|
|
@73686
|
6 years |
vboxsync |
Audio/DrvAudio: Logging fixes.
|
|
|
@73684
|
6 years |
vboxsync |
Audio/DrvAudio: Added simple debug sanity checks for buggy acquired …
|
|
|
@73682
|
6 years |
vboxsync |
Audio/DrvAudio: Added support for discarding data in case a backend …
|
|
|
@73675
|
6 years |
vboxsync |
Audio/DrvAudio: Made sure that we don't do pre-buffer to the full …
|
|
|
@73660
|
6 years |
vboxsync |
Audio/DrvAudio: Lowered the default period size from 200ms to 20ms, …
|
|
|
@73655
|
6 years |
vboxsync |
Build fix.
|
|
|
@73653
|
6 years |
vboxsync |
Audio/DrvAudio: Bugfixes for drvAudioStreamPlay(); play (transfer) as …
|
|
|
@73652
|
6 years |
vboxsync |
Audio/DrvAudio: Get rid of the (internal) mixing buffer factors, as …
|
|
|
@73640
|
6 years |
vboxsync |
Audio/DrvAudio: Logging.
|
|
|
@73611
|
6 years |
vboxsync |
Audio: Renamed the (tweakable) per-driver CFGM options to make it …
|
|
|
@73593
|
6 years |
vboxsync |
Build fix (SCM).
|
|
|
@73585
|
6 years |
vboxsync |
Audio/DrvAudio: Handling returning silence for backends which cannot / …
|
|
|
@73583
|
6 years |
vboxsync |
Audio/DrvAudio: Logging nit.
|
|
|
@73577
|
6 years |
vboxsync |
drvAudioStreamCaptureNonInterleaved: Changed cbBuf type from size_t to …
|
|
|
@73576
|
6 years |
vboxsync |
Audio/DrvAudio: Windows build fix, size_t/uint32_t warning
|
|
|
@73575
|
6 years |
vboxsync |
Audio/DrvAudio: Made drvAudioStreamCaptureRaw() more resilient against …
|
|
|
@73574
|
6 years |
vboxsync |
Audio/DrvAudio: Made drvAudioStreamCaptureNonInterleaved() more …
|
|
|
@73570
|
6 years |
vboxsync |
Audio/DrvAudio: Also make use of VERR_AUDIO_STREAM_NOT_READY for …
|
|
|
@73569
|
6 years |
vboxsync |
Audio/DrvAudio: Use capturing mixing buffers the same way as the …
|
|
|
@73559
|
6 years |
vboxsync |
Audio/DrvAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO when …
|
|
|
@73558
|
6 years |
vboxsync |
Audio/DrvAudio: Renaming.
|
|
|
@73529
|
6 years |
vboxsync |
Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
|
|
|
@73524
|
6 years |
vboxsync |
Audio/DrvAudio: Don't use delta timing in drvAudioStreamGetWritable(), …
|
|
|
@73522
|
6 years |
vboxsync |
Audio/DrvAudio: Call drvAudioStreamControlInternal() instead of …
|
|
|
@73485
|
6 years |
vboxsync |
Build fix.
|
|
|
@73480
|
6 years |
vboxsync |
DrvAudio: Changed the default stream period size from 50ms to 200 (can …
|
|
|
@73468
|
6 years |
vboxsync |
DrvAudio: Logging.
|
|
|
@73467
|
6 years |
vboxsync |
DrvAudio: Cleaned up the internal stream organization by not …
|
|
|
@73432
|
6 years |
vboxsync |
Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
|
|
|
@73428
|
6 years |
vboxsync |
Audio/DrvAudio: Logging nit.
|
|
|
@73421
|
6 years |
vboxsync |
Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
|
|
|
@73408
|
6 years |
vboxsync |
Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
|
|
|
@73405
|
6 years |
vboxsync |
Audio/DrvAudio: Renaming nit.
|
|
|
@73402
|
6 years |
vboxsync |
Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
|
|
|
@73394
|
6 years |
vboxsync |
Audio/DrvAudio.cpp: Statistics naming nits.
|
|
|
@73381
|
6 years |
vboxsync |
DrvAudioCommon.cpp: Renamed DrvAudioHlp*FileName() -> …
|
|
|
@73380
|
6 years |
vboxsync |
Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
|
|
|
@73370
|
6 years |
vboxsync |
Audio: Implemented backend-independent (pre-)buffering support. Work …
|
|
|
@73230
|
6 years |
vboxsync |
Audio/DrvAudio: Added DRVAUDIOCFG to allow tweaking an audio driver …
|
|
|
@72110
|
7 years |
vboxsync |
Audio/DrvAudio: Logging adjustments.
|
|
|
@71045
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Also log errors in non-verbose mode.
|
|
|
@70919
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Fixed copy & paste bug in drvAudioStreamRead(), …
|
|
|
@70910
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Log if host stream has pending operations left in …
|
|
|
@70907
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Build fix (docs).
|
|
|
@70906
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Build fix.
|
|
|
@70904
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Build fix.
|
|
|
@70902
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Make sure to disable the backend first before …
|
|
|
@70881
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: More error checking for …
|
|
|
@70878
|
7 years |
vboxsync |
Audio: Renamed AudioMixBufReadCirc[Ex] -> …
|
|
|
@70640
|
7 years |
vboxsync |
Audio: Added VERR_AUDIO_BACKEND_NOT_ATTACHED and support for it in …
|
|
|
@70639
|
7 years |
vboxsync |
Audio/DrvAudio: Implemented more dynamic support for attaching the …
|
|
|
@70635
|
7 years |
vboxsync |
Audio/DrvAudio: Fixed potential deadlock situation in …
|
|
|
@70630
|
7 years |
vboxsync |
Audio/DrvAudio: Check if critical sections are initialized in …
|
|
|
@70073
|
7 years |
vboxsync |
Audio/HDA: Added PDMAUDIOFILE_DEFAULT_OPEN_FLAGS for DrvAudioHlpFileOpen().
|
|
|