Mercurial > mplayer.hg
changeset 14113:4c91818a371c
link updates
author | diego |
---|---|
date | Sun, 05 Dec 2004 23:54:49 +0000 |
parents | f1b1ae282fe5 |
children | 072c69e79c23 |
files | DOCS/xml/en/codecs.xml DOCS/xml/en/faq.xml DOCS/xml/en/users-vs-dev.xml DOCS/xml/en/video.xml |
diffstat | 4 files changed, 10 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml Sun Dec 05 23:16:34 2004 +0000 +++ b/DOCS/xml/en/codecs.xml Sun Dec 05 23:54:49 2004 +0000 @@ -216,8 +216,8 @@ <para> For a complete list of supported codecs please visit the FFmpeg homepage. -Supported <ulink url="http://www.ffmpeg.org/ffmpeg-doc.html#SEC19">video</ulink> -and <ulink url="http://www.ffmpeg.org/ffmpeg-doc.html#SEC20">audio</ulink> codecs. +Supported <ulink url="http://ffmpeg.org/ffmpeg-doc.html#SEC19">video</ulink> +and <ulink url="http://ffmpeg.org/ffmpeg-doc.html#SEC20">audio</ulink> codecs. </para> <para> @@ -722,7 +722,7 @@ <para> If you use gcc 3.2 which fails to compile our internal FAAD or want to use the external library for some other reason, download the library from the -<ulink url="http://www.audiocoding.com/download.php">download page</ulink> +<ulink url="http://www.audiocoding.com/modules/mydownloads/">download page</ulink> and pass <option>--enable-external-faad</option> to <filename>configure</filename>. You do not need all of faad2 to decode AAC files, libfaad is enough. Build it like this: @@ -736,7 +736,7 @@ make install </screen> Binaries are not available from audiocoding.com, but you can (apt-)get Debian -packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>, +packages from <ulink url="http://hpisi.nerim.net">Christian Marillat's homepage</ulink>, Mandrake RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink> and RedHat RPMs from <ulink url="http://greysector.rangers.eu.org/">Grey Sector</ulink>. </para>
--- a/DOCS/xml/en/faq.xml Sun Dec 05 23:16:34 2004 +0000 +++ b/DOCS/xml/en/faq.xml Sun Dec 05 23:54:49 2004 +0000 @@ -1219,7 +1219,7 @@ How can I set the region code of my DVD-drive? I don't have Windows! </para></question> <answer><para> -Use the <ulink url="http://www.linuxtv.org/download/dvd/dvd_disc_20000215.tar.gz">regionset tool</ulink>. +Use the <ulink url="http://linvdr.org/projects/regionset/">regionset tool</ulink>. </para></answer> </qandaentry>
--- a/DOCS/xml/en/users-vs-dev.xml Sun Dec 05 23:16:34 2004 +0000 +++ b/DOCS/xml/en/users-vs-dev.xml Sun Dec 05 23:54:49 2004 +0000 @@ -29,10 +29,8 @@ The GCC team disclaimed any link with GCC 2.96 and issued an <ulink url="http://gcc.gnu.org/gcc-2.96.html">official response</ulink> to GCC 2.96. Many developers around the world began having problems with -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.sf.net/news-old1.htm">avifile</ulink>. +GCC 2.96, and started recommending other compilers like +<ulink url="http://avifile.sf.net/news-old1.htm">avifile</ulink> and others. 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> @@ -74,7 +72,7 @@ If you have problems with GCC 2.96, you can get 2.96-85 packages from the Red Hat <ulink url="ftp://updates.redhat.com">ftp server</ulink>, or just go for the 3.0.4 packages offered for version 7.2 and later. You can also -get <ulink url="ftp://people.redhat.com/jakub/gcc/3.2.3-11/">gcc-3.2.3-11 packages</ulink> +get <ulink url="ftp://people.redhat.com/jakub/gcc/errata/3.2.3-37/">gcc-3.2.3-37 packages</ulink> (unofficial, but working fine) and you can install them along the gcc-2.96 you already have. <application>MPlayer</application> will detect it and use 3.2 instead of 2.96.
--- a/DOCS/xml/en/video.xml Sun Dec 05 23:16:34 2004 +0000 +++ b/DOCS/xml/en/video.xml Sun Dec 05 23:54:49 2004 +0000 @@ -231,7 +231,7 @@ <title>ATI cards</title> <para> -The <ulink url="http://www.linuxvideo.org/gatos">GATOS driver</ulink> +The <ulink url="http://gatos.sf.net">GATOS driver</ulink> (which you should use, unless you have Rage128 or Radeon) has VSYNC enabled by default. It means that decoding speed (!) is synced to the monitor's refresh rate. If playing seems to be slow, try disabling VSYNC somehow, or @@ -1828,7 +1828,7 @@ <para> Verify that your drivers are working properly with a program such as - <ulink url="http://www.sf.net/projects/dvbtools/"><command>dvbstream</command></ulink> + <ulink url="http://sf.net/projects/dvbtools/"><command>dvbstream</command></ulink> (that is the base of the DVB input module). </para>