[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.127,1.128
Michael Niedermayer
michaelni at gmx.at
Wed Aug 11 13:02:30 CEST 2004
Hi
On Wednesday 28 July 2004 02:23, Diego Biurrun wrote:
> Michael Niedermayer CVS writes:
> > @@ -111,6 +113,8 @@
> > {"vstats", &lavc_param_vstats, CONF_TYPE_FLAG, 0, 0, 1, NULL},
> > {"debug", &lavc_param_debug, CONF_TYPE_INT, CONF_RANGE, 0, 9999999,
> > NULL}, {"vismv", &lavc_param_vismv, CONF_TYPE_INT, CONF_RANGE, 0,
> > 9999999, NULL}, + {"st", &lavc_param_skip_top, CONF_TYPE_INT, CONF_RANGE,
> > 0, 999, NULL}, + {"sb", &lavc_param_skip_bottom, CONF_TYPE_INT,
> > CONF_RANGE, 0, 999, NULL},
>
> Could you please document the st, sb
skips decoding of the given number of macroblock rows, works only with mpeg2
> and vstats lavd options?
some statistics, printed and stored in a vstats_*.log file
[...]
--
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-cvslog
mailing list