diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html index 51473023a4..53549682ad 100644 --- a/DOCS/Hungarian/documentation.html +++ b/DOCS/Hungarian/documentation.html @@ -271,6 +271,10 @@ probl

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

diff --git a/DOCS/Hungarian/faq.html b/DOCS/Hungarian/faq.html index 104c431e47..5005bee057 100644 --- a/DOCS/Hungarian/faq.html +++ b/DOCS/Hungarian/faq.html @@ -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 @@ Friss 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 @@ Mikor ford 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 @@ A k 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 @@ Nem fogsz tudni. Vannak sokkal alkalmasabb lej 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 --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html index e0e2d745dd..716b53c5b8 100644 --- a/DOCS/Hungarian/video.html +++ b/DOCS/Hungarian/video.html @@ -812,8 +812,7 @@ kiad 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 --git a/DOCS/documentation.html b/DOCS/documentation.html index 3d506491be..eb54817cbc 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -268,7 +268,7 @@ experience any problems:
  • 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 @@ XAnim codecs section.
  • 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 --git a/DOCS/faq.html b/DOCS/faq.html index cf87d5d354..128f39e826 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -20,7 +20,7 @@ Probably there is no such file or directory. 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 @@ house, etc etc. Do you really want it? It seems.

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 @@ When compiling MEncoder, it segfaults at linking !!! 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 @@ Your card probably misreports its colorspace capacity. Try with YUY2 instead 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 @@ This won't be done. It was, but then it fucked up A/V sync. Feel free to 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 --git a/DOCS/gcc-2.96-3.0.html b/DOCS/gcc-2.96-3.0.html index f745f8b5de..cca73a660f 100644 --- a/DOCS/gcc-2.96-3.0.html +++ b/DOCS/gcc-2.96-3.0.html @@ -54,6 +54,11 @@ elements, including gcc 2.96 release number, enabled mplayer features, etc. 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 --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html index f792cefdeb..4b43372264 100644 --- a/DOCS/users_against_developers.html +++ b/DOCS/users_against_developers.html @@ -11,6 +11,8 @@ mailing list. Number one is of course the topic of the

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 --git a/DOCS/video.html b/DOCS/video.html index 30a4de4259..d9d2a5a697 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -251,7 +251,7 @@ disabling VSYNC somehow, or set refresh rate to n*(fps of the movie) Hz. 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 @@ driver.

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.