Mercurial > mplayer.hg
changeset 27809:db2e2dff503a
Remove useless FFmpeg codec section.
author | diego |
---|---|
date | Tue, 28 Oct 2008 23:27:54 +0000 |
parents | 2988c38b6620 |
children | 316559d2f9b5 |
files | DOCS/xml/en/codecs.xml DOCS/xml/en/documentation.xml DOCS/xml/en/encoding-guide.xml DOCS/xml/en/mencoder.xml |
diffstat | 4 files changed, 4 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml Tue Oct 28 18:00:11 2008 +0000 +++ b/DOCS/xml/en/codecs.xml Tue Oct 28 23:27:54 2008 +0000 @@ -22,37 +22,6 @@ <!-- ********** --> -<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>
--- a/DOCS/xml/en/documentation.xml Tue Oct 28 18:00:11 2008 +0000 +++ b/DOCS/xml/en/documentation.xml Tue Oct 28 23:27:54 2008 +0000 @@ -110,7 +110,7 @@ </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
--- a/DOCS/xml/en/encoding-guide.xml Tue Oct 28 18:00:11 2008 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Tue Oct 28 23:27:54 2008 +0000 @@ -2433,7 +2433,7 @@ 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 @@ <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>
--- a/DOCS/xml/en/mencoder.xml Tue Oct 28 18:00:11 2008 +0000 +++ b/DOCS/xml/en/mencoder.xml Tue Oct 28 23:27:54 2008 +0000 @@ -757,7 +757,7 @@ <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.