# HG changeset patch # User diego # Date 1030099819 0 # Node ID 3275af5787e08add05bab236ff8dc3ad7579c650 # Parent b9f7aec2e07db098802ed6da62f033b86e6fff3c Applied patch by Andras Mohari , slightly modified. * Fixed <> chars (or replaced them with something else, where it was trivial). * weblint complained about here being a bad form, so I replaced them with more descriptive text. * Fixed empty tags. diff -r b9f7aec2e07d -r 3275af5787e0 DOCS/cd-dvd.html --- a/DOCS/cd-dvd.html Fri Aug 23 01:41:12 2002 +0000 +++ b/DOCS/cd-dvd.html Fri Aug 23 10:50:19 2002 +0000 @@ -35,11 +35,11 @@

You can also try

-

    echo current_speed:4 >/proc/ide/[cdrom device]/settings

+

    echo current_speed:4 > /proc/ide/[cdrom device]/settings

but you will need root privileges. The following command may also help:

-

    echo file_readahead:2000000 >/proc/ide/[cdrom device]/settings

+

    echo file_readahead:2000000 > /proc/ide/[cdrom device]/settings

This sets prefetched file reading to 2MB, which helps with scratched CD-ROMs. It is recommended that you also tune your CD-ROM drive with hdparm:

diff -r b9f7aec2e07d -r 3275af5787e0 DOCS/codecs.html --- a/DOCS/codecs.html Fri Aug 23 01:41:12 2002 +0000 +++ b/DOCS/codecs.html Fri Aug 23 10:50:19 2002 +0000 @@ -167,9 +167,9 @@

MPlayer can play Vivo (1.0 and 2.0) videos. The most suitable codec for 1.0 files is FFmpeg's H263 decoder, you can use it with the -vc ffh263 option (default) (requires up-to-date libavcodec). For 2.0 - files, use the ivvideo.dll Win32 DLL file (from - here), - and install it under /usr/lib/win32 or wherever you store the + files, use the + ivvideo.dll + Win32 DLL file, and install it under /usr/lib/win32 or wherever you store the Win32 codecs. This latter codec does not support YV12 nor YUY2 only BGR modes, restricting it to the X11 and OpenGL outputs. Hopefully ffh263 will support VIVO 2.0 files in the future.

@@ -358,8 +358,8 @@

The audio codec used in VIVO files depends on whether it is a VIVO/1.0 or VIVO/2.0 file. VIVO/1.0 files have g.723 audio, and VIVO/2.0 files have Vivo Siren audio. Both are supported. You can grab the - g.723/Siren Win32 DLL from - here, + g.723/Siren + Win32 DLL from the MPlayer site, then copy it into the /usr/lib/win32 directory.

diff -r b9f7aec2e07d -r 3275af5787e0 DOCS/documentation.html --- a/DOCS/documentation.html Fri Aug 23 01:41:12 2002 +0000 +++ b/DOCS/documentation.html Fri Aug 23 10:50:19 2002 +0000 @@ -11,8 +11,7 @@

MPlayer - The Movie Player for LINUX

-

- © 2000-2002 Arpad Gereoffy (A'rpi/ESP-team)
+

© 2000-2002 Arpad Gereoffy (A'rpi/ESP-team)
http://www.mplayerhq.hu

[ English ] @@ -436,9 +435,9 @@ need it) or don't up/downgrade at all (but in this case, be prepared for runtime problems). If you vote for 3.x.x, try to use the latest version, early releases had various bugs, so be sure you use at least 3.1, it's - tested and working. Detailed information about gcc 2.96's bugs (that are - still NOT fixed, they have been WORKED AROUND in MPlayer!) can be - found here and in the + tested and working. For detailed information about gcc 2.96's bugs (that are + still NOT fixed, they have been WORKED AROUND in MPlayer!), see the + gcc 2.96 section and the FAQ.

  • XFree86 - suggested version is always the newest (4.2.0). Normally, everyone wants this, as starting with XFree86 4.0.2, it contains @@ -469,7 +468,8 @@
  • libavcodec: This codec package is capable of decoding H263/MJPEG/RV10/DivX3/DivX4/DivX5/MP41/MP42/WMV1 encoded video streams, on multiple platforms. It is also known to be the fastest for this task. - Details can be found here. Features:
    + See the libavcodec section for details. + Features: