[MPlayer-DOCS] CVS: main/DOCS/xml/en audio.xml, 1.20, 1.21 codecs.xml, 1.52, 1.53 faq.xml, 1.51, 1.52 formats.xml, 1.14, 1.15 users-vs-dev.xml, 1.13, 1.14 video.xml, 1.69, 1.70
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Nov 19 13:03:44 CET 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv16090
Modified Files:
audio.xml codecs.xml faq.xml formats.xml users-vs-dev.xml
video.xml
Log Message:
URL updates
Index: audio.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/audio.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- audio.xml 11 Nov 2004 02:09:14 -0000 1.20
+++ audio.xml 19 Nov 2004 12:03:41 -0000 1.21
@@ -64,8 +64,8 @@
</para>
<para>
-Other media players like <ulink url="http://avifile.sourceforge.net">aviplay</ulink>
-or <ulink url="http://xine.sourceforge.net">xine</ulink> possibly work
+Other media players like <ulink url="http://avifile.sf.net">aviplay</ulink>
+or <ulink url="http://xinehq.de">xine</ulink> possibly work
out-of-the-box with these drivers because they use "simple" methods
with internal timing. Measuring showed that their methods are not as
efficient as <application>MPlayer</application>'s.
@@ -173,7 +173,7 @@
<row>
<entry>VIA onboard (686/A/B, 8233, 8235)</entry>
<entry>
- <ulink url="http://sourceforge.net/project/showfiles.php?group_id=3242&release_id=59602">via82cxxx_audio</ulink>
+ <ulink url="http://sf.net/project/showfiles.php?group_id=3242&release_id=59602">via82cxxx_audio</ulink>
</entry>
<entry>snd-via82xx</entry>
<entry></entry>
@@ -189,7 +189,7 @@
<entry>none</entry>
<entry>OK</entry>
<entry>
- <ulink url="http://aureal.sourceforge.net">Linux Aureal Drivers</ulink>
+ <ulink url="http://aureal.sf.net">Linux Aureal Drivers</ulink>
<ulink url="http://makacs.poliod.hu/~pontscho/aureal/au88xx-1.1.3.tar.bz2">buffer size increased to 32k</ulink>
</entry>
<entry>48</entry>
Index: codecs.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/codecs.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- codecs.xml 13 Nov 2004 15:12:46 -0000 1.52
+++ codecs.xml 19 Nov 2004 12:03:41 -0000 1.53
@@ -133,7 +133,7 @@
<para>
The DivX4/5 binary codec library can be downloaded from
-<ulink url="http://avifile.sourceforge.net">avifile</ulink> or
+<ulink url="http://avifile.sf.net">avifile</ulink> or
<ulink url="http://www.divx.com">divx.com</ulink>
Unpack it, run <filename>./install.sh</filename> as root and do not forget adding
<filename class="directory">/usr/local/lib</filename> to your
@@ -195,7 +195,7 @@
<title>FFmpeg/libavcodec</title>
<para>
-<ulink url="http://ffmpeg.sourceforge.net">FFmpeg</ulink> contains an
+<ulink url="http://ffmpeg.org">FFmpeg</ulink> contains an
<emphasis role="bold">open source</emphasis> codec package, which is capable
of decoding streams with various audio and video codecs. It also offers an
impressing encoding facility and higher speed than the Win32 codecs or the
@@ -639,7 +639,7 @@
<title>libmad support</title>
<para>
-<ulink url="http://mad.sourceforge.net">libmad</ulink> is a multiplatform,
+<ulink url="http://www.underbit.com/products/mad/">libmad</ulink> is a multiplatform,
integer (internally 24bit PCM) only
MPEG audio decoding library. It does not handle broken files well, and it
sometimes has problems with seeking, but it may perform better on FPU-less
Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- faq.xml 19 Nov 2004 11:19:34 -0000 1.51
+++ faq.xml 19 Nov 2004 12:03:41 -0000 1.52
@@ -1106,7 +1106,7 @@
solved by <ulink url="http://www.xfree86.org/cvs/changes_4_1.html">bug fix #621
of the XFree86 4.1.0 CVS log</ulink>. So upgrade to XFree86 4.1.0 or later.
Alternatively, either download (at least) DRI version 0.6 from the
-<ulink url="http://dri.sourceforge.net">DRI homepage</ulink>, or use CVS DRI.
+<ulink url="http://dri.sf.net">DRI homepage</ulink>, or use CVS DRI.
</para></answer>
</qandaentry>
Index: formats.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/formats.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- formats.xml 19 Nov 2004 11:19:10 -0000 1.14
+++ formats.xml 19 Nov 2004 12:03:41 -0000 1.15
@@ -25,7 +25,7 @@
<emphasis role="bold">AVI</emphasis>, <emphasis role="bold">MPG</emphasis>
does not have the necessary fields to describe its video and audio streams).
Or you might put MPEG1 video into an AVI file.
-<ulink url="http://ffmpeg.sourceforge.net/">FFmpeg</ulink> and
+<ulink url="http://ffmpeg.org/">FFmpeg</ulink> and
<link linkend="mencoder"><application>MEncoder</application></link> can create these files.
</para>
@@ -137,7 +137,7 @@
<listitem><simpara>
<emphasis role="bold">bps-based:</emphasis> It is based on the
bitrate/samplerate of the video/audio stream. This method is used by
- most players, including <ulink url="http://avifile.sourceforge.net">avifile</ulink>
+ most players, including <ulink url="http://avifile.sf.net">avifile</ulink>
and <application>Windows Media Player</application>. Files with broken
headers, and files created with VBR audio but not VBR-compliant encoder
will result in A/V desync with this method (mostly at seeking).
@@ -270,7 +270,7 @@
<sect3 id="yuv4mpeg">
<title>yuv4mpeg files</title>
<para>
-<ulink url="http://mjpeg.sourceforge.net">yuv4mpeg / yuv4mpeg2</ulink>
+<ulink url="http://mjpeg.sf.net">yuv4mpeg / yuv4mpeg2</ulink>
is a file format used by the
<ulink url="http://mjpeg.sf.net">mjpegtools programs</ulink>.
You can grab, produce, filter or encode video in this format using these tools.
Index: users-vs-dev.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/users-vs-dev.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- users-vs-dev.xml 14 Jul 2004 09:05:47 -0000 1.13
+++ users-vs-dev.xml 19 Nov 2004 12:03:41 -0000 1.14
@@ -32,7 +32,7 @@
GCC 2.96, and started recommending other compilers. Examples are
<ulink url="http://www.mysql.com/downloads/mysql-3.23.html">MySQL</ulink>,
and
-<ulink url="http://avifile.sourceforge.net/news-old1.htm">avifile</ulink>.
+<ulink url="http://avifile.sf.net/news-old1.htm">avifile</ulink>.
Other interesting links are
<ulink url="http://www.atnf.csiro.au/people/rgooch/linux/docs/kernel-newsflash.html">
Linux kernel news flash about kernel 2.4.17</ulink>
Index: video.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/video.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- video.xml 17 Nov 2004 09:28:05 -0000 1.69
+++ video.xml 19 Nov 2004 12:03:41 -0000 1.70
@@ -962,14 +962,14 @@
<para>
Unfortunately not all drivers support this feature. The Utah-GLX drivers
(for XFree86 3.3.6) support it for all cards.
-See <ulink url="http://utah-glx.sourceforge.net"/> for details about how to
+See <ulink url="http://utah-glx.sf.net"/> for details about how to
install it.
</para>
<para>
XFree86(DRI) 4.0.3 or later supports OpenGL with Matrox and Radeon cards,
4.2.0 or later supports Rage128.
-See <ulink url="http://dri.sourceforge.net"/> for download and installation
+See <ulink url="http://dri.sf.net"/> for download and installation
instructions.
</para>
@@ -1109,7 +1109,7 @@
need write access on
<filename>/dev/vcsa<replaceable><terminal></replaceable></filename>!
That isn't autodetected by aalib, but vo_aa tries to find the best mode.
-See <ulink url="http://aa-project.sourceforge.net/tune"/> for further
+See <ulink url="http://aa-project.sf.net/tune"/> for further
tuning issues.
</para>
</sect3>
@@ -1956,7 +1956,7 @@
<para>
First of all you will need properly installed DXR2 drivers. You can find
the drivers and installation instructions at the
-<ulink url="http://dxr2.sourceforge.net/">DXR2 Resource Center</ulink> site.
+<ulink url="http://dxr2.sf.net/">DXR2 Resource Center</ulink> site.
</para>
<variablelist>
@@ -2000,7 +2000,7 @@
<para>
First of all you will need properly installed DXR3/H+ drivers, version 0.12.0
or later. You can find the drivers and installation instructions at the
-<ulink url="http://dxr3.sourceforge.net/">DXR3 & Hollywood Plus for Linux</ulink>
+<ulink url="http://dxr3.sf.net/">DXR3 & Hollywood Plus for Linux</ulink>
site. <filename>configure</filename> should detect your card automatically,
compilation should go without problems.
</para>
@@ -2138,7 +2138,7 @@
<para>
This driver talks to the kernel driver available at
-<ulink url="http://mjpeg.sourceforge.net"/>, so
+<ulink url="http://mjpeg.sf.net"/>, so
you must get it working first. The presence of an MJPEG card is autodetected by the
<filename>configure</filename> script, if autodetection fails, force detection with
<screen>./configure --enable-zr</screen>
@@ -2263,7 +2263,7 @@
-zoom</option> options, but it will be <emphasis role="bold">SLOW</emphasis>,
and has <emphasis role="bold">Macrovision</emphasis> copy protection enabled
(you can "workaround" Macrovision using this
- <ulink url="http://avifile.sourceforge.net/mgamacro.pl">perl script</ulink>).
+ <ulink url="http://avifile.sf.net/mgamacro.pl">perl script</ulink>).
</para></listitem>
</varlistentry>
<varlistentry>
More information about the MPlayer-DOCS
mailing list