[Mplayer-cvslog] CVS: main/libmpcodecs vf_fil.c,NONE,1.1 Makefile,1.109,1.110 vf.c,1.92,1.93
Michael Niedermayer
michaelni at gmx.at
Thu Oct 23 22:41:41 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_fil.c,NONE,1.1 Makefile,1.109,1.110 vf.c,1.92,1.93
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_fil.c,NONE,1.1 Makefile,1.109,1.110 vf.c,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi
On Thursday 23 October 2003 22:05, D Richard Felker III wrote:
> On Wed, Oct 22, 2003 at 11:22:29PM +0200, Michael Niedermayer CVS wrote:
> > Update of /cvsroot/mplayer/main/libmpcodecs
> > In directory mail:/var/tmp.root/cvs-serv14387
> >
> > Modified Files:
> > Makefile vf.c
> > Added Files:
> > vf_fil.c
> > Log Message:
> > fast deinterleaver (= il filter with stride/width/height tricks)
>
> Huh? This code looks totally broken.
yes, its not strictly correct, (it needs to know the stride during config()
...)
> Duplicating the il filter is not
> possible with just stride arithmetic.
not exactly, but something very similar is
> It looks to me like you're
> trying to duplicate the tfields and tinterlace filters, but not doing
huh?!
> it correctly... At least explain what the code is supposed to do...
ok
input -> (vf fil)
1111111 1111111XX2222222
2222222 3333333XX4444444
3333333
4444444
<- (vf fil=i)
the XX is whatever is between width and stride/bpp
so fil splits the fields and puts them left-right instead of top-bottom
[...]
--
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
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_fil.c,NONE,1.1 Makefile,1.109,1.110 vf.c,1.92,1.93
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_fil.c,NONE,1.1 Makefile,1.109,1.110 vf.c,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list