Skip to content

inputdrv_whatsnew

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

What's new in the input driver API

API version 4 (VirtualDub 1.10.1)

  • Input drivers can now indicate that they have no external options dialog. This prevents silent failure when attempting to open a file with the "show external options dialog" checkbox set. See VDXInputDriverDefinition for details.

API version 3 (VirtualDub 1.8.0)

  • IVDXStreamSourceV3 has been added to expose additional stream information.
  • True VBR audio can now be exposed via the kFlagVariableSizeSamples flag on the VDXStreamSourceInfoV3 flags field.
  • The plugin can now defer to the host for a video decoder by returning false from CreateVideoDecoder().

API version 2 (VirtualDub 1.7.5)

Many bug fixes to VirtualDub's implementation. It is recommended that both hosts and filters alike target API V2 as the minimum version.

API version 1 (VirtualDub 1.7.4)

First version.


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally