VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68984   7 years vboxsync DisplayImpl.cpp: Dropped the debug LogRels.
(edit) @68982   7 years vboxsync VideoRec: videoRecStreamOpenFile() is static.
(edit) @68981   7 years vboxsync Main/VideoRec.h: Initialize configuration via constructor.
(edit) @68979   7 years vboxsync VideoRec: API docs.
(edit) @68975   7 years vboxsync VideoRec: Renaming (be more consistent): video capture vs. video recording.
(edit) @68974   7 years vboxsync Main: Docs.
(edit) @68972   7 years vboxsync DisplayImpl.cpp: some debug LogRel's.
(edit) @68971   7 years vboxsync VideoRec: Documentation, comments.
(edit) @68958   7 years vboxsync VideoRec: Audio recording is now disabled by default for new VMs or if …
(edit) @68956   7 years vboxsync VideoRec: Added serializing the options string (into XML settings), …
(edit) @68947   7 years vboxsync Build fix.
(edit) @68946   7 years vboxsync Build fix.
(edit) @68944   7 years vboxsync VideoRec/Main: Implemented support for attaching + detaching the video …
(edit) @68942   7 years vboxsync VideoRec: Typo in i_videoCaptureInvalidate().
(edit) @68938   7 years vboxsync Main,VBoxManage: Changed the CPUID override methods on IMachine to …
(edit) @68918   7 years vboxsync Main,iprt: Don't fail an import just because the manifest contains …
(edit) @68917   7 years vboxsync main/ovfreader: Ignore invalid InstanceID on Items where it doesn't …
(edit) @68905   7 years vboxsync Main/Settings.cpp: The new default for having audio in/out enabled …
(edit) @68895   7 years vboxsync VideoRec: Made the audio driver hot pluggable.
(edit) @68882   7 years vboxsync DrvAudioVideoRec.cpp: reverse order, drop unnecessary assertions, …
(edit) @68871   7 years vboxsync VideoRec/DisplayImpl: Moved getting IMachine::VideoCaptureEnabled to …
(edit) @68870   7 years vboxsync Main/ConsoleImpl2.cpp: Also tweak the logging groups if audio …
(edit) @68866   7 years vboxsync Docs.
(edit) @68857   7 years vboxsync Comment.
(edit) @68856   7 years vboxsync VideoRec: Made failing to start video capturing non-critical on …
(edit) @68852   7 years vboxsync Main/Display+Keyboard: remove effectively unused variables, the VMMDev …
(edit) @68850   7 years vboxsync VideoRec: Update on syncing with audio data.
(edit) @68835   7 years vboxsync VideoRec: Set sensible defaults.
(edit) @68828   7 years vboxsync ExtPack: Split up main module of extension pack, have a mandatory one …
(edit) @68811   7 years vboxsync VideoRec: Fixed seeking in recorded files.
(edit) @68809   7 years vboxsync VideoRec: Enable recording audio by default. Can be disabled by the …
(edit) @68808   7 years vboxsync VideoRec: Only send CrOGL frames if video recording is enabled.
(edit) @68806   7 years vboxsync Docs.
(edit) @68804   7 years vboxsync Warning.
(edit) @68803   7 years vboxsync Build fix.
(edit) @68802   7 years vboxsync Build fix.
(edit) @68801   7 years vboxsync Build fix.
(edit) @68800   7 years vboxsync Build fix.
(edit) @68799   7 years vboxsync Build fix.
(edit) @68798   7 years vboxsync VideoRec: Overhauled configuration handling to also support audio …
(edit) @68797   7 years vboxsync VideoRec/DrvAudioVideoRec: Added some more checks + assertions.
(edit) @68796   7 years vboxsync VideoRec/EbmlWriter: Added support for using inherited file handles.
(edit) @68789   7 years vboxsync Main/MediumImpl: Don't throw an error if the image to be deleted can't …
(edit) @68776   7 years vboxsync VideoRec/VideoRec.cpp: Made recording audio disabled by default …
(edit) @68772   7 years vboxsync VideoRec: Report back all data as being processed if audio support is …
(edit) @68737   7 years vboxsync Build fix.
(edit) @68736   7 years vboxsync Build fix.
(edit) @68734   7 years vboxsync Build fix.
(edit) @68733   7 years vboxsync VideoRec/EbmlWriter.cpp: Renamed OpusPrivData -> WEBMOPUSPRIVDATA and …
(edit) @68732   7 years vboxsync Build fix.
(edit) @68725   7 years vboxsync Audio: Delete debug dump files on construction.
(edit) @68724   7 years vboxsync Space.
(edit) @68723   7 years vboxsync VideoRec/EbmlWriter.cpp: Fixed Opus header initialization.
(edit) @68720   7 years vboxsync VideoRec: Added support for building libopus on Windows, cleaned up …
(edit) @68715   7 years vboxsync Audio/VideoRec: Added Opus license.
(edit) @68620   8 years vboxsync netIfIsWireless: CreateFile always fails for one of the adapters on my …
(edit) @68539   8 years vboxsync Main/glue: Split out non-COM bits from com.cpp so they can be used …
(edit) @68538   8 years vboxsync Main/glue: Split out non-COM bits from com.cpp so they can be used …
(edit) @68537   8 years vboxsync xml/Settings.cpp: audio in/out enable, fix default handling to give …
(edit) @68534   8 years vboxsync Main: IDisplay::DetachScreens stub
(edit) @68530   8 years vboxsync Changed assertion to match reality (only triggered when attaching a …
(edit) @68485   8 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68453   8 years vboxsync Main/VideoRec: Restructured a lot of code to better adapt when it …
(edit) @68452   8 years vboxsync Main/DrvAudioVideoRec: Also set the bits per sample, logging.
(edit) @68451   8 years vboxsync VideoRec: Main/EbmlWriter: More stuff for audio support.
(edit) @68447   8 years vboxsync NAT: NATEngine::setHostIP - use setError to provide the error message.
(edit) @68444   8 years vboxsync NAT: Bind TCP sockets to specific address if requested. Why and how …
(edit) @68431   8 years vboxsync Build fix.
(edit) @68430   8 years vboxsync Build fix.
(edit) @68429   8 years vboxsync Main/VideoRec: Logging.
(edit) @68428   8 years vboxsync Main/EbmlMkvIDs.h: Added Language and FlagLacing elements.
(edit) @68427   8 years vboxsync Main/VideoRec: Use startsWith() for medium audio profile.
(edit) @68426   8 years vboxsync Main/VideoRec: Added audio recording profiles ("ac_profile", low, …
(edit) @68417   8 years vboxsync Main/Makefile.kmk: remove a few info messages as the strings are not …
(edit) @68393   8 years vboxsync Main/DrvAudioVRDE: Renaming.
(edit) @68391   8 years vboxsync Main/DrvAudioVRDE: Renaming.
(edit) @68372   8 years vboxsync Main/EbmlWriter.cpp: Only write cues element if any cue points are …
(edit) @68371   8 years vboxsync Main/BusAssignmentManager: comment about EFI assumptions
(edit) @68370   8 years vboxsync Main/EbmlWriter.cpp: Introduced VBOX_WEBM_TIMECODESCALE_FACTOR_MS define.
(edit) @68338   8 years vboxsync Audio/VideoRec: Only open one (output) sink per VM and encode into …
(edit) @68333   8 years vboxsync Main/EbmlWriter.cpp: Renaming.
(edit) @68332   8 years vboxsync Main/EbmlWriter/WebMWriter_Impl: Added [G|g]etFileName().
(edit) @68323   8 years vboxsync Main/DrvAudioVideoRec.cpp: Added define for Opus' maximum Hz rate.
(edit) @68322   8 years vboxsync Main/DrvAudioVideoRec.cpp: Also use VBOX_AUDIO_DEBUG_DUMP_PCM_DATA …
(edit) @68321   8 years vboxsync Comment typo.
(edit) @68320   8 years vboxsync Main/DrvAudioVideoRec.cpp: Use VBOX_AUDIO_DEBUG_DUMP_PCM_DATA.
(edit) @68318   8 years vboxsync Unattended: detectIsoOS updates.
(edit) @68314   8 years vboxsync added OS types for macOS 10.12 and 10.13
(edit) @68272   8 years vboxsync Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
(edit) @68257   8 years vboxsync win_nt*_unattended.*: TODOs and VBOXPOST.CMD argument.
(edit) @68251   8 years vboxsync Unattended: XP updates.
(edit) @68247   8 years vboxsync win_nt6_unattended.xml: some todos
(edit) @68243   8 years vboxsync Unattended: Set hostname (computer name) for windows vista+ installs.
(edit) @68240   8 years vboxsync Unattended: Added detectedOSLanguages and language attributes to deal …
(edit) @68239   8 years vboxsync Unattended: Added detectedOSLanguages and language attributes to deal …
(edit) @68222   8 years vboxsync Main: Squeeze the validation kit and additions onto the aux image when …
(edit) @68203   8 years vboxsync fix
(edit) @68202   8 years vboxsync Unattended: Made oel6 install work.
(edit) @68201   8 years vboxsync Unattended: Made rhel6 install work.
(edit) @68193   8 years vboxsync Audio: Added "VBoxInternal2/Audio/Debug/Enabled" to also make use of …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette