[MPlayer-dev-eng] [PATCH] video filter 2d denoiser

Michael Niedermayer michaelni at gmx.at
Wed Sep 10 18:06:35 CEST 2003


Hi

On Wednesday 10 September 2003 16:14, Михаил Байков wrote:
> Hi all!
>
> I wrote very nice 2d video denoiser filter, but there`s one question with
> it.
hmm, this seems to be the same algorithm as the vf_sab filter, with some 
interresting additions and mmx optimizations, maybe it would be better to add 
these to vf_sab.c

it also seems to be very buggy
* the second while loop in scanCW doesnt look right
* pass=range is missing before the second loop in scanC & scanCW and there 
seems to be no check against acessing pixels prior and after the image
* it seems the filter is simply applied to 0..height*stride, this isnt really 
good, it shouldnt write to pixels outside the w*h rectangle
...

[...]
-- 
Michael
level[i]= get_vlc(); i+=get_vlc();		(violates patent EP0266049)
median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]);	(violates patent #5,905,535)
buf[i]= qp - buf[i-1];				(violates patent #?)
for more examples, see http://mplayerhq.hu/~michael/patent.html
stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en



More information about the MPlayer-dev-eng mailing list