
Fixed Trim, so negative values works as documented.Fixed bug in RGB32 GreyScale, when with not divideable with 2.Fixed potential crashbug in Resize - real fix instead of previous hack.Added check for invalid frame 0 (mostly seen in SegmentedAviSource()).AviSource always returns last valid frame on decompression errors.Better parameter checks on Crop() and LetterBox().Segmented AVI's automatically skip these segments, and will NOT return an error. AVI files, that contains an invalid first frame are now rejected - there is no way of handling this situation gracefully.ChangeFPS() now changes the framecount (thanks to Xesdeeni).Better rounding precision in BicubicResize/BilinearResize.Optimizations to YUY2 BicubicResize/BilinearResize.Made forward seeking fallback code in DirectShowSource files - it will not freeze anymore, just be very slow, since it has to decode all inbetween frames!.Default alignment is now 16 bytes, which should be faster on P4.This will slow seeking down considerably, but is very useful when using Trim() for instance. Added EnsureVBRMP3Sync(clip), to avoid desync of VBR-compressed mp3-soundtrack.Added optional left and right parameters to Letterbox - parameters are placed after the existing to preserve compatibility.Added optional pixel_type parameter to AVISource and siblings to force a decompression format (YUY2, RGB32 or RGB24).New ResetMask() filter: sets the mask to "all-opaque" (RGB32 only).Added LanczosResize which uses the Lanczos3 algorithm - it provides better quality than BicubicResize in many cases.Crashbug in ResampleAudio(), if no audio was present.Exist(filename) was not present in 2.07.Fixed crash if AVI file could not be opened - also affected segmented sources.This will show the maximum amplification possible without distortions. Added "show=true" as optional parameter to Normalize.Fixed crash on resize on rare occasions.Only scripts with the "avsi" extension is autoincluded in the plugins directory.Hopefully fixed AviSource bug with decompressing keyframes.

Updated installer - add icon and optional assiciation for ".avs" files.
