summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-08 17:47:23 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-08 17:47:23 +0000
commitfa2cdde3c49bd3e3217af0c6795a4da7158cbb54 (patch)
tree033ee05efde9299f45e3c40c99dd7d354bd6c9cd /DOCS
parent9c393155c7488f80cbd7d5acfae77425adf762c7 (diff)
downloadmpv-fa2cdde3c49bd3e3217af0c6795a4da7158cbb54.tar.bz2
mpv-fa2cdde3c49bd3e3217af0c6795a4da7158cbb54.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1057 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/MPlayer-FAQ9
-rw-r--r--DOCS/Hungarian/README5
-rw-r--r--DOCS/Hungarian/VIDEOCARDS15
-rw-r--r--DOCS/MPlayer-FAQ8
-rw-r--r--DOCS/README5
-rw-r--r--DOCS/VIDEOCARDS14
6 files changed, 44 insertions, 12 deletions
diff --git a/DOCS/Hungarian/MPlayer-FAQ b/DOCS/Hungarian/MPlayer-FAQ
index 8c85193405..d40d3e7926 100644
--- a/DOCS/Hungarian/MPlayer-FAQ
+++ b/DOCS/Hungarian/MPlayer-FAQ
@@ -254,3 +254,12 @@ Q: Az OSD villog!
A: Olyan vo drivert hasznalsz ami egyszeres bufferelest hasznal (x11,xv).
Xv eseten meg tudod valtoztatni a bufferek szamat a libvo/xv_xv.c-ben :
Noveld ezt : #define NUM_BUFFERS 1
+
+Q: Mi a fene van azzal a 2.96-os gcc-vel ?
+A: gcc 2.96 a RedHat NEM HIVATALOS (csak a RedHat-nal, vagy RedHat
+ disztribuciokban talalhato meg), es HIBAS gcc-je. A gcc 2.96 TELJESEN
+ hasznalhatatlan az MPlayer-rel, mert egyszeruen ATUGORJA az MMX
+ utasitasokat, nem forditja le oket. Fontos: ez NEM MPlayer-specifikus
+ problema, szamos mas project (DRI, avifile, stb..) szenved ebbol fakado
+ problemaktol.
+ ** NE HASZNALD a gcc 2.96-ot !!! **
diff --git a/DOCS/Hungarian/README b/DOCS/Hungarian/README
index 0d484b8885..2adf1423a9 100644
--- a/DOCS/Hungarian/README
+++ b/DOCS/Hungarian/README
@@ -112,8 +112,9 @@ Támogatott video outputok:
és MPEG!)
- fbdev:Megjelenítés általános framebuffereken
- svga: Megjelenítés SVGAlib-bel
-- sdl: SDL >= v1.1.7 driver (software scaling, >=1.1.8 támogatja a hardware
- gyorsítást XVideo-n keresztül, >=1.2.0 aalib)
+- sdl: 1.1.7 : software scaling
+ 1.1.8 : támogatja a hardware-es gyorsítást XVideo-n keresztül
+ 1.2.0 : aalib tamogatas
- aalib:Szöveges módú render (SDL-en keresztül, nativ driver hamarosan!)
Kártyaspecifikus:
diff --git a/DOCS/Hungarian/VIDEOCARDS b/DOCS/Hungarian/VIDEOCARDS
index de4be8e010..8ba6f5eb19 100644
--- a/DOCS/Hungarian/VIDEOCARDS
+++ b/DOCS/Hungarian/VIDEOCARDS
@@ -9,6 +9,7 @@ scale-t, bilinear filtering-et jelent. Linux alatt jónéhány módszerrel
lehet ezeket elérni:
I. Az XFree86 4.0.2 Xv (XVideo) kiterjesztése
+I.1. Kartyaspecifikus beallitasok, tudnivalok
II. OpenGL driverek, megfelelő glTexSubImage() támogatással
III. Nativ kártyaspecifikus driverek, amik egyes kártyák különleges
képességeit használják ki
@@ -69,13 +70,19 @@ Ha működésre akarod bírni, a következőket kell figyelembe venned:
Támogatnia kell a YUY2 packed, YV12 planar pixelformátumokat, hogy
használható legyen az MPlayer-rel.
- Ha az xvinfo nem írja ki mindezt, de az XVideo kiterjesztés be van töltve,
- és biztos vagy benne, hogy a kartyád tud YUV konverziót, akkor
+I.1.
+ a, Ha az xvinfo nem írja ki mindezt, de az XVideo kiterjesztés be van
+ töltve, és biztos vagy benne, hogy a kartyád tud YUV konverziót, akkor
- 3dfx voodoo3/banshee tulajok töltsenek le új DRI-t a
- http://dri.sourceforge.net címről
- - S3 Savage4-esek töltsék le az XFree86 >= 4.0.3-at
+ http://dri.sourceforge.net címről (de valoszinuleg X 4.1.0 is jo)
+ - S3 Savage4-esek töltsék le az XFree86 >= 4.0.3-at (4.1.0 ajanlott!)
- nVidia felhasználók adják el a kártyájukat... vagy nézzenek el az
nVidia site-jára
+ b, A GATOS driver (ATI kartyakhoz) alapallapotban bekapcsolt VSYNC-et
+ tartalmaz. Ez azt jelenti hogy a dekodolasi sebesseg (!) hozza van
+ szinkronizalva a monitor frissitesi frekvenciajahoz. Ha a lejatszas
+ lassunak tunik, probald meg valahogy kikapcsolni a VSYNC-et, vagy
+ allitsd a kepfrissitest n*(a film fps-e) Hz-re.
5. MPlayer-t 'xv' támogatással kell fordítani. 'configure'-nak ezt kell
kiírnia:
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index b1be52d15a..ca005a4e26 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -245,3 +245,11 @@ Q: The OSD is flickering!
A: You use a vo driver with single buffering (x11,xv). With xv you can change
the number of buffers in libvo/vo_xv.c :
Increase #define NUM_BUFFERS 1
+
+Q: What's the problem with gcc 2.96 ?
+A: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or
+ RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
+ unsupported by MPlayer, because it simply SKIPS MMX codes, it just does not
+ compile it. Important: this is NOT an MPlayer-specific problem, numerous
+ other projects (DRI, avifile, etc..) have problems with this shit too.
+ ** DO NOT USE gcc 2.96 !!! **
diff --git a/DOCS/README b/DOCS/README
index 0db3738e75..e6a7d27827 100644
--- a/DOCS/README
+++ b/DOCS/README
@@ -109,8 +109,9 @@ General:
- fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
- fbdev:Output to general framebuffers
- svga: Output to SVGAlib
-- sdl: SDL >= v1.1.7 driver (supports software scaling, and versions >=1.1.8
- even support Xvideo (thus hardware rendering) and with >=1.2.0 aalib)
+- sdl: 1.1.7 : supports software scaling
+ 1.1.8 : supports Xvideo
+ 1.2.0 : supports aalib
- aalib:Textmode rendering (through SDL, native driver is coming soon!)
Card specific:
diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS
index efa091db0a..0864f63355 100644
--- a/DOCS/VIDEOCARDS
+++ b/DOCS/VIDEOCARDS
@@ -8,6 +8,7 @@ Videocards with hardware acceleration:
bilinear filtering. Under Linux, there are several ways to access it:
I. The Xv (XVideo) extension of XFree86 4.0.2
+I.1. Card-specific notes/settings
II. OpenGL drivers with glTexSubImage() support
III. Native card-specific drivers, using special abilities of some cards
IV. DGA - direct graphic access. no YUV & scaling, but faster than raw X11
@@ -65,13 +66,18 @@ In order to make this work, be sure to check the following:
It must support YUY2 packed, and YV12 planar pixel formats to be
usable with MPlayer.
- If xvinfo doesn't show these, but XVideo extension is loaded and you're
- sure your card can do YUV conversion,
+I.1.
+ a, If xvinfo doesn't show these, but XVideo extension is loaded and you're
+ sure your card can do YUV conversion,
- 3dfx voodoo3/banshee users download a new DRI from
- http://dri.sourceforge.net
- - S3 Savage4 users download XFree86 >= 4.0.3
+ http://dri.sourceforge.net (or possibly use X 4.1.0)
+ - S3 Savage4 users download XFree86 >= 4.0.3 (4.1.0 preferred)
- nVidia users sell their card.. or download the nVidia driver from
nVidia's website
+ b, The GATOS driver (for ATI cards) has VSYNC enabled by default. It means
+ that decoding speed (!) is synced to the monitor's refresh rate. If
+ playing seems to be slow, try disabling VSYNC somehow, or set refresh
+ rate to n*(fps of the movie) Hz.
5. Be sure MPlayer is compiled with the "xv" target. "./configure" should say:
Checking for Xv ... yes