[MPlayer-dev-eng] libavcodec/ffodivx bugs?

Michael Niedermayer michaelni at gmx.at
Fri Aug 2 19:14:26 CEST 2002


Hi

On Friday 02 August 2002 18:14, Arpi wrote:
> Hi,
>
> > > > > i thought i fixed that one ... it works fine here ...
> > > >
> > > > then please commit the fix :)
> > > >
> > > > at least it's bad with up-to-minute cvs for me
> > >
> > > hmm very very strange its ok here with my upto minute cvs (from cvs -z3
> > > update -ACRd) and cvs -z3 diff -u shows no differences either ??!?
> > > hmm hmmm hmmmmmm ;)
> >
> > what cpu (i'm testing on p4, runtime det disabled)?
p3 and old celeron

> > maybe it's bad since the tricky edge-emu support?
>
> i've checked with SIMPLE_IDCT undefined, same result.
>
> sample output images (-vo png) uploaded:
>  /incoming/numbers-bug/ff-00000007.png  (-vc ffodivx)
>  /incoming/numbers-bug/dx5-00000007.png (-vc odivx using divx5linux)
oooooops, there was another (much more vissible bug) in this file and that was 
fixed, so i thought its ok now, sorry ill fix this ASAP

>
> how can i disable the edge-emu?
in vd_ffmeg.c-------------------
#if LIBAVCODEC_BUILD > 4615
    if(lavc_codec->capabilities&CODEC_CAP_DR1)
+	ctx->do_dr1=0;
-	ctx->do_dr1=1;
#endif
--------------------------------
it doenst help though

[...]

Michael



More information about the MPlayer-dev-eng mailing list