VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75067   6 years vboxsync Build fix.
(edit) @75066   6 years vboxsync VideoRec/Main: More renaming.
(edit) @75048   6 years vboxsync VideoRec/WebMWriter: Renaming, docs.
(edit) @75047   6 years vboxsync VideoRec/WebMWriter: Renaming, docs.
(edit) @75044   6 years vboxsync OCI: G/c unused enums
(edit) @75041   6 years vboxsync VideoRec/WebMWriter: Fixed the relative timecode handling when …
(edit) @75040   6 years vboxsync VideoRec/Main: Factored out the stream processing code into an own …
(edit) @75038   6 years vboxsync OCI: G/c VBOX_WITH_CLOUD_PROVIDERS_NO_COMMANDS ifdefs and related code.
(edit) @75033   6 years vboxsync VideoRec/Main: Make sure to initialize cluster count in WebMSegment.
(edit) @75032   6 years vboxsync VideoRec/Main: More cleanup code for WebMSegment class.
(edit) @75031   6 years vboxsync VideoRec/Main: Renaming.
(edit) @75030   6 years vboxsync VideoRec/Main: Extended the cue list with positions on a per-track basis.
(edit) @75011   6 years vboxsync VideoRec/Main: Also call the super class default function …
(edit) @75005   6 years vboxsync Main: build fix (stdint.h)
(edit) @74999   6 years vboxsync VideoRec/Main: SCM fixes.
(edit) @74996   6 years vboxsync VideoRec/Main: Added a video recording video codec type for VP8/VP9.
(edit) @74995   6 years vboxsync VideoRec/Main: Build fix.
(edit) @74994   6 years vboxsync VideoRec/Main: Build fix.
(edit) @74992   6 years vboxsync VideoRec/Main: Split up code into more modules for easier maintenance.
(edit) @74991   6 years vboxsync VideoRec/Main: Don't use the logging facility in EBMLWriter.h.
(edit) @74989   6 years vboxsync VideoRec/Main: Documentation.
(edit) @74988   6 years vboxsync VideoRec/Main: Moved EBML / MKV writer + definition headers into …
(edit) @74987   6 years vboxsync VideoRec/Main: Split up code into more functions, separating VPX code …
(edit) @74984   6 years vboxsync VideoRec/Main: Moved the video codec's pointer to the YUV plane into …
(edit) @74971   6 years vboxsync VideoRec/Main: Append screen ID to dumped video frames (enabled debug …
(edit) @74955   6 years vboxsync VideoRec/Main: Implemented applying audio driver configuration at …
(edit) @74953   6 years vboxsync Guest Control/Main: Made the IGuestSession::copyToGuest() and …
(edit) @74952   6 years vboxsync Main/MediumIO: Fix interface list mixup for the convert to stream operation
(edit) @74944   6 years vboxsync Main/MediumIO: Need to call init method on the progress object of …
(edit) @74938   6 years vboxsync Main/MediumIO: Fix progress reporting when streaming the disk image …
(edit) @74937   6 years vboxsync Main/MediumIO: Fix progress reporting when streaming the disk image
(edit) @74936   6 years vboxsync bugref:9152. Commented out the assertion because parsing can be re-done.
(edit) @74926   6 years vboxsync OCI: Get rid of the VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK switch which …
(edit) @74916   6 years vboxsync bugref:9152. Attribute "name" is changeable now
(edit) @74912   6 years vboxsync VideoRec/WebMWriter: Delete files again which no actual content has …
(edit) @74911   6 years vboxsync VideoRec/WebMWriter: Initialize the segment's (absolute) starting …
(edit) @74909   6 years vboxsync VideoRec/Main: Use RT_MS_1SEC.
(edit) @74908   6 years vboxsync VideoRec/Main: Use _1M define here.
(edit) @74907   6 years vboxsync VideoRec/Main: Do not check for other constraints like the video FPS …
(edit) @74906   6 years vboxsync VideoRec/Main: Build fix (no C++11 yet).
(edit) @74905   6 years vboxsync VideoRec/Main: Use the medium audio recording profile as default.
(edit) @74904   6 years vboxsync VideoRec/Main: Implemented separate and common rendering queues per …
(edit) @74903   6 years vboxsync Main/WebMWriter: Added some more checks for WebMWriter::AddAudioTrack().
(edit) @74886   6 years vboxsync Main/Appliance: mark the OCI specific code for moving to the extpack …
(edit) @74873   6 years vboxsync OCI: adjustment for progress
(edit) @74867   6 years vboxsync Main/iokit.cpp: Fixed regression introduced in r125711 (short instead …
(edit) @74851   6 years vboxsync Build fix for debug build.
(edit) @74850   6 years vboxsync VideoRec/Main: Use PDMAUDIOPCMPROPS for the codec's used PCM properties.
(edit) @74849   6 years vboxsync VideoRec/Main: Let Opus decide which default bitrate to use.
(edit) @74848   6 years vboxsync VideoRec/Main: Use VBR for Opus encoder by default.
(edit) @74847   6 years vboxsync OCI: untabify
(edit) @74846   6 years vboxsync OCI: Add IVirtualBox parameter to ICloudClient::exportVM
(edit) @74841   6 years vboxsync VideoRec/Audio: Also explicitly set the buffer and pre-buffering sizes …
(edit) @74829   6 years vboxsync scm fixes
(edit) @74825   6 years vboxsync Main: bugref:9152 Implement the convertToStream API [doxygen build fix]
(edit) @74824   6 years vboxsync Main: bugref:9152 Implement the convertToStream API [build fix for …
(edit) @74823   6 years vboxsync Main: bugref:9152 Implement the convertToStream API [missing file]
(edit) @74822   6 years vboxsync Main: bugref:9152 Implement the convertToStream API
(edit) @74814   6 years vboxsync typo
(edit) @74813   6 years vboxsync warning/build fix for Windows
(edit) @74804   6 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @74781   6 years vboxsync VideoRec/Main: Fixed a crash in WebMWriter::Close().
(edit) @74778   6 years vboxsync OCI: Add VirtualSystemDescriptionType constants CloudOCIKeepObject and …
(edit) @74777   6 years vboxsync Main: Started implementing the IDataStream interface [build fix]
(edit) @74776   6 years vboxsync Main: Started implementing the IDataStream interface
(edit) @74772   6 years vboxsync Main/iokit.cpp: Don't assert on stupid Belkin USB-C thingy not getting …
(edit) @74765   6 years vboxsync VideoRec/Main: Condensed code for enabling / disabling video (audio) …
(edit) @74764   6 years vboxsync Main: fix doc ref typo
(edit) @74763   6 years vboxsync Main/MediumIO: build error
(edit) @74761   6 years vboxsync Main/MediumIO: add stub for a method to convert a medium to a data …
(edit) @74759   6 years vboxsync Main/Progress: clean up error handling and eliminate useless throwing
(edit) @74752   6 years vboxsync DnD/Main: Doxygen build fix.
(edit) @74734   6 years vboxsync Guest Control/Main: Got rid of the "types" array in …
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74602   6 years vboxsync bugref:9230. Initial design of cloud connection manager via …
(edit) @74601   6 years vboxsync OCI: don't lose the error code from ExportVM
(edit) @74574   6 years vboxsync DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
(edit) @74554   6 years vboxsync OCI: Fix EOL accident.
(edit) @74530   6 years vboxsync Main,Devices: Compile fixes (gcc 8.2.0-7).
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74499   6 years vboxsync Build fix.
(edit) @74495   6 years vboxsync DnD/Main: Cleaned up / documented error handling for …
(edit) @74492   6 years vboxsync DnD/Main: Made sure that the active flag of PRECVDATACTX / …
(edit) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74439   6 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74433   6 years vboxsync Main: Build fix. bugref:9249
(edit) @74431   6 years vboxsync Main,GUI,VBoxManage: Provide API for proxy settings that picks up the …
(edit) @74413   6 years vboxsync DisplayImpl: mark the screen resized by VGA as active.
(edit) @74411   6 years vboxsync DnD: Renamed action names, added typedefs for DnD actions.
(edit) @74361   6 years vboxsync DnD/Main: Logging nits.
(edit) @74353   6 years vboxsync Main/mediumio: Corrected crypto filtering on write access.
(edit) @74290   6 years vboxsync Main/Makefile.kmk: Reduce VBoxAPIWrap sources when VBOX_ONLY_EXTPACK …
(edit) @74257   6 years vboxsync Main: scm fix
(edit) @74243   6 years vboxsync VBoxAPI-start-alternative.d: whatever. bugref:9152
(edit) @74238   6 years vboxsync Main: Attempt at making dtrace 1.6.2 happy. bugref:9152
(edit) @74219   6 years vboxsync Main/ExtPack: Add another extpack helper function related to IProgress …
(edit) @74218   6 years vboxsync Main/Makefile.kmk: Adjustments for VBOX_ONLY_EXTPACKS. bugref:9152
(edit) @74217   6 years vboxsync bugref:9152. Progress implementation. Rearranging the code.
(edit) @74214   6 years vboxsync CloudProviderManagerImpl.cpp: Another build fix for …
(edit) @74212   6 years vboxsync CloudProviderManagerImpl.cpp: Another build fix for …
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