comparison DOCS/faq.html @ 1785:5bf17e98893a

*** empty log message ***
author gabucino
date Thu, 30 Aug 2001 20:52:02 +0000
parents 6ad9ce536cf9
children ff547d7d4ab3
comparison
equal deleted inserted replaced
1784:e9ea2e9cf854 1785:5bf17e98893a
97 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 97 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
98 What about DGA driver? I can't find it!!! 98 What about DGA driver? I can't find it!!!
99 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 99 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
100 ./configure autodetects your DGA driver. If -vo help doesn't show 100 ./configure autodetects your DGA driver. If -vo help doesn't show
101 DGA, then there's a problem with your X installation. 101 DGA, then there's a problem with your X installation.
102 Try ./configure --enable-dga (and RTFM) 102 Try ./configure --enable-dga (and RTFM)
103 Alternatively, try SDL's DGA driver with '-vo sdl:dga' options. 103 Alternatively, try SDL's DGA driver with '-vo sdl:dga' options.
104 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 104 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
105 105
106 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 106 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
107 I can't compile SVGAlib.. I'm using 2.3/2.4 kernel. 107 I can't compile SVGAlib.. I'm using 2.3/2.4 kernel.
125 125
126 <TD COLSPAN=3><B><A NAME=5.2>5.2. General questions</A></B> 126 <TD COLSPAN=3><B><A NAME=5.2>5.2. General questions</A></B>
127 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 127 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
128 128
129 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 129 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
130 What about DVD playing ? 130 What about DVD playing ?
131 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 131 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
132 Read the CD/DVD section . 132 Read the CD/DVD section .
133 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR> 133 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
134 134
135 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 135 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
234 234
235 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 235 <TD></TD><TD VALIGN=top>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
236 What exactly is this libavcodec? 236 What exactly is this libavcodec?
237 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 237 </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
238 It's from Gerard Lantau's ffmpeg package (http://ffmpeg.sourceforge.net). 238 It's from Gerard Lantau's ffmpeg package (http://ffmpeg.sourceforge.net).
239 It has C language DivX ;-) and OpenDivX alpha 47 codec. Some benchmarks 239 It has C language DivX ;-) and OpenDivX alpha 47 codec. Some benchmarks
240 showed that its DivX seems to be even faster than DirectShow codec without 240 showed that its DivX seems to be even faster than DirectShow codec without
241 preprocessing, and only a few percent slower than ProjectMayo's DivX4 241 preprocessing, and only a few percent slower than ProjectMayo's DivX4
242 decoder. It uses YV12 pixel format, so old Voodoo users can use it for YUV. 242 decoder. It uses YV12 pixel format, so old Voodoo users can use it for YUV.
243 Also, open the possibility to play DivX on virtually every computer that 243 Also, open the possibility to play DivX on virtually every computer that
244 has a C compiler. Kinda great stuff, isn't it? 244 has a C compiler. Kinda great stuff, isn't it?