inputdrv_whatsnew - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
What's new in the input driver API
- 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.
-
IVDXStreamSourceV3
has been added to expose additional stream information. - True VBR audio can now be exposed via the
kFlagVariableSizeSamples
flag on theVDXStreamSourceInfoV3
flags field. - The plugin can now defer to the host for a video decoder by
returning
false
fromCreateVideoDecoder()
.
Many bug fixes to VirtualDub's implementation. It is recommended that both hosts and filters alike target API V2 as the minimum version.
First version.
Copyright (C) 2007-2012 Avery Lee.