VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @73283   6 years vboxsync DevVGA-SVGA3d-ogl: reverted a part of previous commit: …
(edit) @73259   6 years vboxsync Devices/Serial: Saved state handling for the UART core and the legacy …
(edit) @73244   6 years vboxsync Build fix.
(edit) @73243   6 years vboxsync Devices/Serial: Add missing implementation for character timeout …
(edit) @73242   6 years vboxsync Build fix.
(edit) @73241   6 years vboxsync Audio/PDM: Added (tweakable) parameters to the audio stream …
(edit) @73238   6 years vboxsync DevVGA-SVGA3d-ogl: fixed wrong handling of GL_TEXTURE_MAX_LEVEL; added …
(edit) @73237   6 years vboxsync DevVGA-SVGA: log
(edit) @73230   6 years vboxsync Audio/DrvAudio: Added DRVAUDIOCFG to allow tweaking an audio driver …
(edit) @73220   6 years vboxsync Audio/DrvAudio: Helper function grouping / docs.
(edit) @73214   6 years vboxsync Audio/AC97: (Debug) Assertion not needed here; it might happen that …
(edit) @73213   6 years vboxsync Audio/HDA: A bit of renaming / docs.
(edit) @73212   6 years vboxsync Audio/HDA: Made the stream's internal ring buffer size depend on a …
(edit) @73211   6 years vboxsync VMM/Audio: Added PDMAUDIOSTREAMCMD_DRAIN / PDMAUDIOSTREAMCMD_DROP commands.
(edit) @73209   6 years vboxsync Audio/HDA: Do hdaRegWriteSDFMT() in R0.
(edit) @73208   6 years vboxsync Audio/DrvAudio: Don't use float / size_t in DrvAudioHlpBytesToMs() and …
(edit) @73207   6 years vboxsync Audio/DrvAudio: Implemented DrvAudioHlpBytesToFrames(), …
(edit) @73206   6 years vboxsync Audio/AudioMixer: Logging.
(edit) @73205   6 years vboxsync Audio/SB16: Removed a lot of Doppelmoppel code and added …
(edit) @73203   6 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @73197   6 years vboxsync DevVGA-SVGA: implemented SVGA_CMD_BLIT_SCREEN_TO_GMRFB
(edit) @73195   6 years vboxsync DevVGA: debug build fix
(edit) @73194   6 years vboxsync DevVGA-SVGA: added new parameters for vmsvgaGMRTransfer in order to …
(edit) @73161   6 years vboxsync Audio/ALSA: Re-ordered / cleaned up stubs and mangling. No new functions.
(edit) @73160   6 years vboxsync Audio/ALSA: Added stubs for snd_pcm_delay(), snd_pcm_drain() and …
(edit) @73142   6 years vboxsync BIOS/EFI: Explicitly specify MP table base address rather than hardcoding.
(edit) @73136   6 years vboxsync doxygen
(edit) @73135   6 years vboxsync Serial: Split out the generic UART functionality into a separate …
(edit) @73101   6 years vboxsync Added RT_FROM_MEMBER_DYN for use in cases like pic_poll_read.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73094   6 years vboxsync Devices/Storage/DrvDiskIntegrity: Add some missing interfaces to …
(edit) @73091   6 years vboxsync lsilogicR3LoadExec: Should check SSMR3GetXxxx return values before …
(edit) @73069   6 years vboxsync DrvHostOss: drvHostOSSAudioGetConfig - awlays close the file
(edit) @73059   6 years vboxsync Build fix.
(edit) @73058   6 years vboxsync Audio: Added DrvAudioHlpFramesToMs() and DrvAudioHlpMsToFrames() helpers.
(edit) @73039   6 years vboxsync Audio/Mixer: Added .WAV output support for mixer sinks (when …
(edit) @73004   6 years vboxsync DevVGA-SVGA: renamed misleading parameters of vmsvgaGMRTransfer …
(edit) @72844   6 years vboxsync slirp: properly init rcp_state::rcps_flags; did not have any bad …
(edit) @72837   6 years vboxsync VBoxDbgGl: add missing va_end().
(edit) @72836   6 years vboxsync VBoxDbgGl: fix bitwise vs logical precedence.
(edit) @72830   6 years vboxsync slirp: Don't pass var++ to a macro that uses its argument multiple times.
(edit) @72801   6 years vboxsync EFI/antlr: define dummy zzcr_attr macros to memset the attr to shut up …
(edit) @72800   6 years vboxsync EFI: Added make variable VBOX_BLD_PYTHON_2X for specifying a 2.x …
(edit) @72799   6 years vboxsync EFI/VBoxPeCoffExtraActionLib.c: Removed bogus assertion.
(edit) @72637   6 years vboxsync DevATA: Yield early in the status polling from raw-mode & ring-0. …
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