This is bicubic filter for directshow. It works in YUY2 mode only. Bicubic code 
was taken from avisynth 1.0 beta 5. I made this filter because i wanted mpeg-1 
and other low resolution video to look better and sharper with my G450 dualhead. 
Some standalone dvd players allready do bicubic resizing like most pioneer 
models. I own pioneer 525 and that gave me the idea because i was usually 
burning vcd's to watch them so i could watch them with better in quality but now 
i don't have to burn anything anymore just watch them with my g450. But test it 
your self to see how much better and sharper low resoltion videos look :) Usage 
is simple put bicubic_resizer.ax to your system32 dir in win2000 or xp and put 
those bat files anywhere you want then just click reg_bicubic.bat to register 
the filter it will autoload so if you don't want to use it just click 
unreg_bicubic.bat to unregister it so it won't autoload. Use mediaplayer 6.4 or 
similar to get properties from filter it has resolutution setting and bicubic 
setting. I find setting b = 0 and c = 1.0 quite good (default). Those are 
exactly same setting as in avisynth but i don't know that much about bicubic 
algorythm so you'll be better off asking someone else about them but higher the 
c is sharper the picture is b = 0 and c = 1.5 might be better for really blurry 
material. And anyone knows what flip picture setting is. And you need allways to 
press save buttong to save your settings. Only flipping works in realtime other 
setting only start working as soon as you load the next file. 

      Wanton

P.S. And no i'm not Maxwell Sayles that was just left there by accident because i used
     imedia's shitty resizer filter as template for my code actually there isn't much
     left of it but i forgot remove the name from it :( And i'll look what that guy
     fixed in 1.2.1 and some things are are allready fixed and more like this filter
     not working with all the codecs like mpeg-2 decoding filter from powerdvd 4.0.
     So expect new version soon.


History:

- Version 1.3

 Added Cropping and Aspect ratio setting.

 Note: New cropping is really good when you have widescreen tv or 16:9 button if you want
       to watch letterboxed material example vcd or svcds. You can crop them and resize
       to 16:9. When cropping and using 16:9 you need crop atleast one fourth of height
       to get correct aspect ratio in 16:9 output example 352x240 you need to crop top and
       bottom combined atleast 60 pixels and for 352x288 you need to crop atleast 72 pixels.