VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75352   7 years vboxsync Recording: More renaming for IConsole and IDisplay internals.
(edit) @75346   7 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING, …
(edit) @75345   7 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING.
(edit) @75344   7 years vboxsync Recording/Main: More file renaming.
(edit) @75341   7 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
(edit) @75331   7 years vboxsync Main/Console: Allow trunk names up to 64 characters (public 17963)
(edit) @75313   7 years vboxsync Recording: More bugfixes for Main and FE/Qt.
(edit) @75307   7 years vboxsync Recording: Bugfixes for Main and FE/Qt.
(edit) @75287   7 years vboxsync Capturing/Main: Bugfixes for startup.
(edit) @75276   7 years vboxsync Capturing: Fixed checking for capturing context in …
(edit) @75256   7 years vboxsync Capturing: Build fix.
(edit) @75255   7 years vboxsync Capturing: Build fix.
(edit) @75254   7 years vboxsync Capturing: Build fix.
(edit) @75251   7 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @75167   7 years vboxsync Main/HGCM: Must deregister the 'guestprops' info item before shutting …
(edit) @75095   7 years vboxsync Guest Control/Main: Better check for existing directories in …
(edit) @75094   7 years vboxsync Guest Control/Main: One more error code for …
(edit) @75083   7 years vboxsync Build fix.
(edit) @75082   7 years vboxsync VideoRec/DrvAudioVideoRec: Got rid of the big stack buffers and only …
(edit) @75077   7 years vboxsync VideoRec/DrvAudioVideoRec: Use an absolute timestamp since program …
(edit) @75076   7 years vboxsync VideoRec/WebMWriter: Use the block map's currently processed TC …
(edit) @75071   7 years vboxsync VideoRec/Main: This is the timestamp, not the duration (renaming).
(edit) @75069   7 years vboxsync VideoRec/Main: Initialize context in VideoRecStreamInit().
(edit) @75068   7 years vboxsync Build fix.
(edit) @75067   7 years vboxsync Build fix.
(edit) @75066   7 years vboxsync VideoRec/Main: More renaming.
(edit) @75048   7 years vboxsync VideoRec/WebMWriter: Renaming, docs.
(edit) @75041   7 years vboxsync VideoRec/WebMWriter: Fixed the relative timecode handling when …
(edit) @75040   7 years vboxsync VideoRec/Main: Factored out the stream processing code into an own …
(edit) @75031   7 years vboxsync VideoRec/Main: Renaming.
(edit) @75030   7 years vboxsync VideoRec/Main: Extended the cue list with positions on a per-track basis.
(edit) @75011   7 years vboxsync VideoRec/Main: Also call the super class default function …
(edit) @74999   7 years vboxsync VideoRec/Main: SCM fixes.
(edit) @74996   7 years vboxsync VideoRec/Main: Added a video recording video codec type for VP8/VP9.
(edit) @74995   7 years vboxsync VideoRec/Main: Build fix.
(edit) @74994   7 years vboxsync VideoRec/Main: Build fix.
(edit) @74992   7 years vboxsync VideoRec/Main: Split up code into more modules for easier maintenance.
(edit) @74989   7 years vboxsync VideoRec/Main: Documentation.
(edit) @74988   7 years vboxsync VideoRec/Main: Moved EBML / MKV writer + definition headers into …
(edit) @74987   7 years vboxsync VideoRec/Main: Split up code into more functions, separating VPX code …
(edit) @74984   7 years vboxsync VideoRec/Main: Moved the video codec's pointer to the YUV plane into …
(edit) @74971   7 years vboxsync VideoRec/Main: Append screen ID to dumped video frames (enabled debug …
(edit) @74955   7 years vboxsync VideoRec/Main: Implemented applying audio driver configuration at …
(edit) @74953   7 years vboxsync Guest Control/Main: Made the IGuestSession::copyToGuest() and …
(edit) @74912   7 years vboxsync VideoRec/WebMWriter: Delete files again which no actual content has …
(edit) @74911   7 years vboxsync VideoRec/WebMWriter: Initialize the segment's (absolute) starting …
(edit) @74909   7 years vboxsync VideoRec/Main: Use RT_MS_1SEC.
(edit) @74908   7 years vboxsync VideoRec/Main: Use _1M define here.
(edit) @74907   7 years vboxsync VideoRec/Main: Do not check for other constraints like the video FPS …
(edit) @74906   7 years vboxsync VideoRec/Main: Build fix (no C++11 yet).
(edit) @74905   7 years vboxsync VideoRec/Main: Use the medium audio recording profile as default.
(edit) @74904   7 years vboxsync VideoRec/Main: Implemented separate and common rendering queues per …
(edit) @74903   7 years vboxsync Main/WebMWriter: Added some more checks for WebMWriter::AddAudioTrack().
(edit) @74851   7 years vboxsync Build fix for debug build.
(edit) @74850   7 years vboxsync VideoRec/Main: Use PDMAUDIOPCMPROPS for the codec's used PCM properties.
(edit) @74849   7 years vboxsync VideoRec/Main: Let Opus decide which default bitrate to use.
(edit) @74848   7 years vboxsync VideoRec/Main: Use VBR for Opus encoder by default.
(edit) @74841   7 years vboxsync VideoRec/Audio: Also explicitly set the buffer and pre-buffering sizes …
(edit) @74804   7 years vboxsync Main/Progress: Split into safe public interface and a private one …
(edit) @74781   7 years vboxsync VideoRec/Main: Fixed a crash in WebMWriter::Close().
(edit) @74765   7 years vboxsync VideoRec/Main: Condensed code for enabling / disabling video (audio) …
(edit) @74752   7 years vboxsync DnD/Main: Doxygen build fix.
(edit) @74734   7 years vboxsync Guest Control/Main: Got rid of the "types" array in …
(edit) @74714   7 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74574   7 years vboxsync DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
(edit) @74526   7 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74499   7 years vboxsync Build fix.
(edit) @74495   7 years vboxsync DnD/Main: Cleaned up / documented error handling for …
(edit) @74492   7 years vboxsync DnD/Main: Made sure that the active flag of PRECVDATACTX / …
(edit) @74474   7 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @74439   7 years vboxsync DnD: Added typedefs for DNDACTION and DNDACTIONLIST to emphasize …
(edit) @74413   7 years vboxsync DisplayImpl: mark the screen resized by VGA as active.
(edit) @74411   7 years vboxsync DnD: Renamed action names, added typedefs for DnD actions.
(edit) @74361   7 years vboxsync DnD/Main: Logging nits.
(edit) @73941   7 years vboxsync DnD/Main: Fixed including the context ID when using protocol v3 with …
(edit) @73940   7 years vboxsync DnD/HostService: Renaming, docs (build fix).
(edit) @73838   7 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73768   7 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73685   7 years vboxsync Audio/DrvAudioVRDE: Corrected output stream buffer / period / …
(edit) @73638   7 years vboxsync Main/DrvAudioVRDE: do not crash if PDM driver does not exist. bugref:9225
(edit) @73629   7 years vboxsync Audio/Main: Also insert the debugging enabled / path values into the …
(edit) @73624   7 years vboxsync Main,SharedOpenGL: VRDP cleanup. bugref:9225
(edit) @73622   7 years vboxsync Main: Doxygen build fix.
(edit) @73621   7 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73612   7 years vboxsync Audio/Main: Added support for superseding extra-data values with …
(edit) @73611   7 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73584   7 years vboxsync DrvAudio/DrvAudioVRDE: Report the backend as operational via …
(edit) @73564   7 years vboxsync Audio/VRDE: Let the user know in verbose logging that VRDE does not …
(edit) @73543   7 years vboxsync Build fix.
(edit) @73541   7 years vboxsync Build fix.
(edit) @73540   7 years vboxsync Audio/DrvAudioVideoRec.cpp: Forgot that file wrt returning …
(edit) @73529   7 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73505   7 years vboxsync Main,Config.kmk: GCC 8.2.0 fixes
(edit) @73464   7 years vboxsync Audio/VRDE: Fixed setting the shift parameter of the acquired stream …
(edit) @73430   7 years vboxsync Audio/VRDE: Only report a running / writable state if any clients are …
(edit) @73408   7 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73380   7 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73372   7 years vboxsync Build fix.
(edit) @73370   7 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73308   7 years vboxsync Main/ConsoleImple2: The new serial device needs the trusted helpers
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