comparison DOCS/README @ 96:2c04d6650bc9

very much changes
author gabucino
date Mon, 12 Mar 2001 14:56:55 +0000
parents 2d68bae1aca3
children 845cef1a5ba0
comparison
equal deleted inserted replaced
95:2c2d82db06ef 96:2c04d6650bc9
72 - Win32 ICM (VfW) video codecs (for example DivX using DIVXC32.DLL) 72 - Win32 ICM (VfW) video codecs (for example DivX using DIVXC32.DLL)
73 - OpenDivX encore & decore (see ProjectMayo) 73 - OpenDivX encore & decore (see ProjectMayo)
74 74
75 Supported video output devices: 75 Supported video output devices:
76 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device 77 - mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device
78 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window 78 - xmga: Matrox G200/G400 overlay (mga_vid) in X11 window
79 (Xv emulation on X 3.3.x !) 79 (Xv emulation on X 3.3.x !)
80 - x11: X11 optionally with SHM extension 80 - x11: X11 optionally with SHM extension
81 - dga: X11 DGA extension (only in 24/32bpp) 81 - dga: X11 DGA extension (only in 24/32bpp)
82 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!) 82 - fsdga:X11 DGA extension with fullscreen scaling (only 24/32bpp and MPEG!)
83 - xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling) 83 - xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling)
84 - gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers) 84 - gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers)
85 - syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken) 85 - syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken)
86 - 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken) 86 - 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
87 - sdl: SDL >= v1.1.7 driver (slower than 'x11', but supports software scaling) 87 - sdl: SDL >= v1.1.7 driver (slower than 'x11', but supports software scaling)
88 - null: Null output (for speed tests/benchmarking) 88 (NOT supported by us! Don't submit SDL bugreports!)
89 - pgm: PGM file output (for testing purposes) 89 - null: Null output (for speed tests/benchmarking)
90 - md5: MD5sum output (for mpeg conformance tests) 90 - pgm: PGM file output (for testing purposes)
91 - md5: MD5sum output (for mpeg conformance tests)
92
91 NOTE: not all are available for AVI files 93 NOTE: not all are available for AVI files
92 94
93 Supported audio output devices: 95 Supported audio output devices:
94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95 - OSS driver 97 - OSS driver
96 - ALSA driver with OSS emulation 98 - ALSA driver with OSS emulation
97 - ESD with the esddsp utility 99 - ESD with the esddsp utility
100
101 NOTE: check DOCS/SOUNDCARDS !
98 102
99 Speed: 103 Speed:
100 ~~~~~~ 104 ~~~~~~
101 Most of time-critical parts are optimized for MMX/SSE/3DNow!. 105 Most of time-critical parts are optimized for MMX/SSE/3DNow!.
102 You can improve rendering speed by setting up MTRR registers, see doc in MTRR. 106 You can improve rendering speed by setting up MTRR registers, see doc in MTRR.