Version 3.0 (09 January 2012 released)
- added allow use VMR 7 or VMR9 Renderer, some computer cannot use VMR9 Renderer, so use VMR7 Renderer feature is useful.
- added AVCHD decoder support .mts, .m2t extension.
- added digital signed for ocx and exectuable of installer files.
- added c# 2010 and vb.net 2010 samples and fixed cannot run on 64 bit OS issue.
- added UseVMR9 property.
Version 2.5 (22 July 2011 released)
- added support playback streaming MP4, MOV video from URL, get the buffered percentage, file size, available data, download rate information. (need purchased streaming MP4, MOV plug-in)
- added support get the Video/Audio Information, e.g. Video bitrate, Audio bitrate, Audio Channels, Audio Sample Rate, Frame rate, Video Width, Video Height, Container Name, Video Codec Name, Audio Codec Name, Number of video stream and audio stream information.
- Fixed cannot playback some F4V video and it seem have slow motion issue.
- added AudioBitrate, AudioChannels, AudioSampleRate, AudioStreamCount, AudioStreamFormat, MediaContainerName, VideoBitrate, VideoStreamCount, VideoStreamFormat properties.
- added StreamingAutoPlayAfterBuffered, StreamingGetDownloadedSize, StreamingGetFileSize, StreamingLoadFromURL, StreamingPause, StreamingPlay, StreamingSetPos, StreamingStop methods.
- added OnStreamingBuffered, OnStreamingErrorMsg, OnStreamingStatus events.
Version 2.0 (12 Dec 2010 released)
- added support select specific decoder or filter some decoder (A user might install several decoders that are capable of decoding a particular file), you may add specific decoder to blacklist or whitelist. In past, the user may not playback some media file when multiple decoders are available, because windows uses the Intelligent Connect algorithm to select the decoder.
- Support list all filters for current graph.
- Support list all third party decoder available for particular file. This information is useful when some media file cannot playback correctly.
- added allow unload the video, clear the screen.
- added DecoderAdd2BlackList, DecoderAdd2WhiteList, DecoderClearBlackList, DecoderClearWhiteList, GetCurGraphFilterName, GetThirdPartyDecoderCount, GetThirdPartyDecoderName, GetDecoderFilterType methods.
- added unloadfile method.
- added DecoderFilterType, UseDecoderFilter properties.
Version 1.5 (27 July 2010 released)
- fixed playback m4v file cannot hearing the audio issue.
- updated f4v, flv decoder, fixed cannot playback some f4v, flv files issue.
- added allow select audio stream when playback multi-language or karaoke vob or mpeg2 file.
- added allow list all streams for vob or mpeg2 file.
- added allow use microsoft wmv parser, it may solved cannot playback some wmv file issue.
- added UseMsWMVParser property.
- added VOBGetStreamCount, VOBGetStreamName, VOBSelectStream methods.
- updated samples.
Version 1.2 (23 May 2010 released)
- fixed load mp3 file, it cannot return correct duration issue.
- improved playback CDG file, cannot hear the audio issue when installed third party karaoke CDG filter.
Version 1.0 (13 Feb 2010 released)
- Support Audio effects,including ParamEq, WavesReverb, Gargle, Compressor, Distortion, Echo, I3DL2Reverb, Flanger, Chorus.
- Support dual display feature, the video will display full screen in monitor 2.