|
|
@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().
|
|
|
@70013
|
7 years |
vboxsync |
Audio: Unified audio debug / dumping code to also get device DMA data …
|
|
|
@69956
|
7 years |
vboxsync |
Audio: Implemented support for dumping raw PCM data if debug mode is …
|
|
|
@69119
|
7 years |
vboxsync |
Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
|
|
|
@68897
|
7 years |
vboxsync |
D'oh!
|
|
|
@68896
|
7 years |
vboxsync |
Build fix.
|
|
|
@68894
|
7 years |
vboxsync |
Build fix.
|
|
|
@68893
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Added attach / detach callbacks.
|
|
|
@68868
|
7 years |
vboxsync |
Logging nits.
|
|
|
@68867
|
7 years |
vboxsync |
Logging nit.
|
|
|
@68771
|
7 years |
vboxsync |
Comment nit.
|
|
|
@68757
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Added optional PDMIHOSTAUDIO::StreamGetPending() …
|
|
|
@68756
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Made drvAudioStreamControlInternalBackend() more …
|
|
|
@68488
|
7 years |
vboxsync |
Audio/DrvAudio: A bit of parameter grouping; no actual code changes.
|
|
|
@68486
|
7 years |
vboxsync |
Build fix.
|
|
|
@68485
|
7 years |
vboxsync |
Audio: Implemented ability to enable / disable audio input / output …
|
|
|
@68468
|
7 years |
vboxsync |
Audio: Cleaned up callback stuff and got rid of the deprecated …
|
|
|
@68387
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Logging: Retrieve host driver name for easier …
|
|
|
@68384
|
7 years |
vboxsync |
Build fix.
|
|
|
@68383
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Logging.
|
|
|
@68381
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Logging.
|
|
|
@68356
|
7 years |
vboxsync |
DrvAudio: Increased temporary audio frame buffer to 4K in …
|
|
|
@68272
|
7 years |
vboxsync |
Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
|
|
|
@68267
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Logging.
|
|
|
@68232
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Fixed shadow variable.
|
|
|
@68136
|
7 years |
vboxsync |
Audio: Header updates.
|
|
|
@68132
|
7 years |
vboxsync |
Audio: Renamed audio samples to audio frame because that's what they …
|
|
|
@68076
|
7 years |
vboxsync |
Audio: Implemented optional callbacks StreamPlayBegin / StreamPlayEnd …
|
|
|
@68067
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Implemented handling …
|
|
|
@67834
|
7 years |
vboxsync |
Build fix.
|
|
|
@67829
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: The host sets the pace.
|
|
|
@67647
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Bail out in drvAudioStreamPlayRaw() and …
|
|
|