ENVIRONMENT CHANGES and UPDATES
Update to SoundTouch 1.9.0(Wilbert+IanB).
Update to DevIL 1.7.8
TCPDeliver update to zlib 1.2.8 and lzo-2.09.
TCPDeliver complete Klaus's last work for 2.6 API.
Updated 2.6.1 VC6 build scripts.
Initial 2.6.1 VC2005 build scripts.
DirectShowSource add BaseClasses project to Avisynth solution.
MSVC 2008 Express project and solution files.
Experiment with 2K8 SSE2 build.
CODE CHANGES
Add offset parameter to conditional functions(Wilbert).
Replace convert_a.asm for yuy2 to rgb.
Redo SEH exception handling code.
VirtualQuery/GetModuleFileName + Trap on Invoke(SEt).
Use LoadLibraryEx/LOAD_WITH_ALTERED_SEARCH_PATH for plugins.
Use GetVarDef() extensivly.
Handle exceptions from DevIL.dll now being delay loaded.
Explicitly catch stray std::bad_alloc and report.
BUGFIXES
Supereq gain arguments can only be int, enforce it.
Fix handle leak with "Exists"(SEt)
Fix VDub plugin race on cleanup
Fix TCPDeliver crash with bad hostnames.
Fix ShowSMPTE non-integer fps message not being thrown (raffriff42).
Fix avisynth_c plane=0. Default params are not allowed in plain C.
Fix MergeLuma allow any Planar test(Wilbert).
Remove redundant self class spec from definition(Wilbert).
ENHANCMENTS
Evaluate Invert arguments once in Constructor not every GetFrame, Doh!
Move matrix decision into Convert constructor, overcome exceed cacheline.
BUILD CHANGES
Remove msvcP*.dll dependances.
Add AsFloatF(), compiler sugar!
Move to /W4 compiler warnings.
isolate void BitBlt(...) & long GetGPUFlags() functions.
Add VDCall as __cdecl to VDub api calls
Add __cdecl declaration to all api calls(SEt).
Code cleanup(SEt).
Improve precompiled header usage.
Use #pragma comment to control link options.
Turn off RuntimeTypeInfo for the rest of the solution.
Patch BaseClasses to avoid ATL/MFC dependance.
Add build environment tags to various filenames and values.
Amend template AVS_BUILD strings.
Link with nothrownew.obj
Remove writable system32\avisynth.dll dependency.
Dodge 2005-2015 compiler bug with nested try/catch
Fix missing advapi32.lib for debug builds.