STMedianFilter - SpacioTemporal Median Filter for Avisynth 2.5
Copyright (C) 2002 Tom Barry
Bug fixed version.
Copyright (c)2004-2005 A.G.Balakhnin aka Fizick
STMedianFilter is a (slightly motion compensated) spatial/temporal median filter.
Some time ago I fixed some bugs in this well-known filter.
Now I temporary release it here, until Tom update his site.
FILE LOCATIONS
Original versions:
For now, both source, readme, and DLL should be at:
www.trbarry.com/STMedianFilter.zip
Updated version should temporary be at Fizick's site
Download STMedianFilter v.0.1.0.3
CHANGE LOG:
2004/08/19 v.0.1.0.3
by Fizick, released 2005/01/30
Fixed bug with spatial filter radius for YV12
2004/08/10 V 0.1.0.2
by Fizick - not public
Fix one main bug (for both YUY2 and YV12 modes):
in all previous versions light pixels were not filtered,
both S_EdgeThreshHold and T_MotionThreshHold did not work also.
2003/06/22 V 0.1.0.1
Fix bug affecting YV12 only
2003/01/22 V 0.1.0.0
Remove chroma filtering again. Add YV12 support. Use
Pluginit2
Also remove Horizontal parms, add them to spatial.
Hopefully fix purple tint.
2002/08/03 V 0.0.3.0
Add some chroma filtering
2002/08/03 V 0.0.2.0
Bugs, Split out spatial, Temporal, Horizontal user parms
2002/08/02 V 0.0.1.0
Initial test release
***************
LICENSE
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
***************