# HG changeset patch # User gabucino # Date 996082096 0 # Node ID 883a67f743e51dd0a4f7d930cb467ddbfee99a6f # Parent e633030fac047a79089f97268f7eac70db69f8c9 *** empty log message *** diff -r e633030fac04 -r 883a67f743e5 DOCS/documentation.html --- a/DOCS/documentation.html Wed Jul 25 07:03:55 2001 +0000 +++ b/DOCS/documentation.html Wed Jul 25 17:28:16 2001 +0000 @@ -5,7 +5,7 @@

MPlayer - Movie Player for LINUX (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)

-http://mplayer.sourceforge.net (or http://mplayer.dev.hu)

+http://www.mplayerhq.hu


@@ -21,7 +21,7 @@ 1. Introduction

- 1.1 Overview +speed + 1.1 Overview 1.2 History 1.3 Installation 1.4 What about the GUI? @@ -109,6 +109,7 @@ 7.1 Debian packaging 7.2 FreeBSD 7.3 Solaris 8 + 7.4 StrongARM

A. Authors @@ -350,7 +351,7 @@ 2.1.2.2. ffmpeg's DivX/libavcodec Beginning with version 0.4.2 , ffmpeg contains an opensource DivX codec, - which is compatible with the traditional DivX. MPlayer supports this codec, + which is compatible with the traditional DivX. MPlayer contains this codec, and this makes it possible to watch DivX movies on non-x86 platforms! To get it compile, you'll need nasm, bison, and flex, above the other devel tools. No manual hacking is needed to build it, ./configure detects @@ -967,6 +968,11 @@ ALSA : OK (?) Max kHz : 48 + C-Media cards (which ones?) + OSS : not OK (hissing) (?) + ALSA : OK (?) + Max kHz : ? + PC Speaker or DAC: OSS : OK (new timing code?) ALSA : no driver @@ -1782,6 +1788,15 @@ (http://groups.yahoo.com/group/solarisonintel/message/22592) + 7.4. StrongARM + + MPlayer is reported to compile on StrongARM. Use the following command line: + + + ./configure --target=arm-linux --disable-css --with-x11libdir=/usr/arm/lib + --with-x11incdir=/usr/arm/lib --disable-gcc-checking + + Appendix A - Authors NOTE: Do *NOT* send bugreports, help & feature requests directly to the authors! diff -r e633030fac04 -r 883a67f743e5 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Wed Jul 25 07:03:55 2001 +0000 +++ b/DOCS/mplayer.1 Wed Jul 25 17:28:16 2001 +0000 @@ -52,6 +52,7 @@ .RB [ \-config\ file ] .RB [ \-display\ name ] .RB [ \-unicode ] +.RB [ \-utf8 ] .RB [ \-fsmode\ mode ] .RB [ \-vc\ video\ codec\ name ] .RB [ \-ac\ audio\ codec\ name ] @@ -310,9 +311,12 @@ to display on. For example : -display xtest.localdomain:0 .TP .B \-unicode -tells MPlayer to handle the subtitle file (with -sub option) as UNICODE. +tells MPlayer to handle the subtitle file as UNICODE. Contrary: -nounicode .TP +.B \-utf8 +tells MPlayer to handle the subtitle file as UTF8. +.TP .B \-fsmode\ mode This option workarounds some problems when using specific windowmanagers and fullscreen mode. If you experience fullscreen problems, try changing this