VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73572   6 years vboxsync Audio/DrvHostNullAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO …
(edit) @73570   6 years vboxsync Audio/DrvAudio: Also make use of VERR_AUDIO_STREAM_NOT_READY for …
(edit) @73569   6 years vboxsync Audio/DrvAudio: Use capturing mixing buffers the same way as the …
(edit) @73567   6 years vboxsync Audio/Mixer: No need to propagate playback/capturing errors for …
(edit) @73566   6 years vboxsync Audio/Mixer: Disable the old recording source (if any) in …
(edit) @73565   6 years vboxsync Audio/HDA: Also (verbose) log the LUN# of the changed recording source.
(edit) @73563   6 years vboxsync Audio/DrvHostDSound.cpp: Cleaned up internal state handling by having …
(edit) @73561   6 years vboxsync Audio/Mixer: Logging.
(edit) @73559   6 years vboxsync Audio/DrvAudio: Use DrvAudioHlpClearBuf() instead of RT_BZERO when …
(edit) @73558   6 years vboxsync Audio/DrvAudio: Renaming.
(edit) @73557   6 years vboxsync Audio/Mixer: Don't query a stream's readable size in …
(edit) @73556   6 years vboxsync Audio/Mixer: Make sure to always set the read bytes value on success …
(edit) @73550   6 years vboxsync Audio/DrvHostDSound.cpp: Added a flag to indicate that an output …
(edit) @73547   6 years vboxsync Audio/DrvHostDSound.cpp: Logging.
(edit) @73546   6 years vboxsync Audio/DrvHostDSound.cpp: Logging.
(edit) @73545   6 years vboxsync Audio/DrvAudioCommon.cpp: Formatting.
(edit) @73544   6 years vboxsync Audio/testcases: Fixed tstAudioMixBuffer.
(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) @73530   6 years vboxsync Audio/DSound: Check if the critical section is valid on stream destruction.
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73528   6 years vboxsync Devices/Serial/UartCore: Fix adjusting the amount of available bytes …
(edit) @73526   6 years vboxsync Audio/PulseAudio: Dropped the (static) backend configuration and also …
(edit) @73525   6 years vboxsync Audio/Mixer: Use a mixer sink's mixing buffer for multiplexing.
(edit) @73524   6 years vboxsync Audio/DrvAudio: Don't use delta timing in drvAudioStreamGetWritable(), …
(edit) @73523   6 years vboxsync Audio/HDA: Logging.
(edit) @73522   6 years vboxsync Audio/DrvAudio: Call drvAudioStreamControlInternal() instead of …
(edit) @73519   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: formats fixes.
(edit) @73518   6 years vboxsync DevVGA-SVGA3d-ogl: shaderlib: allow more float constants.
(edit) @73512   6 years vboxsync NetworkServices: GCC 8.2.0 fixes
(edit) @73502   6 years vboxsync IPRT: GCC 8.2.0 fixes
(edit) @73489   6 years vboxsync DrvAudio/ALSA: Comment.
(edit) @73485   6 years vboxsync Build fix.
(edit) @73480   6 years vboxsync DrvAudio: Changed the default stream period size from 50ms to 200 (can …
(edit) @73476   6 years vboxsync DrvAudio/ALSA: Removed more disabled code (not / never used).
(edit) @73473   6 years vboxsync DrvAudio/ALSA: Got rid of ALSAAUDIOCFG, as the backend configuration …
(edit) @73468   6 years vboxsync DrvAudio: Logging.
(edit) @73467   6 years vboxsync DrvAudio: Cleaned up the internal stream organization by not …
(edit) @73466   6 years vboxsync Audio/HDA: Don't add the driver stream in hdaR3Attach() directly via …
(edit) @73465   6 years vboxsync Audio/Mixer: Added a debug assertion for checking the given PCM …
(edit) @73463   6 years vboxsync Audio/DrvAudioCommon: Check if the given stream configuration is valid …
(edit) @73462   6 years vboxsync Audio/PulseAudio: Log the used library version on initialization.
(edit) @73454   6 years vboxsync Audio/Debug: This backend does not support any recording (injecting …
(edit) @73453   6 years vboxsync Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
(edit) @73452   6 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73441   6 years vboxsync Audio/SB16: Path not needed (we don't implement recording for SB16 …
(edit) @73432   6 years vboxsync Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
(edit) @73429   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusCanRead() and …
(edit) @73428   6 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73423   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusIsReady().
(edit) @73421   6 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73420   6 years vboxsync Audio/DrvAudio: Misc fixes for the timing helper functions.
(edit) @73415   6 years vboxsync Build fix for r124028
(edit) @73410   6 years vboxsync Network/Virtio: TX queue notification flag race fix. TX event stat …
(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) @73405   6 years vboxsync Audio/DrvAudio: Renaming nit.
(edit) @73404   6 years vboxsync Audio/Mixer: No need to call a stream's iteration function twice in …
(edit) @73403   6 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73402   6 years vboxsync Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
(edit) @73394   6 years vboxsync Audio/DrvAudio.cpp: Statistics naming nits.
(edit) @73393   6 years vboxsync Audio/DrvHostDebugAudio: Backend doesn't need any special …
(edit) @73392   6 years vboxsync Audio/DrvHostDSound.cpp: Factored out transferring data from capturing …
(edit) @73391   6 years vboxsync Audio/AudioMixer: Added a define for the audio mixer stream flags.
(edit) @73390   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: allow DXT2 and DXT4 formats.
(edit) @73383   6 years vboxsync Audio/DrvHostDebugAudio.cpp: It's ms, not bytes, when creating the …
(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) @73373   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: fixed handling of stencil render states (untested).
(edit) @73371   6 years vboxsync Build fix.
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73367   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: comment.
(edit) @73364   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions (mac build fix).
(edit) @73363   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions.
(edit) @73356   6 years vboxsync AudioMixer.h: fixed file header: Short description optionally followed …
(edit) @73355   6 years vboxsync AudioMixer.h: scm fix (trailing space)
(edit) @73351   6 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @73350   6 years vboxsync Build fix.
(edit) @73345   6 years vboxsync Audio/DrvAudioCommon.cpp: Fixed DrvAudioHlpFramesToBytes(), d'oh!
(edit) @73344   6 years vboxsync Audio/DebugAudio: Got rid of intermediate buffer; not needed.
(edit) @73342   6 years vboxsync Audio/AudioMixer: Added the option to also use a small ring buffer for …
(edit) @73331   6 years vboxsync Serial: Fixes
(edit) @73330   6 years vboxsync DevVGA-SVGA3d-ogl: instancing; compressed formats; workaround for …
(edit) @73328   6 years vboxsync DevVGA-SVGA: SVGA_CMD_BLIT_GMRFB_TO_SCREEN and …
(edit) @73307   6 years vboxsync Serial: Typo
(edit) @73306   6 years vboxsync Serial: build fixes
(edit) @73305   6 years vboxsync Serial: build fixes
(edit) @73304   6 years vboxsync Serial: build fixes
(edit) @73303   6 years vboxsync Serial: build fixes
(edit) @73302   6 years vboxsync Serial: build fixes
(edit) @73301   6 years vboxsync Serial: build fixes
(edit) @73300   6 years vboxsync Serial: build fixes
(edit) @73299   6 years vboxsync Serial: build fixes
(edit) @73297   6 years vboxsync DevVGA-SVGA3d: moved vmsvga3dSurfaceBlitToScreen to DevVGA-SVGA3d, …
(edit) @73296   6 years vboxsync DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
(edit) @73295   6 years vboxsync DevVGA-SVGA3d-ogl: support for cubemaps, volume and compressed …
(edit) @73284   6 years vboxsync DevVGA-SVGA3d-ogl: removed never used MANUAL_FLIP_SURFACE_DATA code.
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