VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58600   9 years vboxsync Audio: Introduced reference counting for guest audio streams; this …
(edit) @58590   9 years vboxsync Audio/PulseAudio: fix for r103940
(edit) @58582   9 years vboxsync Audio/PulseAudio: handle the case when the PulseAudio initialization …
(edit) @58573   9 years vboxsync Audio/AudioMixer.cpp: Try to fix a crash (for bugref:8054).
(edit) @58443   9 years vboxsync AC97: Fixed AD1980 volume control, added AD1981B chip.
(edit) @58413   9 years vboxsync AC97: Fix mixer reinitialization when not changing playback rate (#8054).
(edit) @58378   9 years vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @58372   9 years vboxsync DrvHostNullAudio.cpp: Cleanup.
(edit) @58344   9 years vboxsync Audio: Fixed suspending/resuming streams on VM pause/unpause.
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58157   9 years vboxsync Doxygen: @todo fixes
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @58086   9 years vboxsync Devices/Audio: unused.
(edit) @58075   9 years vboxsync DrvHostDSound: optional release logging
(edit) @58071   9 years vboxsync DrvHostDSound: restored optional release logging, IPRT rc vs HRESULT …
(edit) @57827   9 years vboxsync Devices/Audio: actually consume samples in DrvHostNullAudio
(edit) @57752   9 years vboxsync DrvHostDSound: start playback when first audio samples are copied to …
(edit) @57736   9 years vboxsync DrvHostDSound: dynamically load dsound.dll
(edit) @57717   9 years vboxsync DrvHostDSound: CFGMR3QueryStringAlloc()
(edit) @57571   9 years vboxsync Audio/CoreAudio: Fix cracks and lost samples when the sample rates …
(edit) @57538   9 years vboxsync Typo.
(edit) @57451   9 years vboxsync Audio: Try to fix chopped off samples when playing short sound files.
(edit) @57442   9 years vboxsync DECLCALLBACK and static
(edit) @57427   9 years vboxsync warning
(edit) @57417   9 years vboxsync warning
(edit) @57398   9 years vboxsync Audio: Fixed playing/recording deprecated/left over samples when …
(edit) @57397   9 years vboxsync AudioMixBuffer: Implemented AudioMixBufClear(), added …
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57383   9 years vboxsync Better.
(edit) @57382   9 years vboxsync Audio: Some renaming.
(edit) @57375   9 years vboxsync Audio/DSound: Get rid of custom logging and use RTLogRelMax* instead, …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57346   9 years vboxsync Audio/ALSA: fixed playing audio after suspendign the host
(edit) @57234   9 years vboxsync Audio/DrvHostDSound: LogRel nits.
(edit) @57202   9 years vboxsync DSound: Do not forget to propagate errors.
(edit) @57200   9 years vboxsync DSound: Fixed variable shadowing.
(edit) @57199   9 years vboxsync DSound: Careful when enumerating input devices; more release logging.
(edit) @57164   9 years vboxsync DrvHostDSound.cpp: Don't uninitialize COM if we didn't succeed in the …
(edit) @57148   9 years vboxsync Audio/DSound: Crash fix
(edit) @57146   9 years vboxsync Audio/DSound: Build fixes
(edit) @57145   9 years vboxsync Audio/DSound: Fixes for Windows 10, the original IDirectSound doesn't …
(edit) @57054   9 years vboxsync Devices/Audio/DrvAudio.cpp: Fix cleanup logic, as having it in the …
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56838   9 years vboxsync Audio: Typo fix, 41->44.1 kHz.
(edit) @56737   9 years vboxsync HDA: Fixed output volume control, disabled headphones (see #5964).
(edit) @56728   9 years vboxsync Nit.
(edit) @56727   9 years vboxsync Devices/Audio: HDA: - Implemented debugger commands "hdcnodes" and …
(edit) @56717   9 years vboxsync Another build fix
(edit) @56715   9 years vboxsync Fix various alignments of STAM members in devices and VMM for 32bit, …
(edit) @56692   9 years vboxsync Forgot to commit a file.
(edit) @56690   9 years vboxsync temp build fix
(edit) @56689   9 years vboxsync Audio: Volume control debugging aids.
(edit) @56649   9 years vboxsync RT_MIN is a macro
(edit) @56648   9 years vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56647   9 years vboxsync Audio/OSS: Wrong svn Id header
(edit) @56646   9 years vboxsync Audio: Another bunch of wrong assertions
(edit) @56645   9 years vboxsync Audio/Alsa: Wrong assertion
(edit) @56644   9 years vboxsync Audio/ALSA: Fix possible endless loop if the mixer buffer is already …
(edit) @56622   9 years vboxsync don't include vl_vbox.h anymore
(edit) @56512   10 years vboxsync Main/AC97: Propagate codec model setting through CFGM.
(edit) @56316   10 years vboxsync whitespace
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56289   10 years vboxsync Removed unused header.
(edit) @56284   10 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56278   10 years vboxsync SB16: Corrected SBP->SB16 volume conversion.
(edit) @56161   10 years vboxsync Audio/PulseAudio: removed unintended LogRel() and release a string …
(edit) @56151   10 years vboxsync LogRel nit.
(edit) @56148   10 years vboxsync Audio: use the VM name to name PulseAudio streams
(edit) @56085   10 years vboxsync PDM/Audio: Removed old audio architecture.
(edit) @56023   10 years vboxsync DrvHostPulseAudio.cpp: Set the pointers to driver instance.
(edit) @56018   10 years vboxsync Audio/CoreAudio: Fix audio output if the default output device …
(edit) @55920   10 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55908   10 years vboxsync SB16: Keep playing after loading saved state.
(edit) @55907   10 years vboxsync SB16: Iproved mixer volume SBP<->SB16 conversion.
(edit) @55852   10 years vboxsync Audio: Apply volume properly when doing mono to stereo conversion.
(edit) @55828   10 years vboxsync typos
(edit) @55649   10 years vboxsync DrvHostNullAudio: consume samples at configured rate
(edit) @55521   10 years vboxsync Audio/DevIchHda: warning
(edit) @55495   10 years vboxsync tstAudioMixBuffer: call audioMixBufDestroy()
(edit) @55492   10 years vboxsync Audio: Extended testcase.
(edit) @55486   10 years vboxsync tstAudioMixBuffer: pedantic
(edit) @55485   10 years vboxsync Don't check nonexistent samples.
(edit) @55483   10 years vboxsync Log first, increment later.
(edit) @55482   10 years vboxsync Audio: Careful with the UINT32_C macro…
(edit) @55462   10 years vboxsync Audio: Fixed minor format conversion errors, added a testcase (16-bit …
(edit) @55449   10 years vboxsync Whitespace.
(edit) @55447   10 years vboxsync Audio: Fixed unsigned sample conversion.
(edit) @55445   10 years vboxsync SB16: Implemented reset handler (finally).
(edit) @55430   10 years vboxsync AC97: Take 12dB volume offset used in some controls into account.
(edit) @55425   10 years vboxsync Warnings.
(edit) @55412   10 years vboxsync SB16: There are no mute controls.
(edit) @55404   10 years vboxsync HDA: Set the appropriate sink volume rather than the master.
(edit) @55403   10 years vboxsync AudioMixBuffer: log %RU32 => %#RX32
(edit) @55394   10 years vboxsync Audio: Volume handling rework (see #5964).
(edit) @55388   10 years vboxsync HDA: Volume handling improvements.
(edit) @55387   10 years vboxsync Audio: Keep track of sink volume, drop unused routines.
(edit) @55380   10 years vboxsync Audio: Implemented muting of streams.
(edit) @55379   10 years vboxsync Made locally used function static.
(edit) @55364   10 years vboxsync typo
(edit) @55355   10 years vboxsync SB16/Audio: VBoxized.
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