History log of /vbox/src/VBox/Main/src-client/VideoRec.cpp
Revision Date Author Comments Expand
cb702d6d593134e47854c00a7fa1156fe48a14cc 52901 30-Sep-2014 vboxsync

Main: trailing spaces + warning

45aec286e984e04cde6ddea6b9eea66f113fc045 52791 18-Sep-2014 vboxsync

6219: EBMLWriter further code cleanup. Separate interface from implementation. Reduce amount of include files in header (incl. STL dependencies).

3851c4a4d158e0776c6774fc21ed986667f34be3 52383 14-Aug-2014 vboxsync

6219: EbmlWriter code cleanup. Default video capture quality tuning.

f93868085e64e0f21083d3f0d16df5641deab5d3 52342 11-Aug-2014 vboxsync

6219: Added "quality" option for video capture

c278e7d7a71519a4ce9d9ca7f3c2d28989effd1c 52325 08-Aug-2014 vboxsync

6219: Available storage free space check has been added. The capture will stop once free space has become less than 1 MB

c31f30607ddcca383fd7cf1493b10196007e6e64 52312 07-Aug-2014 vboxsync

6219: New parameters related to file size / recording time limitation for VM Video Capture have been added (vcpmaxtime, vcpmaxsize and vcpoptions - special codec options in key=value format). EbmlWriter has been refactored. Removed some redundant code.

d01bb88591e2ae070aa233b99c81e58598d557e1 52200 25-Jul-2014 vboxsync

Main,Frontends: TakeScreenShot API cleanup.

/vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h DisplayImpl.cpp VideoRec.cpp /vbox/src/VBox/Main/src-server/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/webservice/samples/php/clienttest.php
3496c5935690387cb2db5bc728235cedd02907a3 50314 03-Feb-2014 vboxsync

crOpenGL/VideoRec: do hardweight screen capthure only when recorder is ready

94e6c42807255a60e08010231689ef8823733967 46667 19-Jun-2013 vboxsync

Main/idl: clarify IMachine.videoCaptureFile to be an absolute path, and many naming convention cleanups for method/attribute names starting with an uppercase letter or containing an acronym Main/xml/Settings.cpp: clean up default video capture file handling and related path conversions, version handling of the new functionality Main/Machine: handle default value for video capture file better, store relative path in settings if possible, cleanups Main/src-client/VideoRec.cpp: do not overwrite a file ever Main/Display: generate a unique name if there is a collision, matching cleanups for name changes Frontends/VirtualBox: matching name changes Frontends/VBoxManage: matching name changes, fixing the machine readable output

d7f3935cd93439c615a130a3f6689d83e26777fc 46578 17-Jun-2013 vboxsync

Main/VPX: show how to set kf_max_dist

6d80b354869bd495b27bdc7dcae64c41d0c0903f 46555 14-Jun-2013 vboxsync

comment

5938b80049f0147273d50102748dc1e35f5638d2 46553 14-Jun-2013 vboxsync

Main/VPX: more race fixes

ff69e490f838a269dd4666672ce76ca93f097d90 46549 14-Jun-2013 vboxsync

Main/VPX: propery handle concurrency during termination

5ba5792dec6c1e8ce1810ba9f49bf1c4c1f42000 45962 08-May-2013 vboxsync

Main/VPX: more fixes

f4c0ba0bca008c71c2ca64fdd5b0d7bab48a3db3 45960 08-May-2013 vboxsync

Main/VPX: crash fix if not enabled

7b84c84954ddfdd1a3c65f0023f107b6bfcf3cc3 45956 08-May-2013 vboxsync

Main/VPX: multi-monitor fixes; use .webm as default extension

320cea12eb9eb0c91fb57c3bba37a1471bfa9ba5 45950 08-May-2013 vboxsync

Main/VPX: multimonitor (needs more cleanup)

37e10a0036430d80ce5a0c07d079a1a330784ae2 45941 08-May-2013 vboxsync

Main/VPX: some code restructuring to be able to log errors / success during initialization

cccc6ee5f7156cfcdf13acca545cf65124d9ed44 45926 06-May-2013 vboxsync

IMachine::VideoCaptureFps

3607b5be4cdbed324d26cb3009c12937390e6702 45922 06-May-2013 vboxsync

Main/VPX: more cleanup

a342c1d8bad23861ece656c472d381abcf2cb5e8 45911 06-May-2013 vboxsync

Main/VPX: proper error handling, cleanup

d3a18284047ad3b34690c2d1f60d00dbf8beb28c 45891 03-May-2013 vboxsync

Main/VPX: clear RGB buffer on allocation

48c952f5bbd337733d4bb0d257b1c4f08eb9bc9e 45883 02-May-2013 vboxsync

Main/VPX: another typo

8d5a5b284c0856c6e51bdb6e1ccb5ddf3f94721b 45878 02-May-2013 vboxsync

VPX: separate encoding thread; more cleanup

3be3bcfd48fd654a7562ab95b3949182cc2e4ba5 45841 30-Apr-2013 vboxsync

VPX: export to OSE