|
|
@73489
|
7 years |
vboxsync |
DrvAudio/ALSA: Comment.
|
|
|
@73485
|
7 years |
vboxsync |
Build fix.
|
|
|
@73480
|
7 years |
vboxsync |
DrvAudio: Changed the default stream period size from 50ms to 200 (can …
|
|
|
@73476
|
7 years |
vboxsync |
DrvAudio/ALSA: Removed more disabled code (not / never used).
|
|
|
@73473
|
7 years |
vboxsync |
DrvAudio/ALSA: Got rid of ALSAAUDIOCFG, as the backend configuration …
|
|
|
@73468
|
7 years |
vboxsync |
DrvAudio: Logging.
|
|
|
@73467
|
7 years |
vboxsync |
DrvAudio: Cleaned up the internal stream organization by not …
|
|
|
@73466
|
7 years |
vboxsync |
Audio/HDA: Don't add the driver stream in hdaR3Attach() directly via …
|
|
|
@73465
|
7 years |
vboxsync |
Audio/Mixer: Added a debug assertion for checking the given PCM …
|
|
|
@73463
|
7 years |
vboxsync |
Audio/DrvAudioCommon: Check if the given stream configuration is valid …
|
|
|
@73462
|
7 years |
vboxsync |
Audio/PulseAudio: Log the used library version on initialization.
|
|
|
@73454
|
7 years |
vboxsync |
Audio/Debug: This backend does not support any recording (injecting …
|
|
|
@73453
|
7 years |
vboxsync |
Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
|
|
|
@73452
|
7 years |
vboxsync |
Audio: When setting the recording source, check if the selected driver …
|
|
|
@73441
|
7 years |
vboxsync |
Audio/SB16: Path not needed (we don't implement recording for SB16 …
|
|
|
@73432
|
7 years |
vboxsync |
Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
|
|
|
@73429
|
7 years |
vboxsync |
Audio/Common: Added DrvAudioHlpStreamStatusCanRead() and …
|
|
|
@73428
|
7 years |
vboxsync |
Audio/DrvAudio: Logging nit.
|
|
|
@73423
|
7 years |
vboxsync |
Audio/Common: Added DrvAudioHlpStreamStatusIsReady().
|
|
|
@73421
|
7 years |
vboxsync |
Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
|
|
|
@73420
|
7 years |
vboxsync |
Audio/DrvAudio: Misc fixes for the timing helper functions.
|
|
|
@73415
|
7 years |
vboxsync |
Build fix for r124028
|
|
|
@73410
|
7 years |
vboxsync |
Network/Virtio: TX queue notification flag race fix. TX event stat …
|
|
|
@73409
|
7 years |
vboxsync |
Audio/DrvAudio: Use RT_MS_1SEC in the *Milli* helpers.
|
|
|
@73408
|
7 years |
vboxsync |
Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
|
|
|
@73407
|
7 years |
vboxsync |
Audio/DrvAudio: Added ns (nanoseconds) timing helper functions.
|
|
|
@73405
|
7 years |
vboxsync |
Audio/DrvAudio: Renaming nit.
|
|
|
@73404
|
7 years |
vboxsync |
Audio/Mixer: No need to call a stream's iteration function twice in …
|
|
|
@73403
|
7 years |
vboxsync |
Audio/Mixer: Added support for setting / getting an (input) sink's …
|
|
|
@73402
|
7 years |
vboxsync |
Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
|
|
|
@73394
|
7 years |
vboxsync |
Audio/DrvAudio.cpp: Statistics naming nits.
|
|
|
@73393
|
7 years |
vboxsync |
Audio/DrvHostDebugAudio: Backend doesn't need any special …
|
|
|
@73392
|
7 years |
vboxsync |
Audio/DrvHostDSound.cpp: Factored out transferring data from capturing …
|
|
|
@73391
|
7 years |
vboxsync |
Audio/AudioMixer: Added a define for the audio mixer stream flags.
|
|
|
@73390
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: allow DXT2 and DXT4 formats.
|
|
|
@73383
|
7 years |
vboxsync |
Audio/DrvHostDebugAudio.cpp: It's ms, not bytes, when creating the …
|
|
|
@73381
|
7 years |
vboxsync |
DrvAudioCommon.cpp: Renamed DrvAudioHlp*FileName() -> …
|
|
|
@73380
|
7 years |
vboxsync |
Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
|
|
|
@73379
|
7 years |
vboxsync |
Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpBytesAlign() and …
|
|
|
@73378
|
7 years |
vboxsync |
Audio/DrvAudioCommon.cpp: Fixes / docs for DrvAudioHlpClearBuf().
|
|
|
@73373
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: fixed handling of stencil render states (untested).
|
|
|
@73371
|
7 years |
vboxsync |
Build fix.
|
|
|
@73370
|
7 years |
vboxsync |
Audio: Implemented backend-independent (pre-)buffering support. Work …
|
|
|
@73367
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: comment.
|
|
|
@73364
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions (mac build fix).
|
|
|
@73363
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions.
|
|
|
@73356
|
7 years |
vboxsync |
AudioMixer.h: fixed file header: Short description optionally followed …
|
|
|
@73355
|
7 years |
vboxsync |
AudioMixer.h: scm fix (trailing space)
|
|
|
@73351
|
7 years |
vboxsync |
VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
|
|
|
@73350
|
7 years |
vboxsync |
Build fix.
|
|
|
@73345
|
7 years |
vboxsync |
Audio/DrvAudioCommon.cpp: Fixed DrvAudioHlpFramesToBytes(), d'oh!
|
|
|
@73344
|
7 years |
vboxsync |
Audio/DebugAudio: Got rid of intermediate buffer; not needed.
|
|
|
@73342
|
7 years |
vboxsync |
Audio/AudioMixer: Added the option to also use a small ring buffer for …
|
|
|
@73331
|
7 years |
vboxsync |
Serial: Fixes
|
|
|
@73330
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl: instancing; compressed formats; workaround for …
|
|
|
@73328
|
7 years |
vboxsync |
DevVGA-SVGA: SVGA_CMD_BLIT_GMRFB_TO_SCREEN and …
|
|
|
@73307
|
7 years |
vboxsync |
Serial: Typo
|
|
|
@73306
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73305
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73304
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73303
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73302
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73301
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73300
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73299
|
7 years |
vboxsync |
Serial: build fixes
|
|
|
@73297
|
7 years |
vboxsync |
DevVGA-SVGA3d: moved vmsvga3dSurfaceBlitToScreen to DevVGA-SVGA3d, …
|
|
|
@73296
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
|
|
|
@73295
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
|
|
|
@73284
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl: removed never used MANUAL_FLIP_SURFACE_DATA code.
|
|
|
@73283
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl: reverted a part of previous commit: …
|
|
|
@73259
|
7 years |
vboxsync |
Devices/Serial: Saved state handling for the UART core and the legacy …
|
|
|
@73244
|
7 years |
vboxsync |
Build fix.
|
|
|
@73243
|
7 years |
vboxsync |
Devices/Serial: Add missing implementation for character timeout …
|
|
|
@73242
|
7 years |
vboxsync |
Build fix.
|
|
|
@73241
|
7 years |
vboxsync |
Audio/PDM: Added (tweakable) parameters to the audio stream …
|
|
|
@73238
|
7 years |
vboxsync |
DevVGA-SVGA3d-ogl: fixed wrong handling of GL_TEXTURE_MAX_LEVEL; added …
|
|
|
@73237
|
7 years |
vboxsync |
DevVGA-SVGA: log
|
|
|
@73230
|
7 years |
vboxsync |
Audio/DrvAudio: Added DRVAUDIOCFG to allow tweaking an audio driver …
|
|
|
@73220
|
7 years |
vboxsync |
Audio/DrvAudio: Helper function grouping / docs.
|
|
|
@73214
|
7 years |
vboxsync |
Audio/AC97: (Debug) Assertion not needed here; it might happen that …
|
|
|
@73213
|
7 years |
vboxsync |
Audio/HDA: A bit of renaming / docs.
|
|
|
@73212
|
7 years |
vboxsync |
Audio/HDA: Made the stream's internal ring buffer size depend on a …
|
|
|
@73211
|
7 years |
vboxsync |
VMM/Audio: Added PDMAUDIOSTREAMCMD_DRAIN / PDMAUDIOSTREAMCMD_DROP commands.
|
|
|
@73209
|
7 years |
vboxsync |
Audio/HDA: Do hdaRegWriteSDFMT() in R0.
|
|
|
@73208
|
7 years |
vboxsync |
Audio/DrvAudio: Don't use float / size_t in DrvAudioHlpBytesToMs() and …
|
|
|
@73207
|
7 years |
vboxsync |
Audio/DrvAudio: Implemented DrvAudioHlpBytesToFrames(), …
|
|
|
@73206
|
7 years |
vboxsync |
Audio/AudioMixer: Logging.
|
|
|
@73205
|
7 years |
vboxsync |
Audio/SB16: Removed a lot of Doppelmoppel code and added …
|
|
|
@73203
|
7 years |
vboxsync |
VMM, Devices: bugref:9193 Remove unused code after using …
|
|
|
@73197
|
7 years |
vboxsync |
DevVGA-SVGA: implemented SVGA_CMD_BLIT_SCREEN_TO_GMRFB
|
|
|
@73195
|
7 years |
vboxsync |
DevVGA: debug build fix
|
|
|
@73194
|
7 years |
vboxsync |
DevVGA-SVGA: added new parameters for vmsvgaGMRTransfer in order to …
|
|
|
@73161
|
7 years |
vboxsync |
Audio/ALSA: Re-ordered / cleaned up stubs and mangling. No new functions.
|
|
|
@73160
|
7 years |
vboxsync |
Audio/ALSA: Added stubs for snd_pcm_delay(), snd_pcm_drain() and …
|
|
|
@73142
|
7 years |
vboxsync |
BIOS/EFI: Explicitly specify MP table base address rather than hardcoding.
|
|
|
@73136
|
7 years |
vboxsync |
doxygen
|
|
|
@73135
|
7 years |
vboxsync |
Serial: Split out the generic UART functionality into a separate …
|
|
|
@73101
|
7 years |
vboxsync |
Added RT_FROM_MEMBER_DYN for use in cases like pic_poll_read.
|
|
|
@73097
|
7 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@73094
|
7 years |
vboxsync |
Devices/Storage/DrvDiskIntegrity: Add some missing interfaces to …
|
|
|