[Mplayer-cvslog] CVS: main/postproc swscale.c,1.122,1.123 swscale-example.c,1.1,1.2 swscale.h,1.28,1.29

Michael Niedermayer michaelni at gmx.at
Fri Apr 25 11:57:14 CEST 2003


Hi

On Friday 25 April 2003 11:28, Milan Cutka wrote:
> MN> Hi
>
> MN> On Friday 25 April 2003 00:03, Arpi wrote:
> >> Hi,
> >>
> >> > Update of /cvsroot/mplayer/main/postproc
> >> > In directory mail:/var/tmp.root/cvs-serv5716/postproc
> >> >
> >> > Modified Files:
> >> >     swscale.c swscale-example.c swscale.h
> >> > Log Message:
> >> > removing sws - global verbose var dependancy
> >> > removing sws - cpudetect dependancy (note rgb2rgb still needs it)
> >> > moving mplayer specific stuff from swscale.c -> vf_scale.c
>
> Michael, could you please leave the gaussian blurring and sharpening
> calculation routines in swscale? I'm using these options in ffdshow
> and IMHO it would be better to be able to control them by setting some
> parameters when calling sws_getContextFromCmdLine than by modifying
> global variables. Same applies to sws_flags.
ok, ill add a sws_getDefaultFilter(SwsFilter *filter, foat lumaBlur, float 
lumaSharpen, ..., int verbose)
the resulting SwsFilter can then be passed to sws_getContext()

[...]

-- 
Michael
screen[y][x] ^= cursor[cy][cx];			(violates patent #4,197,590)
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-cvslog mailing list