[XviD-devel] XVID_DEC_LOWDELAY not specified in latest CVS snapshot (xvid_20021218)

Frodo xvid-devel@xvid.org
Wed, 18 Dec 2002 09:37:43 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C2A679.1D6ECED0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I'm trying to get the latest xvidcore 2 work with the latest mplayer
I've downloaded the latest CVS snapshot (20021218) from www.xvid.org

however there seems 2b a problem. MPlayer uses some xvid_decore() flags:
#ifdef XVID_API_UNSTABLE
  dec.general |=3D XVID_DEC_LOWDELAY;
  dec.general |=3D XVID_DEC_DEBLOCKY;
  dec.general |=3D XVID_DEC_DEBLOCKUV;
#endif

but these flags aren't specified in the latest xvid.h and don't after =
scanning all the files it doesn't look like the xvidcore uses them =
anywhere???

another question I got is about fdct_mmx.asm & idct_mmx.asm
these file contain the following lines:

%ifdef FORMAT_COFF
SECTION .data data
%else
SECTION .data data align=3D64
%endif

I'm using xvidcore as a static lib and the align=3D64 gives a linker =
problem for me. After removing the align=3D64 it works, but is this =
safe? or is there another way?



Frodo

------=_NextPart_000_0011_01C2A679.1D6ECED0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2722.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'm trying to get the latest xvidcore 2 =
work with=20
the latest mplayer</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I've downloaded the latest&nbsp;CVS =
snapshot=20
(20021218) from <A =
href=3D"http://www.xvid.org">www.xvid.org</A></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>however there seems 2b a problem. =
</FONT><FONT=20
face=3DArial size=3D2>MPlayer uses some xvid_decore() =
flags:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>#ifdef XVID_API_UNSTABLE<BR>&nbsp; =
dec.general |=3D=20
XVID_DEC_LOWDELAY;<BR>&nbsp; dec.general |=3D =
XVID_DEC_DEBLOCKY;<BR>&nbsp;=20
dec.general |=3D XVID_DEC_DEBLOCKUV;<BR>#endif<BR></FONT><FONT =
face=3DArial=20
size=3D2></DIV></FONT>
<DIV><FONT face=3DArial size=3D2>but these flags aren't specified in the =
latest=20
xvid.h and don't after scanning all the files it doesn't look like the =
xvidcore=20
uses them anywhere???</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>another question I got is about =
fdct_mmx.asm &amp;=20
idct_mmx.asm</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>these file contain the following=20
lines:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>%ifdef FORMAT_COFF<BR>SECTION .data =

data<BR>%else<BR>SECTION .data data align=3D64<BR>%endif</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I'm using xvidcore as a static lib and =
the align=3D64=20
gives a linker problem for me. After removing the align=3D64 it works, =
but is this=20
safe? or is there another way?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Frodo</DIV></FONT></BODY></HTML>

------=_NextPart_000_0011_01C2A679.1D6ECED0--