VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/DrvAudioRec.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96292   2 years vboxsync Recording: Docs fixes. bugref:10275
(edit) @96285   2 years vboxsync Recording: Removed support for Opus. bugref:10275
(edit) @96284   2 years vboxsync Recording/Main: Fixed audio/video sync issues, made timestamp …
(edit) @96262   2 years vboxsync Recording/Main: Greatly reduced workload spent in the recording …
(edit) @96261   2 years vboxsync Recording/Main: Greatly reduced workload spent in the recording …
(edit) @96260   2 years vboxsync Recording/Main: Greatly reduced workload spent in the recording …
(edit) @96229   2 years vboxsync Recording/Main: Decoupled the WebM writer class from codec …
(edit) @96207   2 years vboxsync Audio/DrvAudioRec.cpp: Windows build fix. bugref:10275
(edit) @96187   2 years vboxsync Main/Recording: doxgyen fix. bugref:10275
(edit) @96175   2 years vboxsync Recording: Implemented support for Vorbis codec (provided by …
(edit) @96140   2 years vboxsync Recording/Main: Make use of new logging group RECORDING. ​bugref:10275
(edit) @94957   3 years vboxsync Main/src-client/DrvAudioRec.cpp: Adjust to the new rules wrt. to rc -> …
(edit) @94326   3 years vboxsync Main/DrvAudioRec: Drop passing pointers through CFGM in favor of using …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @89510   3 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89504   3 years vboxsync Audio: Re-ordering some methods, no real change. bugref:9890
(edit) @89487   3 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89344   4 years vboxsync Audio: For anyone wishing to use the VBOX_AUDIO_DEBUG_DUMP_PCM_DATA …
(edit) @89258   4 years vboxsync Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
(edit) @89218   4 years vboxsync Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and …
(edit) @89213   4 years vboxsync Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
(edit) @88991   4 years vboxsync Audio: Worked over draining, starting with the internal DMA buffer …
(edit) @88887   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
(edit) @88819   4 years vboxsync Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
(edit) @88761   4 years vboxsync DrvAudio: Working on support for asynchronous stream backend init and …
(edit) @88724   4 years vboxsync Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
(edit) @88718   4 years vboxsync Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
(edit) @88534   4 years vboxsync Audio: Merged the cbStreamOut and cbStreamIn fields in …
(edit) @88459   4 years vboxsync DrvAudioRec: Cleanups. bugref:9890
(edit) @88395   4 years vboxsync DrvAudioRec,DrvHostAudioValidationKit: doxygen fixes. some cleanups. …
(edit) @88394   4 years vboxsync DrvAudioRec,DrvHostAudioValidationKit: doxygen fixes. some cleanups. …
(edit) @88390   4 years vboxsync Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
(edit) @88382   4 years vboxsync Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the …
(edit) @88381   4 years vboxsync Audio: Made the pfnInit method of the PDMIHOSTAUDIO interface …
(edit) @88380   4 years vboxsync Audio: Removed the unused pfnStreamIterate method from PDMIHOSTAUDIO. …
(edit) @88378   4 years vboxsync Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
(edit) @88362   4 years vboxsync Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
(edit) @88300   4 years vboxsync Audio: We don't return IPRT status codes, but VBox status codes. duh. …
(edit) @88269   4 years vboxsync Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
(edit) @88030   4 years vboxsync Audio: doxygen fix. bugref:9890
(edit) @88028   4 years vboxsync Audio: Moving some of the DrvAudio.h stuff into PDM - …
(edit) @88023   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88022   4 years vboxsync Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
(edit) @88016   4 years vboxsync Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
(edit) @88002   4 years vboxsync Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
(edit) @87995   4 years vboxsync Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82580   5 years vboxsync Audio: Logging tweaks (driver names); no functional changes.
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75361   6 years vboxsync Recording/Main: Renamed the IRecord* interfaces again to IRecording* …
(edit) @75354   6 years vboxsync Recording: More renaming for Main internals.
(edit) @75352   6 years vboxsync Recording: More renaming for IConsole and IDisplay internals.
(copy) @75344   6 years vboxsync Recording/Main: More file renaming.
copied from trunk/src/VBox/Main/src-client/DrvAudioVideoRec.cpp
(edit) @75341   6 years vboxsync Recording: Renaming APIs ICapture* -> IRecord* and other terminology …
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