summaryrefslogtreecommitdiffstats
path: root/DOCS/README
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-12 14:56:55 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-12 14:56:55 +0000
commit6c808070300dd8c19bc0cacbcde06b874a134be5 (patch)
tree94e4f788e1387dd63f041d50438635079ab89f0a /DOCS/README
parentca0baa0c3481b82f6847e03819ca472ad4d297c7 (diff)
downloadmpv-6c808070300dd8c19bc0cacbcde06b874a134be5.tar.bz2
mpv-6c808070300dd8c19bc0cacbcde06b874a134be5.tar.xz
very much changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@97 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/README')
-rw-r--r--DOCS/README24
1 files changed, 14 insertions, 10 deletions
diff --git a/DOCS/README b/DOCS/README
index 4ba43abfe2..9630315108 100644
--- a/DOCS/README
+++ b/DOCS/README
@@ -74,20 +74,22 @@ Supported video codecs:
Supported video output devices:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
-- xmga: Matrox G200/G400 overlay (mga_vid) in X11 window
+- mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
+- xmga: Matrox G200/G400 overlay (mga_vid) in X11 window
(Xv emulation on X 3.3.x !)
-- x11: X11 optionally with SHM extension
+- x11: X11 optionally with SHM extension
- dga: X11 DGA extension (only in 24/32bpp)
- fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
-- xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling)
-- gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers)
+- xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling)
+- gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers)
- syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken)
-- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
-- sdl: SDL >= v1.1.7 driver (slower than 'x11', but supports software scaling)
-- null: Null output (for speed tests/benchmarking)
-- pgm: PGM file output (for testing purposes)
-- md5: MD5sum output (for mpeg conformance tests)
+- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
+- sdl: SDL >= v1.1.7 driver (slower than 'x11', but supports software scaling)
+ (NOT supported by us! Don't submit SDL bugreports!)
+- null: Null output (for speed tests/benchmarking)
+- pgm: PGM file output (for testing purposes)
+- md5: MD5sum output (for mpeg conformance tests)
+
NOTE: not all are available for AVI files
Supported audio output devices:
@@ -96,6 +98,8 @@ Supported audio output devices:
- ALSA driver with OSS emulation
- ESD with the esddsp utility
+NOTE: check DOCS/SOUNDCARDS !
+
Speed:
~~~~~~
Most of time-critical parts are optimized for MMX/SSE/3DNow!.