BASS_DSHOW VideoLibrary current version: 1.2.2
Home Page:
http://surodev.com/?page_id=144 Prices :
http://surodev.com/?page_id=90 --------- 12 January 2012 ---------
BASS_DSHOW release
Download x86 :
http://surodev.com/downloads/BASS_DSHOW.zip Download x64 :
http://surodev.com/downloads/BASS_DSHOW(x64).zip -------------------------------------------------
+added CallBackStreamEnumerator callback
+added xVideo_ChannelEnumerateStreams function
+added xVideo_ChannelEnableStream function
+added xVideo_ChannelGetStream function
+added xVideo_ChannelStreamsCount function
+added xVideo_STREAMS structure
+added xVideo_ChannelCallBackSync function. Used to retrieve some syncs via callback
+added CallBackSync callback. Used with xVideo_ChannelCallBackSync function
+added xVideo_SYNC_XXX flags. Used with xVideo_ChannelCallBackSync function
+fixed some DVD issues when using xVideo_STREAM_AUTODVD flag
+fixed bug when setting video alpha to mixing channels
+ability to retrieve FFT audio Data
+added xVideo_DATA_FFT256, xVideo_DATA_FFT512 , xVideo_DATA_FFT1024 flags
+fixed bug to Tempo FX when changing audio format type
+fixed bug when retrieving floating point audio data
+added HDVP type and DVPPROC callback
+added xVideo_TYPE_XXX flags(used in a DVPPROC)
+added xVideo_STREAM_VIDEOPROC flag
+added xVideo_ChannelSetDVP function
+added xVideo_ChannelRemoveDVP function
+modified xVideo_STREAM_LOOP, xVideo_STREAM_AUTODVD, xVideo_NOAUDIO_PROC, xVideo_STREAM_MIX values
+updated documentation
New Changes
+added xVideo_NOAUDIO_PROC: used at stream creation to disable audio processor
+added function xVideo_StreamCreateFilter: create a channel with a user custom source filter
+improvements to the audio tempo/pitch
+get retrieve realtime audio data(usefull for audio visualizations)
+added xVideo_DATA_FLOAT flag: used with xVideo_ChannelGetData function to retrieve floating point audio data
+added xVideo_LoadPluginDS function: now directshow plugins can be added by user
+added xVideo_Register function: use this function to register xVideo
+added xVideo_VCamStreamChannel function: stream video from a channel to the xVirtual-Cam
+added xVideo_VCamPush function: stream user video data to the xVirtual-Cam
+Nag Message to unregistered xVideo
+added xVideo_INVALIDREG and xVideo_ALREADYREGISTERED error codes
+added xVideo_STREAM_AUTODVD on xVideo_StreamCreateDVD
+added xVideo_STREAM_LOOP to StreamCreation functions