VirtualBox

source: vbox/trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73840   6 years vboxsync Audio/DrvHostPulseAudio: Fixed input stream creation.
(edit) @73838   6 years vboxsync Audio: Added the backend's (friendly) name into the backend configuration.
(edit) @73831   6 years vboxsync Audio/DrvHostPulseAudio: Also explicitly set acquired buffer …
(edit) @73821   6 years vboxsync Audio/DrvHostPulseAudio: Fixed regression in paStreamOpen() because of …
(edit) @73689   6 years vboxsync Audio: Make use of VERR_AUDIO_STREAM_COULD_NOT_CREATE when streaming …
(edit) @73656   6 years vboxsync Audio/PulseAudio: D'oh, follow-up to messed up commit r124328 ("Double …
(edit) @73654   6 years vboxsync Audio/PulseAudio: "Double buffering" not needed here; logging tweak …
(edit) @73529   6 years vboxsync Audio: Changed cBits -> cBytes of PDMAUDIOPCMPROPS to avoid some …
(edit) @73526   6 years vboxsync Audio/PulseAudio: Dropped the (static) backend configuration and also …
(edit) @73462   6 years vboxsync Audio/PulseAudio: Log the used library version on initialization.
(edit) @73370   6 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70994   7 years vboxsync Audio/DrvHostPulseAudio.cpp: Added support for distinguishing input / …
(edit) @69118   7 years vboxsync Audio: scm
(edit) @68358   7 years vboxsync Audio/DrvHostPulseAudio.cpp: Removed PULSEAUDIO_ASYNC and put the code …
(edit) @68357   7 years vboxsync Renaming.
(edit) @68355   7 years vboxsync Audio/DrvHostPulseAudio.cpp: (Hopefully) fixes rare distortions.
(edit) @68303   7 years vboxsync Whops, committed too much in r117420.
(edit) @68302   7 years vboxsync LogRel2 logging.
(edit) @68272   7 years vboxsync Audio: Renamed PDMAUDIOSTRMSTS* -> PDMAUDIOSTREAMSTS*. No actual code …
(edit) @68132   7 years vboxsync Audio: Renamed audio samples to audio frame because that's what they …
(edit) @68085   7 years vboxsync Build fix.
(edit) @68039   7 years vboxsync Audio/DrvHostPulseAudio: Implemented simple overflow callback. Just …
(edit) @67951   7 years vboxsync Audio/DrvHostPulseAudio: Added underflow / write callbacks from 5.1, …
(edit) @67909   7 years vboxsync Audio/DrvHostPulseAudio.cpp: Added additional check for writable size …
(edit) @67576   7 years vboxsync DrvHostPulseAudio: removed more logging
(edit) @67563   7 years vboxsync Audio/PulseAudio: Only copy data if it's not a data hole.
(edit) @67551   7 years vboxsync DrvHostPulseAudio: logging, locking
(edit) @67547   7 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67545   7 years vboxsync DrvHostPulseAudio: build fix
(edit) @67544   7 years vboxsync DrvHostPulseAudio: less debugging
(edit) @67537   7 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67520   7 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67518   7 years vboxsync DrvHostPulseAudio: try to fix the hangs during initialization
(edit) @67514   7 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67513   7 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67497   7 years vboxsync DrvHostPulseAudio: more debugging
(edit) @67494   7 years vboxsync DrvHostPulseAudio: more debug code
(edit) @67487   7 years vboxsync DrvHostPulseAudio: more debug code
(edit) @67486   7 years vboxsync DrvHostPulseAudio: more debug code
(edit) @67484   7 years vboxsync PulseAudio: more debug code
(edit) @67483   7 years vboxsync DrvHostPulseAudio: more debug
(edit) @67479   7 years vboxsync DrvHostPulseAudio: added more debugging code
(edit) @67435   7 years vboxsync DrvHostPulseAudio: added temporary logging
(edit) @65745   8 years vboxsync Build fix.
(edit) @65744   8 years vboxsync Logging.
(edit) @65736   8 years vboxsync DrvHostPulseAudio: LogRel unsupported audio formats.
(edit) @65694   8 years vboxsync Audio: Removed PDMAUDIOSTRMSTS_FLAG_DATA_READABLE / …
(edit) @65661   8 years vboxsync gcc 7: DrvHostPulseAudio: fall thru
(edit) @65624   8 years vboxsync Audio: More abstraction for the backends: Now the backend stream's …
(edit) @65565   8 years vboxsync Audio: Make use of pvBuf/cbBuf parameters in …
(edit) @65147   8 years vboxsync Audio/DrvHostPulseAudio.cpp: Build fix (allow to run on systems with …
(edit) @65144   8 years vboxsync Audio/DrvHostPulseAudio.cpp: More checks for …
(edit) @65100   8 years vboxsync Devices/Audio: doxygen fixes
(edit) @64741   8 years vboxsync DrvHostPulseAudio: debugging
(edit) @64730   8 years vboxsync DrvHostPulseAudio: re-applied temporary logging
(edit) @64709   8 years vboxsync DrvHostPulseAudio: removed temporary logging
(edit) @64708   8 years vboxsync DrvHostPulseAudio: renamed fLoopWait to fAbortLoop and made it volatile!
(edit) @64687   8 years vboxsync Audio/DrvHostPulseAudio: added some temporary logging to debug a …
(edit) @64512   8 years vboxsync Logging.
(edit) @64208   8 years vboxsync Audio/DrvHostPulseAudio.cpp: Fixed recording.
(edit) @63711   8 years vboxsync Audio: Implemented support for audio device enumeration handling, …
(edit) @63534   8 years vboxsync Audio: Renaming.
(edit) @63529   8 years vboxsync Audio: Bugfixes.
(edit) @63481   8 years vboxsync Audio: callback fixes
(edit) @63467   8 years vboxsync Audio: Partly reverted r110001 (no use of function macros anymore).
(edit) @63371   8 years vboxsync DrvHostPulsAudio.cpp: ditto
(edit) @63369   8 years vboxsync warnings (gcc)
(edit) @63360   8 years vboxsync Audio: Added more defines / documentation for the host interfaces to …
(edit) @63214   8 years vboxsync Devices: warnings (gcc)
(edit) @62463   8 years vboxsync Devices: scm
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61523   9 years vboxsync Audio: Update.
(edit) @61386   9 years vboxsync Audio: Update.
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61167   9 years vboxsync Audio: Renaming.
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61050   9 years vboxsync Audio: Update.
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @59989   9 years vboxsync Build fix, warnings.
(edit) @59987   9 years vboxsync Audio: Decoupled backend sinks and sources from the maximum of …
(edit) @59470   9 years vboxsync Audio: Warn on non-available audio streams based on the host audio …
(edit) @59375   9 years vboxsync Audio: introduced VERR_AUDIO_BACKEND_INIT_FAILED
(edit) @59097   9 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_PAUSE/PDMAUDIOSTREAMCMD_RESUME.
(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) @58378   9 years vboxsync Audio: Renaming / cleanups: - Got rid of custom shifting and use …
(edit) @57451   9 years vboxsync Audio: Try to fix chopped off samples when playing short sound files.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56648   9 years vboxsync Audio: Remove DEV_AUDIO logging group and split it up into per device …
(edit) @56646   9 years vboxsync Audio: Another bunch of wrong assertions
(edit) @56622   9 years vboxsync don't include vl_vbox.h anymore
(edit) @56316   9 years vboxsync whitespace
(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) @56023   10 years vboxsync DrvHostPulseAudio.cpp: Set the pointers to driver instance.
(edit) @55920   10 years vboxsync PDM/Audio: AudioMixBuffer documentation, renaming.
(edit) @55339   10 years vboxsync Spelling.
(edit) @55335   10 years vboxsync Audio: Spelling, Hungarian fixes.
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