xVideo Changelog

What's new in xVideo 1.2.2

Dec 29, 2011
  • 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 in xVideo 1.2.1 (Dec 14, 2011)

  • 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

New in xVideo 1.2 (Nov 15, 2011)

  • Playing files from memory
  • User file handling capability
  • Mix multiple videos and control then independently
  • Video color controls (only with VMR9 renderers)
  • Overlaying images over video
  • Now the number of new video windows that can be added to a channel is limited only by computers hardware
  • Plugins support: new version have implemented a new plugin manager that will allow loading new extensions
  • Many bugs fixed