comparison DOCS/documentation.html @ 1389:883a67f743e5

*** empty log message ***
author gabucino
date Wed, 25 Jul 2001 17:28:16 +0000
parents e3dfcc80bd5a
children b486ddbeb8e3
comparison
equal deleted inserted replaced
1388:e633030fac04 1389:883a67f743e5
3 <BODY> 3 <BODY>
4 4
5 <P> 5 <P>
6 <CENTER>MPlayer - Movie Player for LINUX (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)<BR> 6 <CENTER>MPlayer - Movie Player for LINUX (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)<BR>
7 <BR> 7 <BR>
8 http://mplayer.sourceforge.net (or http://mplayer.dev.hu)</CENTER><BR> 8 <A HREF="http://www.mplayerhq.hu">http://www.mplayerhq.hu</A></CENTER><BR>
9 </P> 9 </P>
10 10
11 <P><HR></P> 11 <P><HR></P>
12 12
13 <P> 13 <P>
19 <PRE> 19 <PRE>
20 <P> 20 <P>
21 <A HREF="#1">1. Introduction</A> 21 <A HREF="#1">1. Introduction</A>
22 </P> 22 </P>
23 <P> 23 <P>
24 <A HREF="#1.1">1.1 Overview +speed</A> 24 <A HREF="#1.1">1.1 Overview</A>
25 <A HREF="#1.2">1.2 History</A> 25 <A HREF="#1.2">1.2 History</A>
26 <A HREF="#1.3">1.3 Installation</A> 26 <A HREF="#1.3">1.3 Installation</A>
27 <A HREF="#1.4">1.4 What about the GUI?</A> 27 <A HREF="#1.4">1.4 What about the GUI?</A>
28 </P> 28 </P>
29 <P> 29 <P>
107 </P> 107 </P>
108 <P> 108 <P>
109 <A HREF="#7.1">7.1 Debian packaging</A> 109 <A HREF="#7.1">7.1 Debian packaging</A>
110 <A HREF="#7.2">7.2 FreeBSD</A> 110 <A HREF="#7.2">7.2 FreeBSD</A>
111 <A HREF="#7.3">7.3 Solaris 8</A> 111 <A HREF="#7.3">7.3 Solaris 8</A>
112 <A HREF="#7.4">7.4 StrongARM</A>
112 </P> 113 </P>
113 <P> 114 <P>
114 <A HREF="#A">A. Authors</A> 115 <A HREF="#A">A. Authors</A>
115 </P> 116 </P>
116 <P> 117 <P>
348 349
349 350
350 <A NAME=2.1.2.2>2.1.2.2. ffmpeg's DivX/libavcodec 351 <A NAME=2.1.2.2>2.1.2.2. ffmpeg's DivX/libavcodec
351 352
352 Beginning with version 0.4.2 , <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> contains an <B>opensource</B> DivX codec, 353 Beginning with version 0.4.2 , <A HREF="http://ffmpeg.sourceforge.net">ffmpeg</A> contains an <B>opensource</B> DivX codec,
353 which is compatible with the traditional DivX. <B>MPlayer</B> supports this codec, 354 which is compatible with the traditional DivX. <B>MPlayer</B> contains this codec,
354 and this makes it possible to <B>watch DivX movies on non-x86 platforms!</B> 355 and this makes it possible to <B>watch DivX movies on non-x86 platforms!</B>
355 To get it compile, you'll need nasm, bison, and flex, above the other 356 To get it compile, you'll need nasm, bison, and flex, above the other
356 devel tools. No manual hacking is needed to build it, ./configure detects 357 devel tools. No manual hacking is needed to build it, ./configure detects
357 if it can be built. At the moment it doesn't support postprocessing, and 358 if it can be built. At the moment it doesn't support postprocessing, and
358 is under optimization (it's generally a bit faster than the DirectShow 359 is under optimization (it's generally a bit faster than the DirectShow
965 ESS 688: 966 ESS 688:
966 OSS : OK 967 OSS : OK
967 ALSA : OK (?) 968 ALSA : OK (?)
968 Max kHz : 48 969 Max kHz : 48
969 970
971 C-Media cards (which ones?)
972 OSS : not OK (hissing) (?)
973 ALSA : OK (?)
974 Max kHz : ?
975
970 PC Speaker or DAC: 976 PC Speaker or DAC:
971 OSS : OK (new timing code?) 977 OSS : OK (new timing code?)
972 ALSA : no driver 978 ALSA : no driver
973 Max kHz : 6 ;) (the driver emulates 44.1 maybe more) 979 Max kHz : 6 ;) (the driver emulates 44.1 maybe more)
974 Driver : <A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A> 980 Driver : <A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A>
1778 1784
1779 - The similar bug is present in the hsfs(7FS) filesystem code (aka 1785 - The similar bug is present in the hsfs(7FS) filesystem code (aka
1780 ISO9660), hsfs currently does not support partitions/disks >4GB, 1786 ISO9660), hsfs currently does not support partitions/disks >4GB,
1781 all data is accessed modulo 4GB 1787 all data is accessed modulo 4GB
1782 (http://groups.yahoo.com/group/solarisonintel/message/22592) 1788 (http://groups.yahoo.com/group/solarisonintel/message/22592)
1789
1790
1791 <A NAME=7.4>7.4. StrongARM
1792
1793 MPlayer is reported to compile on StrongARM. Use the following command line:
1794
1795
1796 ./configure --target=arm-linux --disable-css --with-x11libdir=/usr/arm/lib
1797 --with-x11incdir=/usr/arm/lib --disable-gcc-checking
1783 1798
1784 1799
1785 <A NAME=A>Appendix A - Authors 1800 <A NAME=A>Appendix A - Authors
1786 1801
1787 NOTE: Do *NOT* send bugreports, help & feature requests directly to the authors! 1802 NOTE: Do *NOT* send bugreports, help & feature requests directly to the authors!