VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/AudioMixer.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89810   3 years vboxsync Audio: Eliminated some unnecessary stream config copying in the device …
(edit) @89800   3 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89779   3 years vboxsync Audio: Size the mixer buffer for sinks according to the scheulding …
(edit) @89371   4 years vboxsync AudioMixer: More cleanups. bugref:9890
(edit) @89357   4 years vboxsync AudioMixer: More cleanups. bugref:9890
(edit) @89355   4 years vboxsync AudioMixer: Cleanups. bugref:9890
(edit) @89332   4 years vboxsync AudioMixer: Removed AudioMixBufWriteAt, eliminated last non-testcase …
(edit) @89302   4 years vboxsync Audio: Reworking the capture (recording) code path, part 1: Start …
(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) @88957   4 years vboxsync AudioMixer: AudioMixerSinkRead does not need a enmOp parameter. …
(edit) @88944   4 years vboxsync AudioMixer,DevHda: Added AudioMixerSinkTransferToCircBuf and …
(edit) @88941   4 years vboxsync AudioMixer,DevHda: The asynchronous I/O code should be shared so the …
(edit) @88920   4 years vboxsync AudioMixer: Dropped the unused scratch buffer associated with …
(edit) @88918   4 years vboxsync Audio: s/AudioMixerSinkCtl/AudioMixerSinkEnable/ bugref:9890
(edit) @88917   4 years vboxsync AudioMixer: Removed some more unused stuff; cleanups. bugref:9890
(edit) @88916   4 years vboxsync Audio: Eliminated AUDMIXSINKDIR and AUDMIXSINKCMD, using PDMAUDIODIR …
(edit) @88913   4 years vboxsync AudioMixer: Added crude heuristics to audioMixerSinkUpdateOutput for …
(edit) @88909   4 years vboxsync AudioMixer: Ignore pfnStreamControl failures and most definitely don't …
(edit) @88907   4 years vboxsync AudioMixer: Removed a few unused function. bugref:9890
(edit) @88884   4 years vboxsync DrvAudio,Mixer: Changed PDMIAUDIOCONNECTOR::pfnStreamGetStatus into …
(edit) @88452   4 years vboxsync Audio: Cleaned up the alsa backend. Removed unused+bogus …
(edit) @88433   4 years vboxsync Audio: Eliminated the DrvAudio mixing buffers for output streams on …
(edit) @88357   4 years vboxsync Audio: Moved PDMAUDIOFILE and associated stuff out of pdmaudioifs.h …
(edit) @88356   4 years vboxsync Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
(edit) @88320   4 years vboxsync Audio: Stats for one more mixer buffer. Some cleanups. bugref:9890
(edit) @88309   4 years vboxsync Audio: More statistics tweaking. bugref:9890
(edit) @88307   4 years vboxsync Audio: Buffer usage statistics so we can monitor whether they are …
(edit) @87852   4 years vboxsync Audio/Mixer: Implemented mixer creation flags to support runtime …
(edit) @87270   4 years vboxsync Audio/Mixer: Got rid of the stack-allocated scratch buffer when mixing …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82406   5 years vboxsync DevHDA: Cleanups. bugref:9218
(edit) @77602   6 years vboxsync Audio/Mixer: Centralized a mixer stream's internal status updating by …
(edit) @76777   6 years vboxsync Audio/Mixer: Removed VBOX_AUDIO_MIXER_WITH_MIXBUF define, as this is …
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @74041   6 years vboxsync Audio/Mixer: Added AudioMixerSinkGetName().
(edit) @73730   6 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
(edit) @73525   6 years vboxsync Audio/Mixer: Use a mixer sink's mixing buffer for multiplexing.
(edit) @73421   6 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73403   6 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73391   6 years vboxsync Audio/AudioMixer: Added a define for the audio mixer stream flags.
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73356   6 years vboxsync AudioMixer.h: fixed file header: Short description optionally followed …
(edit) @73355   6 years vboxsync AudioMixer.h: scm fix (trailing space)
(edit) @73342   6 years vboxsync Audio/AudioMixer: Added the option to also use a small ring buffer for …
(edit) @73039   6 years vboxsync Audio/Mixer: Added .WAV output support for mixer sinks (when …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69119   7 years vboxsync Audio: More cleanups (missing keywords, incorrect #endif docs, stuff)
(edit) @68898   7 years vboxsync Audio/Mixer: Added AudioMixerSinkGetFormat().
(edit) @67265   7 years vboxsync HDA: Enabled info callbacks for release builds as well.
(edit) @64566   8 years vboxsync Audio/AudioMixer: Implemented AudioMixerSinkIsActive() and …
(edit) @63615   8 years vboxsync Audio/AudioMixer: Added critical sections for thread safety.
(edit) @63362   8 years vboxsync Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.
(edit) @62605   8 years vboxsync Audio: Documentation, misc. cleanup.
(edit) @62366   8 years vboxsync Cleanup.
(edit) @62117   8 years vboxsync Audio: Bugfixes, logging.
(edit) @61887   8 years vboxsync Audio: Implemented support for master volume controls.
(edit) @61668   8 years vboxsync Audio: Update.
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61523   8 years vboxsync Audio: Update.
(edit) @61166   9 years vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61050   9 years vboxsync Audio: Update.
(edit) @60941   9 years vboxsync Audio/HDA: - Lowered timer to 100Hz and start/stop it only if …
(edit) @60934   9 years vboxsync Audio/AC97: Lowered timer to 100Hz and start/stop it only if needed. …
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @59275   9 years vboxsync Audio: Don't crash if backend is unable to initialize (bugref:8180).
(edit) @56689   9 years vboxsync Audio: Volume control debugging aids.
(edit) @55920   10 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55340   10 years vboxsync Audio: Fixed warnings, largely inconsistent types.
(edit) @55065   10 years vboxsync PDM/Audio: Volume handling fixes.
(edit) @55005   10 years vboxsync PDM/Audio: Added volume through virtual mixer.
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(add) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
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