VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73489   6 years vboxsync DrvAudio/ALSA: Comment.
(edit) @73485   6 years vboxsync Build fix.
(edit) @73480   6 years vboxsync DrvAudio: Changed the default stream period size from 50ms to 200 (can …
(edit) @73476   6 years vboxsync DrvAudio/ALSA: Removed more disabled code (not / never used).
(edit) @73473   6 years vboxsync DrvAudio/ALSA: Got rid of ALSAAUDIOCFG, as the backend configuration …
(edit) @73468   6 years vboxsync DrvAudio: Logging.
(edit) @73467   6 years vboxsync DrvAudio: Cleaned up the internal stream organization by not …
(edit) @73466   6 years vboxsync Audio/HDA: Don't add the driver stream in hdaR3Attach() directly via …
(edit) @73465   6 years vboxsync Audio/Mixer: Added a debug assertion for checking the given PCM …
(edit) @73463   6 years vboxsync Audio/DrvAudioCommon: Check if the given stream configuration is valid …
(edit) @73462   6 years vboxsync Audio/PulseAudio: Log the used library version on initialization.
(edit) @73454   6 years vboxsync Audio/Debug: This backend does not support any recording (injecting …
(edit) @73453   6 years vboxsync Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
(edit) @73452   6 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73441   6 years vboxsync Audio/SB16: Path not needed (we don't implement recording for SB16 …
(edit) @73432   6 years vboxsync Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
(edit) @73429   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusCanRead() and …
(edit) @73428   6 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73423   6 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusIsReady().
(edit) @73421   6 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73420   6 years vboxsync Audio/DrvAudio: Misc fixes for the timing helper functions.
(edit) @73409   6 years vboxsync Audio/DrvAudio: Use RT_MS_1SEC in the *Milli* helpers.
(edit) @73408   6 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73407   6 years vboxsync Audio/DrvAudio: Added ns (nanoseconds) timing helper functions.
(edit) @73405   6 years vboxsync Audio/DrvAudio: Renaming nit.
(edit) @73404   6 years vboxsync Audio/Mixer: No need to call a stream's iteration function twice in …
(edit) @73403   6 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73402   6 years vboxsync Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
(edit) @73394   6 years vboxsync Audio/DrvAudio.cpp: Statistics naming nits.
(edit) @73393   6 years vboxsync Audio/DrvHostDebugAudio: Backend doesn't need any special …
(edit) @73392   6 years vboxsync Audio/DrvHostDSound.cpp: Factored out transferring data from capturing …
(edit) @73391   6 years vboxsync Audio/AudioMixer: Added a define for the audio mixer stream flags.
(edit) @73383   6 years vboxsync Audio/DrvHostDebugAudio.cpp: It's ms, not bytes, when creating the …
(edit) @73381   6 years vboxsync DrvAudioCommon.cpp: Renamed DrvAudioHlp*FileName() -> …
(edit) @73380   6 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73379   6 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpBytesAlign() and …
(edit) @73378   6 years vboxsync Audio/DrvAudioCommon.cpp: Fixes / docs for DrvAudioHlpClearBuf().
(edit) @73371   6 years vboxsync Build fix.
(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) @73350   6 years vboxsync Build fix.
(edit) @73345   6 years vboxsync Audio/DrvAudioCommon.cpp: Fixed DrvAudioHlpFramesToBytes(), d'oh!
(edit) @73344   6 years vboxsync Audio/DebugAudio: Got rid of intermediate buffer; not needed.
(edit) @73342   6 years vboxsync Audio/AudioMixer: Added the option to also use a small ring buffer for …
(edit) @73244   6 years vboxsync Build fix.
(edit) @73242   6 years vboxsync Build fix.
(edit) @73241   6 years vboxsync Audio/PDM: Added (tweakable) parameters to the audio stream …
(edit) @73230   6 years vboxsync Audio/DrvAudio: Added DRVAUDIOCFG to allow tweaking an audio driver …
(edit) @73220   6 years vboxsync Audio/DrvAudio: Helper function grouping / docs.
(edit) @73214   6 years vboxsync Audio/AC97: (Debug) Assertion not needed here; it might happen that …
(edit) @73213   6 years vboxsync Audio/HDA: A bit of renaming / docs.
(edit) @73212   6 years vboxsync Audio/HDA: Made the stream's internal ring buffer size depend on a …
(edit) @73211   6 years vboxsync VMM/Audio: Added PDMAUDIOSTREAMCMD_DRAIN / PDMAUDIOSTREAMCMD_DROP commands.
(edit) @73209   6 years vboxsync Audio/HDA: Do hdaRegWriteSDFMT() in R0.
(edit) @73208   6 years vboxsync Audio/DrvAudio: Don't use float / size_t in DrvAudioHlpBytesToMs() and …
(edit) @73207   6 years vboxsync Audio/DrvAudio: Implemented DrvAudioHlpBytesToFrames(), …
(edit) @73206   6 years vboxsync Audio/AudioMixer: Logging.
(edit) @73205   6 years vboxsync Audio/SB16: Removed a lot of Doppelmoppel code and added …
(edit) @73161   6 years vboxsync Audio/ALSA: Re-ordered / cleaned up stubs and mangling. No new functions.
(edit) @73160   6 years vboxsync Audio/ALSA: Added stubs for snd_pcm_delay(), snd_pcm_drain() and …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73069   6 years vboxsync DrvHostOss: drvHostOSSAudioGetConfig - awlays close the file
(edit) @73059   6 years vboxsync Build fix.
(edit) @73058   6 years vboxsync Audio: Added DrvAudioHlpFramesToMs() and DrvAudioHlpMsToFrames() helpers.
(edit) @73039   6 years vboxsync Audio/Mixer: Added .WAV output support for mixer sinks (when …
(edit) @72320   7 years vboxsync DevHDA: Fixed two incorrect MMIO status codes causing lost of kernel …
(edit) @72111   7 years vboxsync Audio/DrvAudio: Just return if file isn't valid (anymore) in …
(edit) @72110   7 years vboxsync Audio/DrvAudio: Logging adjustments.
(edit) @71767   7 years vboxsync DevHDA: Follow-up to r121836 (hdaTimerSet).
(edit) @71766   7 years vboxsync DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream.
(edit) @71765   7 years vboxsync DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated …
(edit) @71763   7 years vboxsync DevSB16: Moved functions around a little to get a more usual grouping.
(edit) @71762   7 years vboxsync DevSB16: Moved functions around a little to get a more usual grouping.
(edit) @71761   7 years vboxsync DevIchAc97/timer: Paused mplayer fooling me. The timer does stop when …
(edit) @71756   7 years vboxsync DevIchAc97: Injected 'R3' into function prefixes where relevant and …
(edit) @71754   7 years vboxsync DevHDA: Alignment fixing.
(edit) @71753   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71752   7 years vboxsync DevIchAc97: Alignment fixing.
(edit) @71751   7 years vboxsync DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode …
(edit) @71750   7 years vboxsync DevIchAc97: Remove incorrect locking nodes in I/O port handlers.
(edit) @71748   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71747   7 years vboxsync DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way it …
(edit) @71746   7 years vboxsync DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros.
(edit) @71745   7 years vboxsync DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O port …
(edit) @71744   7 years vboxsync DevSB16: Fixed initialization order so we don't crash in sb16Destruct …
(edit) @71743   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71742   7 years vboxsync DevSB16.cpp,DevHDA.cpp: Just put markers on the …
(edit) @71741   7 years vboxsync DevIchAc97.cpp: some cleanups.
(edit) @71740   7 years vboxsync DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs …
(edit) @71738   7 years vboxsync DevAC97: AC97SOUNDSOURCE_LAST_INDEX -> AC97SOUNDSOURCE_END_INDEX, as …
(edit) @71737   7 years vboxsync DevAC97: tiny cleanups
(edit) @71736   7 years vboxsync DevHDA: Use hdaR3 as prefix for ring-3 only methods to make it less …
(edit) @71735   7 years vboxsync DevHDACommon.cpp: The two hdaProcessInterrupt() prototypes was …
(edit) @71734   7 years vboxsync DevHDACommon: Added review comment on some inexplicable code in …
(edit) @71733   7 years vboxsync HDAStreamPeriod.cpp: No point in hdaStreamPeriodCreate returning …
(edit) @71730   7 years vboxsync no need for flowerboxes in headers
(edit) @71727   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71726   7 years vboxsync DevHDA.cpp: build fix and more logging.
(edit) @71725   7 years vboxsync DevHDA: Enabled ring-0 and raw-mode MMIO handling.
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