|
|
@74955
|
6 years |
vboxsync |
VideoRec/Main: Implemented applying audio driver configuration at …
|
|
|
@74953
|
6 years |
vboxsync |
Guest Control/Main: Made the IGuestSession::copyToGuest() and …
|
|
|
@74952
|
6 years |
vboxsync |
Main/MediumIO: Fix interface list mixup for the convert to stream operation
|
|
|
@74944
|
6 years |
vboxsync |
Main/MediumIO: Need to call init method on the progress object of …
|
|
|
@74938
|
6 years |
vboxsync |
Main/MediumIO: Fix progress reporting when streaming the disk image …
|
|
|
@74937
|
6 years |
vboxsync |
Main/MediumIO: Fix progress reporting when streaming the disk image
|
|
|
@74936
|
6 years |
vboxsync |
bugref:9152. Commented out the assertion because parsing can be re-done.
|
|
|
@74926
|
6 years |
vboxsync |
OCI: Get rid of the VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK switch which …
|
|
|
@74916
|
6 years |
vboxsync |
bugref:9152. Attribute "name" is changeable now
|
|
|
@74912
|
6 years |
vboxsync |
VideoRec/WebMWriter: Delete files again which no actual content has …
|
|
|
@74911
|
6 years |
vboxsync |
VideoRec/WebMWriter: Initialize the segment's (absolute) starting …
|
|
|
@74909
|
6 years |
vboxsync |
VideoRec/Main: Use RT_MS_1SEC.
|
|
|
@74908
|
6 years |
vboxsync |
VideoRec/Main: Use _1M define here.
|
|
|
@74907
|
6 years |
vboxsync |
VideoRec/Main: Do not check for other constraints like the video FPS …
|
|
|
@74906
|
6 years |
vboxsync |
VideoRec/Main: Build fix (no C++11 yet).
|
|
|
@74905
|
6 years |
vboxsync |
VideoRec/Main: Use the medium audio recording profile as default.
|
|
|
@74904
|
6 years |
vboxsync |
VideoRec/Main: Implemented separate and common rendering queues per …
|
|
|
@74903
|
6 years |
vboxsync |
Main/WebMWriter: Added some more checks for WebMWriter::AddAudioTrack().
|
|
|
@74886
|
6 years |
vboxsync |
Main/Appliance: mark the OCI specific code for moving to the extpack …
|
|
|
@74873
|
6 years |
vboxsync |
OCI: adjustment for progress
|
|
|
@74867
|
6 years |
vboxsync |
Main/iokit.cpp: Fixed regression introduced in r125711 (short instead …
|
|
|
@74851
|
6 years |
vboxsync |
Build fix for debug build.
|
|
|
@74850
|
6 years |
vboxsync |
VideoRec/Main: Use PDMAUDIOPCMPROPS for the codec's used PCM properties.
|
|
|
@74849
|
6 years |
vboxsync |
VideoRec/Main: Let Opus decide which default bitrate to use.
|
|
|
@74848
|
6 years |
vboxsync |
VideoRec/Main: Use VBR for Opus encoder by default.
|
|
|
@74847
|
6 years |
vboxsync |
OCI: untabify
|
|
|
@74846
|
6 years |
vboxsync |
OCI: Add IVirtualBox parameter to ICloudClient::exportVM
|
|
|
@74841
|
6 years |
vboxsync |
VideoRec/Audio: Also explicitly set the buffer and pre-buffering sizes …
|
|
|
@74829
|
6 years |
vboxsync |
scm fixes
|
|
|
@74825
|
6 years |
vboxsync |
Main: bugref:9152 Implement the convertToStream API [doxygen build fix]
|
|
|
@74824
|
6 years |
vboxsync |
Main: bugref:9152 Implement the convertToStream API [build fix for …
|
|
|
@74823
|
6 years |
vboxsync |
Main: bugref:9152 Implement the convertToStream API [missing file]
|
|
|
@74822
|
6 years |
vboxsync |
Main: bugref:9152 Implement the convertToStream API
|
|
|
@74814
|
6 years |
vboxsync |
typo
|
|
|
@74813
|
6 years |
vboxsync |
warning/build fix for Windows
|
|
|
@74804
|
6 years |
vboxsync |
Main/Progress: Split into safe public interface and a private one …
|
|
|
@74781
|
6 years |
vboxsync |
VideoRec/Main: Fixed a crash in WebMWriter::Close().
|
|
|
@74778
|
6 years |
vboxsync |
OCI: Add VirtualSystemDescriptionType constants CloudOCIKeepObject and …
|
|
|
@74777
|
6 years |
vboxsync |
Main: Started implementing the IDataStream interface [build fix]
|
|
|
@74776
|
6 years |
vboxsync |
Main: Started implementing the IDataStream interface
|
|
|
@74772
|
6 years |
vboxsync |
Main/iokit.cpp: Don't assert on stupid Belkin USB-C thingy not getting …
|
|
|
@74765
|
6 years |
vboxsync |
VideoRec/Main: Condensed code for enabling / disabling video (audio) …
|
|
|
@74764
|
6 years |
vboxsync |
Main: fix doc ref typo
|
|
|
@74763
|
6 years |
vboxsync |
Main/MediumIO: build error
|
|
|
@74761
|
6 years |
vboxsync |
Main/MediumIO: add stub for a method to convert a medium to a data …
|
|
|
@74759
|
6 years |
vboxsync |
Main/Progress: clean up error handling and eliminate useless throwing
|
|
|
@74752
|
6 years |
vboxsync |
DnD/Main: Doxygen build fix.
|
|
|
@74734
|
6 years |
vboxsync |
Guest Control/Main: Got rid of the "types" array in …
|
|
|
@74714
|
6 years |
vboxsync |
DnD: Cleaned up DnDURIObject API / internal state handling.
|
|
|
@74602
|
6 years |
vboxsync |
bugref:9230. Initial design of cloud connection manager via …
|
|
|
@74601
|
6 years |
vboxsync |
OCI: don't lose the error code from ExportVM
|
|
|
@74574
|
6 years |
vboxsync |
DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
|
|
|
@74554
|
6 years |
vboxsync |
OCI: Fix EOL accident.
|
|
|
@74530
|
6 years |
vboxsync |
Main,Devices: Compile fixes (gcc 8.2.0-7).
|
|
|
@74526
|
6 years |
vboxsync |
DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
|
|
|
@74499
|
6 years |
vboxsync |
Build fix.
|
|
|
@74495
|
6 years |
vboxsync |
DnD/Main: Cleaned up / documented error handling for …
|
|
|
@74492
|
6 years |
vboxsync |
DnD/Main: Made sure that the active flag of PRECVDATACTX / …
|
|
|
@74474
|
6 years |
vboxsync |
Main,Devices: Graphics controller updates. bugref:8893
|
|
|
@74439
|
6 years |
vboxsync |
DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
|
|
|
@74433
|
6 years |
vboxsync |
Main: Build fix. bugref:9249
|
|
|
@74431
|
6 years |
vboxsync |
Main,GUI,VBoxManage: Provide API for proxy settings that picks up the …
|
|
|
@74413
|
6 years |
vboxsync |
DisplayImpl: mark the screen resized by VGA as active.
|
|
|
@74411
|
6 years |
vboxsync |
DnD: Renamed action names, added typedefs for DnD actions.
|
|
|
@74361
|
6 years |
vboxsync |
DnD/Main: Logging nits.
|
|
|
@74353
|
6 years |
vboxsync |
Main/mediumio: Corrected crypto filtering on write access.
|
|
|
@74290
|
6 years |
vboxsync |
Main/Makefile.kmk: Reduce VBoxAPIWrap sources when VBOX_ONLY_EXTPACK …
|
|
|
@74257
|
6 years |
vboxsync |
Main: scm fix
|
|
|
@74243
|
6 years |
vboxsync |
VBoxAPI-start-alternative.d: whatever. bugref:9152
|
|
|
@74238
|
6 years |
vboxsync |
Main: Attempt at making dtrace 1.6.2 happy. bugref:9152
|
|
|
@74219
|
6 years |
vboxsync |
Main/ExtPack: Add another extpack helper function related to IProgress …
|
|
|
@74218
|
6 years |
vboxsync |
Main/Makefile.kmk: Adjustments for VBOX_ONLY_EXTPACKS. bugref:9152
|
|
|
@74217
|
6 years |
vboxsync |
bugref:9152. Progress implementation. Rearranging the code.
|
|
|
@74214
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Another build fix for …
|
|
|
@74212
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Another build fix for …
|
|
|
@74207
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Build fix for …
|
|
|
@74206
|
6 years |
vboxsync |
CloudProviderManagerImpl.cpp: Build fix for …
|
|
|
@74186
|
6 years |
vboxsync |
bugref:9152. Added Progress for the second part of OCI export.
|
|
|
@74146
|
6 years |
vboxsync |
OCI: POC on setting Progress data from ExtPack. Shows fake data, but …
|
|
|
@74136
|
6 years |
vboxsync |
scm burn fix
|
|
|
@74123
|
6 years |
vboxsync |
OCI: debug print for incoming parameters
|
|
|
@74092
|
6 years |
vboxsync |
OCI: Fix for makefiles. Completely breaks execution with …
|
|
|
@74086
|
6 years |
vboxsync |
OCI: initial commit for CloudClient::exportVM function
|
|
|
@74003
|
6 years |
vboxsync |
Main: bugref:9231: added ability to set IMedium:location for medium …
|
|
|
@73975
|
6 years |
vboxsync |
bugref:9152. build fix.
|
|
|
@73974
|
6 years |
vboxsync |
bugref:9152. build fix.
|
|
|
@73973
|
6 years |
vboxsync |
bugref:9152. build fixes.
|
|
|
@73972
|
6 years |
vboxsync |
bugref:9152. build fixes.
|
|
|
@73971
|
6 years |
vboxsync |
bugref:9152. Moved OCI stuff from server to extpack.
|
|
|
@73941
|
6 years |
vboxsync |
DnD/Main: Fixed including the context ID when using protocol v3 with …
|
|
|
@73940
|
6 years |
vboxsync |
DnD/HostService: Renaming, docs (build fix).
|
|
|
@73932
|
6 years |
vboxsync |
Drop trailing whitespace.
|
|
|
@73929
|
6 years |
vboxsync |
OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
|
|
|
@73919
|
6 years |
vboxsync |
Main: On Windows, fix compiling with VBOX_WITH_SDS=
|
|
|
@73916
|
6 years |
vboxsync |
Main/ExtPackManager: add missing space in the release log between the …
|
|
|
@73903
|
6 years |
vboxsync |
bugref:9152. Fixed try-catch logic.
|
|
|
@73901
|
6 years |
vboxsync |
ApplianceImplExport.cpp: Fixed scm; added three r=bird todos in …
|
|
|
@73897
|
6 years |
vboxsync |
bugref:9152. Build fixes.
|
|
|
@73896
|
6 years |
vboxsync |
bugref:9152. Build fixes.
|
|
|
@73894
|
6 years |
vboxsync |
bugref:9152. Build fixes.
|
|
|