VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75283   6 years vboxsync Main/Settings: Comment nit.
(edit) @75279   6 years vboxsync Capturing: Use uint32_t as internal screen settings screen ID.
(edit) @75278   6 years vboxsync Capturing: Also initialize settings copies in SnapshotMachine::init().
(edit) @75277   6 years vboxsync CaputreScreenSettingsImpl.cpp: assignCopy isn't right, try alloc and …
(edit) @75276   6 years vboxsync Capturing: Fixed checking for capturing context in …
(edit) @75271   6 years vboxsync Capturing: New UUID for CaptureVideoScalingMethod.
(edit) @75269   6 years vboxsync Capturing: Added more per-screen attributes, such as audio parameters, …
(edit) @75264   6 years vboxsync Capturing: SCM fixes.
(edit) @75262   6 years vboxsync Capturing: Build fix.
(edit) @75261   6 years vboxsync Capturing: Build fix.
(edit) @75260   6 years vboxsync Capturing: Build fix.
(edit) @75259   6 years vboxsync Capturing: Build fix.
(edit) @75258   6 years vboxsync Capturing: API docs.
(edit) @75257   6 years vboxsync Capturing: Build fix.
(edit) @75256   6 years vboxsync Capturing: Build fix.
(edit) @75255   6 years vboxsync Capturing: Build fix.
(edit) @75254   6 years vboxsync Capturing: Build fix.
(edit) @75252   6 years vboxsync Capturing: Build fix.
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @75167   6 years vboxsync Main/HGCM: Must deregister the 'guestprops' info item before shutting …
(edit) @75139   6 years vboxsync Main/BIOSSettings: Comment typos and updates.
(edit) @75095   6 years vboxsync Guest Control/Main: Better check for existing directories in …
(edit) @75094   6 years vboxsync Guest Control/Main: One more error code for …
(edit) @75083   6 years vboxsync Build fix.
(edit) @75082   6 years vboxsync VideoRec/DrvAudioVideoRec: Got rid of the big stack buffers and only …
(edit) @75077   6 years vboxsync VideoRec/DrvAudioVideoRec: Use an absolute timestamp since program …
(edit) @75076   6 years vboxsync VideoRec/WebMWriter: Use the block map's currently processed TC …
(edit) @75072   6 years vboxsync VideoRec/Main: This is the timestamp, not the duration (renaming).
(edit) @75071   6 years vboxsync VideoRec/Main: This is the timestamp, not the duration (renaming).
(edit) @75069   6 years vboxsync VideoRec/Main: Initialize context in VideoRecStreamInit().
(edit) @75068   6 years vboxsync Build fix.
(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
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