VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27105   15 years vboxsync pulse: drain the out stream before we disable the voice
(edit) @26783   15 years vboxsync pulse: fixed regression with temporarily freezing guests if the guest …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26543   15 years vboxsync Audio-OSX: use DECLCALLBACK
(edit) @26526   15 years vboxsync VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
(edit) @26506   15 years vboxsync Devices: tabs -> spaces.
(edit) @26312   15 years vboxsync audio: changed audio detection order (first pulse, then alsa)
(edit) @26289   15 years vboxsync Devices: warnings.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26101   15 years vboxsync Audio-OSX: fixed a warning
(edit) @26100   15 years vboxsync Audio-OSX: Added input/output device change detection, sample rate …
(edit) @26008   15 years vboxsync Some more -Wshadow.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25917   15 years vboxsync Audio-OSX: burn fix
(edit) @25916   15 years vboxsync Audio-OSX: More updates to the CoreAudio backend. Added sample rate …
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25819   15 years vboxsync FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano …
(edit) @25790   15 years vboxsync Devices: -Wshadow
(edit) @25774   15 years vboxsync Audio-OSX: header update
(edit) @25773   15 years vboxsync Audio-OSX: try to fix burns
(edit) @25770   15 years vboxsync Audio-OSX: Rewrite of the CoreAudio device. Added recording support.
(edit) @25768   15 years vboxsync Devices/pulseaudio: protect against killing the pulseaudio daemon …
(edit) @25738   15 years vboxsync spaces
(edit) @25737   15 years vboxsync Devices/pulseaudio: fixed input buffer size and some cleanup, thanks …
(edit) @25726   15 years vboxsync pulse: fixed possible misuse of hw struct
(edit) @25691   15 years vboxsync pulse: don't crash on error
(edit) @25678   15 years vboxsync Devices/pulseaudio: Several fixes from Arthur Taylor (thanks!), in …
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24019   15 years vboxsync DevSB16: save and verify config (untested).
(edit) @24010   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23981   15 years vboxsync DevIchAc97: validate config.
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22647   15 years vboxsync pulseaudio: fixed stubs for PA_PROTOCOL_VERSION 16
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22153   15 years vboxsync pulse: fixed missing unlock when a server operation failed, for …
(edit) @21602   15 years vboxsync Audio/Solaris: don't define LOG_ENABLED unconditionally.
(edit) @20501   15 years vboxsync Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).
(edit) @20096   16 years vboxsync VBox/pdmdrv.h,TM: user argument and flags for driver timers.
(edit) @20087   16 years vboxsync TM,*: Proper timer callback locking and pvUser for devices.
(edit) @19507   16 years vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
(edit) @19061   16 years vboxsync Devices/audio.c: ditto.
(edit) @19002   16 years vboxsync Audio: Add support for FreeBSD
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18497   16 years vboxsync DevSB16.cpp: size_t warning (type mix).
(edit) @15941   16 years vboxsync use new PDMDrv helpers
(edit) @15783   16 years vboxsync pulse: limit the number of release warnings
(edit) @13892   16 years vboxsync warning
(edit) @13510   16 years vboxsync warning
(edit) @12978   16 years vboxsync PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12910   16 years vboxsync more warnings
(edit) @12300   16 years vboxsync Devices and VMM: cosmetics: removed full stops at the end of …
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11269   16 years vboxsync Devices: pData -> pThis.
(edit) @11268   16 years vboxsync Devices: ELEMENTS -> RT_ELEMENTS.
(edit) @11267   16 years vboxsync Devices: PDMINS2DATA -> PDMINS_2_DATA.
(edit) @11266   16 years vboxsync Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
(edit) @11168   16 years vboxsync #1865: DevIchAc97 and DevSB16.
(edit) @11167   16 years vboxsync #1865: DevIchAc97 and DevSB16.
(edit) @9338   17 years vboxsync comments
(edit) @9331   17 years vboxsync Use PCI config register setters.
(edit) @9329   17 years vboxsync Some cleanup; mainly adding some missing spaces and correcting the …
(edit) @9326   17 years vboxsync Some cleanup. Added a todo in dsp_read about non-byte reads.
(edit) @8345   17 years vboxsync SolaudiO: Fix for ubuntu guest desktop crashing on startup with audio …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8132   17 years vboxsync more rebranding
(edit) @8074   17 years vboxsync export to OSE solaudio.c
(edit) @8000   17 years vboxsync Replacing solaudio with solaudio_exp.
(edit) @7882   17 years vboxsync warnings
(edit) @7661   17 years vboxsync Solaudio: fixed occasional ticking problem.
(edit) @7561   17 years vboxsync audio: multiply master and pcm_out
(edit) @7558   17 years vboxsync Solaris host audio: backed out the change in r28995 affecting pcm out …
(edit) @7525   17 years vboxsync Solaris host audio: fixes and integrated into Main. Needs more …
(edit) @7454   17 years vboxsync Solaris host audio fixes. Now doesn't clip and proper timing.
(edit) @7333   17 years vboxsync solaudio: some fixes.
(edit) @6661   17 years vboxsync typo
(edit) @6655   17 years vboxsync Typo fix.
(edit) @6628   17 years vboxsync OSE
(edit) @6598   17 years vboxsync fixed Windows build
(edit) @6521   17 years vboxsync audio: fixed mixing of 8 bit unsigned; 32-bit updates from qemu
(edit) @6471   17 years vboxsync dsoundaudio: small update from qemu (32 bit)
(edit) @6234   17 years vboxsync pulseaudio: don't hang if there is no server available
(edit) @6218   17 years vboxsync pulse: hopefully fixed initialization once and for all
(edit) @6140   17 years vboxsync Pass the VM name to the audio driver. PulseAudio will name the name of …
(edit) @6133   17 years vboxsync pulse: lock a little bit more
(edit) @6127   17 years vboxsync export PulseAudio backend
(edit) @6117   17 years vboxsync audio: forgot this
(edit) @6105   17 years vboxsync typo
(edit) @6077   17 years vboxsync pulse/alsa: resolve _all_ symbols during initialization, otherwise …
(edit) @6067   17 years vboxsync audio: on exit, shut down _every_ stream, not only the enabled onces
(edit) @6064   17 years vboxsync audio: call driver's fini function before forcing the NULL audio driver
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