# HG changeset patch # User gabucino # Date 1006362460 0 # Node ID 153fc4f5464f07f162f37d0b90b2fa6e7934f338 # Parent ece1373c9cc9d82ac2b47ae844ac6fcd1b777bbd ehh too much diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Wed Nov 21 17:07:40 2001 +0000 @@ -271,6 +271,10 @@

Mielőtt sietnél fordítani, olvasd el a következőket is :

diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/Hungarian/faq.html --- a/DOCS/Hungarian/faq.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/Hungarian/faq.html Wed Nov 21 17:07:40 2001 +0000 @@ -15,13 +15,15 @@ A: gcc 2.96 a RedHat NEM HIVATALOS (csak a RedHat/Mandrake-nél, vagy RedHat/Mandrake disztribúciókban található meg) és HIBÁS gcc-je. A gcc 2.96 TELJESEN - használhatatlan az MPlayer-rel, mert egyszerűen ÁTUGORJA a 3DNow + használhatatlan az MPlayer-rel, mert egyszerűen ÁTUGORJA az MMX/3DNow utasításokat, nem fordítja le őket. Fontos: ez NEM MPlayer-specifikus probléma, számos más project (DRI, avifile, Wine, stb..) szenved ebből fakadó problémáktól.
NE HASZNÁLD a gcc 2.96-ot !!!
De ha valamilyen okból kifolyólag emésztő vágy gyötör ezirányban, mindig -csakis a legújabbat használd. +csakis a legújabbat használd. További (angol nyelvű) információk +itt és itt +(ajánlott!)   Q: @@ -56,8 +58,7 @@ Az SDL output nem működik/fordul. A baj .... A: A legújabb SDL-lel tesztelünk (valószínűleg fut 1.1.7-en vagy újabb - verziókon is). NEM FUT 1.1.6, 1.1.5, 1.1.4, 1.1.3, 1.0.4-en stb, ne is - kérdezd. + verziókon is). NEM FUT régebbi verziókon, ne is kérdezd.   Q: @@ -169,6 +170,12 @@ Frissítsd a binutils csomagodat, az remélhetőleg segít.   +Q: +Le akarom fordítani az MPlayer-t Minixre. +A: +Én is. +  +

5.2. Általános kérdések

@@ -462,6 +469,14 @@ ki a YUY2-t az alapértelmezett YV12 helyett (lásd TV bemenet dokumentáció).   +Q: +Működik a lejátszás, de az MPlayer ezt írja ki : +Linux RTC init: ioctl (rtc_pie_on): Permission denied +A: +Olvasd el az Installálás fejezetet. Azt +a részt ami az új A/V szinkron kódrol szól. +  +

5.4. Video/audio meghajtó problémák (vo/ao)

  @@ -586,6 +601,13 @@ Ha tudod, implementáld és küldj patch-et.   +Q: + Hol a windows verzió ? +A: + Nincs kiadva, és nem is lesz. Nézz körül windowson milyen opensource ASF olvasók, + és főleg enkódolók vannak, és rájössz miért. Nem igazán akarunk börtönbe jutni. +  + diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/Hungarian/video.html --- a/DOCS/Hungarian/video.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/Hungarian/video.html Wed Nov 21 17:07:40 2001 +0000 @@ -812,8 +812,7 @@ egyidőben ! Csak szöveges konzolról futtasd !

Korlátok: Jelenleg csak YUY2 formátummal működik, így -a DirectShow codec családot kell használnod vele. Legalább 32Mb video memória -szükséges.
+a DirectShow codec családot kell használnod vele.
Konklúzió: tudom hogy sok a hiány és a hiba. Ha tudod őket javítani, küldj patchet.

diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/documentation.html --- a/DOCS/documentation.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/documentation.html Wed Nov 21 17:07:40 2001 +0000 @@ -268,7 +268,7 @@
  • If you have gcc 2.96 on your system, READ -THIS!!!
  • +THIS or the FAQ !
  • If you plan to use MPlayer on x86 architecture, you possibly want to use Win32 codecs. If you want to play or encode for example movies recorded @@ -325,6 +325,17 @@
  • If you have a V4L compatible TV tuner card, and wish to watch/grab and encode movies with MPlayer, read the TV input section.
  • + +
  • There are two audio/video sync codes in MPlayer. To use the old +method, you don't have to do anything. It uses usleep() to tune +A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be tuned +even finer. The new sync code uses PC's RTC (Real Time Clock) for this task, +because it has precise 1ms timers. This requires root, or a setuid root +MPlayer binary (or a little kernel hacking, but that's unadvised). You +can see the new sync's efficiency in the status line. Note: NEVER install +setuid MPlayer binary on a multiuser system! It's a clear way for everyone +to gain root.
  • +

Then build MPlayer:

diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/faq.html --- a/DOCS/faq.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/faq.html Wed Nov 21 17:07:40 2001 +0000 @@ -20,7 +20,7 @@ What's the problem with gcc 2.96 ? A: To be short: DO NOT USE gcc 2.96 !!!
-Check this page. +Check this and this texts! If you still really really want to do so, be sure to use the latest release.
  @@ -89,7 +89,8 @@ Q: Where can I find information about gcc 2.96 bugs ? A: -In this documentation. +In this documentation. And this +documentation describes why RedHat released 2.96 and other interesting things.   Q: @@ -205,6 +206,12 @@ Dunno, upgrading binutils should help. Not our fault, do NOT report!   +Q: +I'd like to compile MPlayer on Minix ! +A: +Me too. +  + 5.2. General questions   @@ -498,6 +505,15 @@ of default YV12 (see TV input documentation).   +Q: +When I try to start playing, I get this message, but playing is good :
+Linux RTC init: ioctl (rtc_pie_on): Permission denied +
A: +See the Installation section. The part +about new sync code. +  + + 5.4. Video/audio driver problems (vo/ao)   @@ -615,6 +631,14 @@ implement it, and send a patch. Don't ask for it.   +Q: + Where is the Windows version ? +A: + It's not released, and won't be. Look around the windows scene (opensource + ASF parsers, opensource ASF encoders, etc) and you'll know why. We don't + want to go to jail. +  + diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/gcc-2.96-3.0.html --- a/DOCS/gcc-2.96-3.0.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/gcc-2.96-3.0.html Wed Nov 21 17:07:40 2001 +0000 @@ -54,6 +54,11 @@ If it works for you using gcc 2.96, it doesn't mean it will work for everyone.

+

Answer 2:

+ +

+Also read this text !!!

+

Question: No! You are wrong! Everything works with gcc 2.96 but MPlayer

diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/users_against_developers.html --- a/DOCS/users_against_developers.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/users_against_developers.html Wed Nov 21 17:07:40 2001 +0000 @@ -11,6 +11,8 @@

GCC 2.96 series

+

Also read this text !!!

+

The background : there were/are the GCC 2.95 series. The best of them was 2.95.3 . Please note the style of the version numbering. This is how the GCC team numbers their compilers. The 2.95 series are good. diff -r ece1373c9cc9 -r 153fc4f5464f DOCS/video.html --- a/DOCS/video.html Wed Nov 21 16:51:03 2001 +0000 +++ b/DOCS/video.html Wed Nov 21 17:07:40 2001 +0000 @@ -251,7 +251,7 @@ 4.1.0 doesn't. And no TV out support. Of course with MPlayer you can happily get accelerated display, with or without TV output, and no libraries or X are needed. Read VESA driver and Radeon acceleration sections).

+HREF=#2.3.1.14>Radeon video overlay sections).

2.3.1.2.5. NeoMagic cards

@@ -820,7 +820,7 @@ it only from textmode console.

Limitations: Currently it works only with YUY2 format, so use the DirectShow codec -family with it. You should have at least 32MB of video memory.
+family with it.
Conclusion: I know there are lot of lacks and bugs. So if you are able to improve something then simply send me your patches.