changeset 6391:4e5c236ade69

small updates using CSS now
author gabucino
date Wed, 12 Jun 2002 09:14:08 +0000
parents e2a5d7b501ff
children d22870b5fc95
files DOCS/bugreports.html DOCS/cd-dvd.html DOCS/codecs.html DOCS/documentation.html DOCS/encoding.html DOCS/faq.html DOCS/formats.html DOCS/sound.html DOCS/users_against_developers.html DOCS/video.html
diffstat 10 files changed, 54 insertions(+), 82 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/bugreports.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/bugreports.html	Wed Jun 12 09:14:08 2002 +0000
@@ -2,11 +2,7 @@
 <HTML>
 
 <HEAD>
-<STYLE TYPE="text/css">
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>
--- a/DOCS/cd-dvd.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/cd-dvd.html	Wed Jun 12 09:14:08 2002 +0000
@@ -2,11 +2,7 @@
 <HTML>
 
 <HEAD>
-<STYLE>
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>
--- a/DOCS/codecs.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/codecs.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE>
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=WHITE>
@@ -111,7 +107,7 @@
 <A HREF="http://ffmpeg.sourceforge.net">FFmpeg</A> contains an
 <B>open source</B> DivX codec, which is compatible with the traditional DivX.
 <B>MPlayer</B> supports this codec, making it possible to <B>watch
-DivX/DivX4/DivX5/MP42 movies on non-x86 platforms</B>. Furthermore it offers higher
+DivX/DivX4/DivX5/MP41/MP42 movies on non-x86 platforms</B>. Furthermore it offers higher
 decoding speed than the Win32 codecs or the original
 DivX4 library!</P>
 
@@ -340,11 +336,16 @@
 
 <P><B><A NAME=2.2.2.5>2.2.2.5.  RealAudio</A></B></P>
 
-<P>Currently the only supported one is the DNET codec. Actually it is a
-low-bitrate version of the well known AC3 codec. It can be found in both
-old and new RealMedia movies.</P>
+<P><B>MPlayer</B> supports decoding all versions of RealAudio:
+  <UL>
+    <LI>RealAudio DNET - decoding supported by <B>libavcodec</B></LI>
+    <LI>RealAudio Cook - decoding supported by <B>RealPlayer libraries</B></LI>
+    <LI>RealAudio Sipro - decoding supported by <B>RealPlayer libraries</B></LI>
+  </UL>
+</P>
 
-<P>RealAudio libraries from RealPlayer can't be used right now.</P>
+<P>On how to install RealPlayer libraries, see the
+  <A HREF="formats.html#2.1.1.7">RealMedia file format</A> section.</P>
 
 
 <P><B><A NAME=2.2.3>2.2.3. Win32 codec importing HOWTO</A></B></P>
--- a/DOCS/documentation.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/documentation.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE TYPE="text/css">
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=WHITE>
@@ -435,11 +431,11 @@
 <P><B><I>CODECS</I></B></P>
 
 <UL>
-<LI><B>libavcodec</B> : If you want to use this DivX3/DivX4/DivX5/MP42/etc
+<LI><B>libavcodec</B> : If you want to use this DivX3/DivX4/DivX5/MP41/MP42/etc
 codec, check the
 <A HREF="codecs.html#2.2.1.2">2.2.1.2</A> section before compiling. Features :<BR>
 <UL>
-  <LI>you can <B>gain <I>DivX/DivX4/DivX5/MP42</I> playing on non-x86
+  <LI>you can <B>gain <I>DivX/DivX4/DivX5/MP41/MP42</I> playing on non-x86
     machines</B></LI>
   <LI>RealVideo 1.0/VIVO/MJPEG/h263/others playing and encoding</LI>
   <LI>this codec has the <B>greatest decoding speed</B> for DivX and DivX4/DivX5
@@ -457,7 +453,7 @@
 <UL>
   <LI>you need this if you want to play or encode for example movies recorded
   with various hardware compressors, like tuner cards, digital cameras (example: DV, ATI VCR, MJPEG)</LI>
-  <LI>needed if you want to play <B>WMV movies</B> or older (MP42) ASF's</LI>
+  <LI>needed if you want to play <B>WMV movies</B> or older (MP41/MP42) ASF's</LI>
 </UL>
 </LI>
 
@@ -515,27 +511,30 @@
 
 <P>
 <UL>
-<LI><B>Matrox G200/G400/G450/G550 cards</B> : please see the <A HREF="video.html#2.3.1.7">mga_vid</A>
-section in order to gain big speedup. It is important to do these steps
-<I>before</I> compiling <B>MPlayer</B>, otherwise no Matrox-specific support will be
-built. Also check out the <A HREF="video.html#2.3.1.A.1">Matrox TV-out</A>
-section. <U><B>If you are non-Linux user</B></U>, read <A HREF="video.html#2.3.1.15">Vidix</A>
-documentation !</LI>
-
-<LI><B>3Dfx Voodoo3/Banshee cards</B> : please see the <A
-HREF="video.html#2.3.1.9">2.3.1.9</A> section in order to gain big speedup. It
-is important to do these steps <I>before</I> compiling <B>MPlayer</B>,
-otherwise no 3Dfx support will be built. Also see the <A HREF="video.html#2.3.1.A.3">3dfx
-TV out section</A>. If you use X, use at least 4.2.0, as 3dfx Xv driver was
-broken in 4.1.0, and earlier releases!</LI>
-
-<LI><B>ATI cards</B> : see the <A HREF="video.html#2.3.1.A.2">ATI cards
-section</A> of the TV-out documentation, to know what features of your card is
-supported under Linux/MPlayer. If you have a <B>Radeon</B>, <B>Rage128</B>
-or <B>Mach64</B> (Rage XL/Mobility, Xpert98) card, we have a
-<B>Vidix</B> driver for you, with optional TV out ! Check <A
-HREF="video.html#2.3.1.14">this</A> section ! <U><B>If you are non-Linux
-user</B></U>, read <A HREF="video.html#2.3.1.15">Vidix</A> documentation !</LI>
+<LI><B>Matrox G200/G400/G450/G550 cards</B> : although a
+  <A HREF="video.html#2.3.1.9">Vidix driver</A> is provided, it is recommended
+  to use the old mga_vid kernel module instead, for it works much better.
+  Please see the <A HREF="video.html#2.3.1.7">mga_vid</A> section about its
+  installation and usage. It is important to do these steps <I>before</I>
+  compiling <B>MPlayer</B>, otherwise no mga_vid support will be built. Also
+  check out the <A HREF="video.html#2.3.1.A.1">Matrox TV-out</A> section.
+  <U><B>If you are non-Linux user</B></U>, your only possibility is the Vidix
+  driver: read <A HREF="video.html#2.3.1.15">Vidix</A> documentation !</LI>
+
+<LI><B>3Dfx Voodoo3/Banshee cards</B> : please see the
+  <A HREF="video.html#2.3.1.9">2.3.1.9</A> section in order to gain big
+  speedup. It is important to do these steps <I>before</I> compiling
+  <B>MPlayer</B>, otherwise no 3Dfx support will be built. Also see the <A
+  HREF="video.html#2.3.1.A.3">3dfx TV-out section</A>. If you use X, use at
+  least 4.2.0, as 3dfx Xv driver was broken in 4.1.0, and earlier
+  releases!</LI>
+
+<LI><B>ATI cards</B> : <A HREF="video.html#2.3.1.14">Vidix driver</A> is
+  provided for the following cards:
+  <B>Radeon</B>, <B>Rage128</B>, <B>Mach64</B> (Rage XL/Mobility, Xpert98).
+  Also see the <A HREF="video.html#2.3.1.A.2">ATI cards
+  section</A> of the TV-out documentation, to know if you card's TV-out is
+  supported under Linux/MPlayer.</LI>
 
 <LI><B>S3 cards</B> : the Savage and Virge/DX chips have hardware acceleration. Use as
 new XFree86 version as possible, older drivers are buggy. Savage chips
@@ -547,9 +546,13 @@
 <A HREF="users_against_developers.html#nvidia">different opinion</A>!).
 Nvidia's cards have very cheap and bad
 quality chips. Moreover, <U>the built-in Nvidia driver in XFree86 doesn't
-contain support for hardware YUV acceleration for all NVidia cards !</U> You have to download
-Nvidia's closed-source drivers from nvidia.com . See details in <A
-HREF="video.html#2.3.1.2.3">Nvidia Xv driver</A> section.</LI>
+contain support for hardware YUV acceleration for all NVidia cards !</U>
+You have to download Nvidia's closed-source drivers from nvidia.com. See
+details in <A HREF="video.html#2.3.1.2.3">Nvidia Xv driver</A> section.</LI>
+
+<LI><B>3DLabs GLINT R3 and Permedia3</B> : a Vidix driver is provided
+  (pm3_vid). Please see the <A HREF="video.html#2.3.1.15">Vidix
+  instructions</A>.</LI>
 
 <LI><B>other cards</B> : none of the above?
   <UL>
--- a/DOCS/encoding.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/encoding.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE>
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>
--- a/DOCS/faq.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/faq.html	Wed Jun 12 09:14:08 2002 +0000
@@ -2,11 +2,7 @@
 <HTML>
 
 <HEAD>
-<STYLE TYPE="text/css">
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>
--- a/DOCS/formats.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/formats.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE>
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=WHITE>
--- a/DOCS/sound.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/sound.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE TYPE="text/css">
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>
--- a/DOCS/users_against_developers.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/users_against_developers.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE>
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>
--- a/DOCS/video.html	Wed Jun 12 09:13:36 2002 +0000
+++ b/DOCS/video.html	Wed Jun 12 09:14:08 2002 +0000
@@ -1,11 +1,7 @@
 <HTML>
 
 <HEAD>
-<STYLE TYPE="text/css">
-	.text
-		{font-family	:	Verdana, Arial, Helvetica, sans-serif;
-		font-size	:	14px;}
-</STYLE>
+  <LINK REL="stylesheet" TYPE="text/css" HREF="default.css">
 </HEAD>
 
 <BODY BGCOLOR=white>