[Mplayer-cvslog] CVS: main/DOCS Requirements,NONE,1.1 DGA,1.3,1.4 README,1.36,1.37 TODO,1.22,1.23
Berczi Gabor
gabucino at users.sourceforge.net
Thu May 24 18:22:20 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: mpg12play mpg_header.c,NONE,1.1 Makefile,1.1.1.1,1.2 config.mak,1.1.1.1,1.2 mpegp.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian DGA,NONE,1.1 README,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv5699/DOCS
Modified Files:
DGA README TODO
Added Files:
Requirements
Log Message:
sok csunya ize
--- NEW FILE ---
MPlayer requirements
====================
Intro
*****
This document is to tell you what MPlayer's requirements are, and where can you
find 'em.
Current Minimal Requirements:
*****************************
Binutils:
~~~~~~~~~
Brief: These utilities deal with object files.
URL: ftp://ftp.gnu.org/pub/gnu/binutils
Checking: as --version
ld --version
Note: Preferred versions are 2.9.1 or 2.10.1
GCC
~~~
Brief: Gnu Compilers Collection
URL: http://gcc.gnu.org
Checking: gcc --version
Note: Preferred versions are 2.95.3 (2.95.2 with updated libstc++ stuff)
2.96.xx won't work, they are RedHat's UNOFFICIAL and BUGGY releases
egcs-2.91.xx and early may have problems with inline assembler
GLIBC
~~~~~
Brief: GNU C library
URL: ftp://ftp.gnu.org/pub/gnu/glibc
Checking: ls -l /lib/libc[.-]*
Note: Preferred versions are 2.1.3 or 2.2.3
XFree86
~~~~~~~
Brief: Free port of X11 system on x86 architecture
URL: http://www.xfree86.org
Checking: X -version
Note: Preferred versions are 4.0.2 and 4.0.3
Win32 codecs:
~~~~~~~~~~~~~
Brief: Collection of audio/video codecs for Windows.
URL: http://mplayer.sourceforge.net/DOCS/codecs.html
Note: Please use only this codec set
Optional Requirements:
**********************
ALSA
~~~~
Brief: Advanced Linux Sound Architecture
URL: http://www.alsa-project.org/
Note: Preferred version is 0.9.x+ . For details see DOCS/README
DRI
~~~
Brief: The Direct Rendering Infrastructure
URL: http://dri.sourceforge.net/
Note: For details see DOCS/VIDEOCARDS
Utah-GLX
~~~~~~~~
Brief: An open source hardware accelerated implementation of GLX.
URL: http://utah-glx.sourceforge.net/
Note: For detail see DOCS/VIDEOCARDS
libcss
~~~~~~
Brief: libcss is required for viewing encrypted DVDs
URL: http://www.linuxvideo.org/user/dl.html
Note: For details see DOCS/DVD
liblirc
~~~~~~~
Brief: Linux Infrared Remote Control. LIRC is a package that supports receiving
and sending IR signals from/for the most common IR remote controls.
URL: http://sourceforge.net/projects/lirc/
Note: For details see DOCS/LIRC
libpng
~~~~~~
Brief: Portable Network Graphic library
URL: http://www.libpng.org/pub/png/pngcode.html
Note: For details see DOCS/README
libsdl
~~~~~~
Brief: Simple DirectMedia Layer is a cross-platform multimedia library designed
to provide fast access to the graphics framebuffer and audio device
URL: http://www.libsdl.org
Note: Preferred versions are 1.2.0+. For details see DOCS/SDL
xmmplib
~~~~~~~
Brief: Linux MultiMedia Project
URL: http://www.frozenproductions.com/xmmp/
Alt URL: http://xmmp.sourceforge.net
Note: For details see DOCS/ChangeLog
Enjoy!
MPlayer team
Index: DGA
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/DGA,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DGA 2001/05/18 20:48:21 1.3
--- DGA 2001/05/24 16:22:18 1.4
***************
*** 24,33 ****
~~~~~~~~~~~~~~~
! DGA is short for Direct Graphics Access and is a means for a programm to
bypass the X-Server and directly modifying the framebuffer memory.
Technically spoken this happens by mapping the framebuffer memory into
the memory range of your process. This is just allowed by the kernel
if you have superuser privileges. You can get these either by logging in
! as root or by setting the suid bit on the mplayer excecutable.
There are two versions of DGA: DGA1 is used by XFree 3.X.X and DGA2 was
--- 24,33 ----
~~~~~~~~~~~~~~~
! DGA is short for Direct Graphics Access and is a mean for a program to
bypass the X-Server and directly modifying the framebuffer memory.
Technically spoken this happens by mapping the framebuffer memory into
the memory range of your process. This is just allowed by the kernel
if you have superuser privileges. You can get these either by logging in
! as root or by setting the suid bit on the mplayer executable.
There are two versions of DGA: DGA1 is used by XFree 3.X.X and DGA2 was
Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/README,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** README 2001/05/15 15:18:15 1.36
--- README 2001/05/24 16:22:18 1.37
***************
*** 6,17 ****
~~~~~~
MPlayer is a movie player for LINUX. It plays most mpeg, avi and asf files,
! supported by many native and win32 DLL codecs. You can watch VCD, DVD and
! even DivX movies too. The another big feature of mplayer is the wide range
! of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib,
! fbdev, AAlib, but you can use SDL (and this way all drivers of SDL) and some
! lowlevel card-specific drivers (for Matrox/3dfx/SiS) too! Most of them
! supports software or hardware scaling, so you can enjoy movies in fullscreen.
! And what about the nice big antialiased shaded subtitles (.sub files) with
! hungarian, english, cyrillic, czech, korean fonts, and OSD?
History:
--- 6,17 ----
~~~~~~
MPlayer is a movie player for LINUX. It plays most mpeg, avi and asf files,
! supported by many native and win32 DLL codecs. You can watch VCD, DVD and even
! DivX movies too. The another big feature of mplayer is the wide range of
! supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
! AAlib, but you can use SDL (and this way all drivers of SDL) and some lowlevel
! card-specific drivers (for Matrox/3dfx/SiS) too! Most of them supports software
! or hardware scaling, so you can enjoy movies in fullscreen. And what about the
! nice big antialiased shaded subtitles (6 supported types!!!) with hungarian,
! english, cyrillic, czech, korean fonts, and OSD?
History:
Index: TODO
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/TODO,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** TODO 2001/05/10 09:48:03 1.22
--- TODO 2001/05/24 16:22:18 1.23
***************
*** 6,9 ****
--- 6,10 ----
- change to libxmm
- audio playback rate setting [Jelmer Feenstra]
+ - further optimizations
They Have Been Around For A Long Time:
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: mpg12play mpg_header.c,NONE,1.1 Makefile,1.1.1.1,1.2 config.mak,1.1.1.1,1.2 mpegp.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian DGA,NONE,1.1 README,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list