[MPlayer-DOCS] r27843 - in trunk/DOCS/xml/en: codecs.xml documentation.xml encoding-guide.xml mencoder.xml

diego subversion at mplayerhq.hu
Wed Oct 29 00:27:54 CET 2008


Author: diego
Date: Wed Oct 29 00:27:54 2008
New Revision: 27843

Log:
Remove useless FFmpeg codec section.


Modified:
   trunk/DOCS/xml/en/codecs.xml
   trunk/DOCS/xml/en/documentation.xml
   trunk/DOCS/xml/en/encoding-guide.xml
   trunk/DOCS/xml/en/mencoder.xml

Modified: trunk/DOCS/xml/en/codecs.xml
==============================================================================
--- trunk/DOCS/xml/en/codecs.xml	(original)
+++ trunk/DOCS/xml/en/codecs.xml	Wed Oct 29 00:27:54 2008
@@ -22,37 +22,6 @@ and help us add support for it.
 
 <!-- ********** -->
 
-<sect2 id="ffmpeg" xreflabel="FFmpeg/libavcodec">
-<title>FFmpeg/libavcodec</title>
-
-<para>
-<ulink url="http://ffmpeg.org">FFmpeg</ulink> contains
-<systemitem class="library">libavcodec</systemitem>, the leading
-open source video and audio codec library. It is capable
-of decoding most multimedia formats, usually at higher speeds
-than the alternatives, and aims to add support for
-the rest of them eventually. It is the default decoder for
-the majority of codecs that <application>MPlayer</application>
-supports. Encoding is also possible for some formats and
-supported in <application>MEncoder</application>.
-</para>
-
-<para>
-For a complete list of supported 
-<ulink url="http://ffmpeg.mplayerhq.hu/general.html#SEC6">video</ulink>
-and <ulink url="http://ffmpeg.mplayerhq.hu/general.html#SEC7">audio</ulink>
-codecs please visit the FFmpeg homepage.
-</para>
-
-<para>
-<application>MPlayer</application> contains
-<systemitem class="library">libavcodec</systemitem>.
-Just run <filename>./configure</filename> and compile.
-</para>
-</sect2>
-
-<!-- ********** -->
-
 <sect2 id="xvid">
 <title>Xvid</title>
 

Modified: trunk/DOCS/xml/en/documentation.xml
==============================================================================
--- trunk/DOCS/xml/en/documentation.xml	(original)
+++ trunk/DOCS/xml/en/documentation.xml	Wed Oct 29 00:27:54 2008
@@ -110,7 +110,7 @@ PCM/MP3/VBR MP3 audio.
 </para></listitem>
 <listitem><para>
   Encoding to all the codecs of FFmpeg's
-  <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
+  <systemitem class="library">libavcodec</systemitem>
 </para></listitem>
 <listitem><para>
   Video encoding from V4L compatible TV tuners

Modified: trunk/DOCS/xml/en/encoding-guide.xml
==============================================================================
--- trunk/DOCS/xml/en/encoding-guide.xml	(original)
+++ trunk/DOCS/xml/en/encoding-guide.xml	Wed Oct 29 00:27:54 2008
@@ -2433,7 +2433,7 @@ duration/location of each type.
   codec family</title>
 
 <para>
-<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
+<systemitem class="library">libavcodec</systemitem>
 provides simple encoding to a lot of interesting video and audio formats.
 You can encode to the following codecs (more or less up to date):
 </para>
@@ -3071,7 +3071,7 @@ and development advancements, you may ge
 
 <para>
 With this feature of
-<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
+<systemitem class="library">libavcodec</systemitem>
 you are able to set custom inter (I-frames/keyframes) and intra
 (P-frames/predicted frames) matrices. It is supported by many of the codecs:
 <systemitem>mpeg1video</systemitem> and <systemitem>mpeg2video</systemitem>

Modified: trunk/DOCS/xml/en/mencoder.xml
==============================================================================
--- trunk/DOCS/xml/en/mencoder.xml	(original)
+++ trunk/DOCS/xml/en/mencoder.xml	Wed Oct 29 00:27:54 2008
@@ -757,7 +757,7 @@ support this MPEG-4 attribute.
 
 <para>
 This feature can be used only with
-<link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>'s
+<systemitem class="library">libavcodec</systemitem>'s
 <systemitem>mpeg4</systemitem> codec. Keep in mind: although
 <application>MPlayer</application> will correctly play the created file,
 other players may use the wrong aspect ratio.



More information about the MPlayer-DOCS mailing list