[Mplayer-cvslog] CVS: main/DOCS AUTHORS,1.26,1.27 CODECS,1.17,1.18 ChangeLog,1.13,1.14 DVD,1.1,1.2 DVD-FAQ,1.1,1.2 MPlayer-FAQ,1.17,1.18 README,1.18,1.19 TODO,1.16,1.17 example.conf,1.13,1.14 mplayer.1,1.19,1.20
Berczi Gabor
gabucino at users.sourceforge.net
Thu Apr 19 14:10:20 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS CDROM,NONE,1.1 AUTHORS,1.25,1.26 SOUNDCARDS,1.12,1.13 example.conf,1.12,1.13 mplayer.1,1.18,1.19
- Next message: [Mplayer-cvslog] CVS: main/DOCS AUTHORS,1.26,1.27 CODECS,1.17,1.18 ChangeLog,1.13,1.14 DVD,1.1,1.2 DVD-FAQ,1.1,1.2 MPlayer-FAQ,1.17,1.18 README,1.18,1.19 TODO,1.16,1.17 example.conf,1.13,1.14 mplayer.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/DOCS
In directory usw-pr-cvs1:/tmp/cvs-serv17029/DOCS
Modified Files:
AUTHORS CODECS ChangeLog DVD DVD-FAQ MPlayer-FAQ README TODO
example.conf mplayer.1
Log Message:
reviewed for release
Index: AUTHORS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/AUTHORS,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** AUTHORS 2001/04/19 09:17:41 1.26
--- AUTHORS 2001/04/19 12:10:18 1.27
***************
*** 16,23 ****
- opendivx decoder speed optimizations (see opendivx/ChangeLog)
- OSD & SUB display code
Zoltán Ponekker (Pontscho/Fresh!): <pontscho at makacs.poliod.hu>
- configure script and Makefiles for easy compile
! - GUI system (coming soon!)
- 3DNow! support into mp3lib
- 3DNow! support into fastmemcpy.h
--- 16,24 ----
- opendivx decoder speed optimizations (see opendivx/ChangeLog)
- OSD & SUB display code
+ - everything that isn't listed elsewhere
Zoltán Ponekker (Pontscho/Fresh!): <pontscho at makacs.poliod.hu>
- configure script and Makefiles for easy compile
! - GUI system (/still/ coming soon!)
- 3DNow! support into mp3lib
- 3DNow! support into fastmemcpy.h
***************
*** 107,111 ****
Mark Podlipec:
! - xanim author [i'm using its aLaw audio decoder]
Jutta Degener and Carsten Bormann:
--- 108,112 ----
Mark Podlipec:
! - xanim author [I'm using its aLaw audio decoder]
Jutta Degener and Carsten Bormann:
Index: CODECS
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/CODECS,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** CODECS 2001/04/15 20:31:57 1.17
--- CODECS 2001/04/19 12:10:18 1.18
***************
*** 47,51 ****
ir32_32.dll: works, no YUV, image upside-down
- ASUS ASV2: (ASV2)
! asusasv2.dll: loads, image upside-down and very pixelized (no YUY2, but YVYU)
- ATI VCR1: (VCR1)
ativcr1.dll: can't load (16-bit DLL)
--- 47,51 ----
ir32_32.dll: works, no YUV, image upside-down
- ASUS ASV2: (ASV2)
! asusasv2.dll: works, image upside-down on RGB (YUV ok!)
- ATI VCR1: (VCR1)
ativcr1.dll: can't load (16-bit DLL)
***************
*** 68,73 ****
- Indeo Video 3.1: (IV31)
ir32_32.dll: not tested (no sample file)
- - AngelPotion MPEG-4: (AP41,AP42)
- APmpg4v1.dll: not tested
- Windows Media Video 8 (WMV2)
wmv8ds32.ax: not tested (no sample file)
--- 68,71 ----
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** ChangeLog 2001/03/21 20:34:05 1.13
--- ChangeLog 2001/04/19 12:10:18 1.14
***************
*** 3,7 ****
~~~~~~~~~~
! *** 0.11 release is coming SOON!??? ***
v0.11-pre27-CVS:
--- 3,10 ----
~~~~~~~~~~
! v0.12 "IdegCounter" :
! - TODO, A'rpi
!
! * v0.11 skipped, renamed to 0.12 *
v0.11-pre27-CVS:
Index: DVD
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/DVD,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DVD 2001/04/18 19:07:41 1.1
--- DVD 2001/04/19 12:10:18 1.2
***************
*** 28,32 ****
Directory contains header file 'css.h' of libcss.
! NOTE: There is no autodetection for libcss! You must require it with
configure options.
--- 28,32 ----
Directory contains header file 'css.h' of libcss.
! NOTE: Currently there is no autodetection for libcss! You MUST specify it with
configure options.
***************
*** 37,51 ****
where,
! '-dvd /dev/dvd' tells mplayer the device name of your DVD drive.
it's used in disc authentication process
the filename is simply a VOB file path on the disc
! Note that according my experiences disc authentication requires root
! privilegies so you must run mplayer as root! (see section 'Problems').
NOTE about the sound:
! It seems that mplayer sometimes fails to find the first audio stream.
! You can specify it with using the '-aid 128' option, for example.
Please experience with 128,129 and similar values. See section
'Problems'.
--- 37,51 ----
where,
! '-dvd /dev/dvd' tells MPlayer the device name of your DVD drive.
it's used in disc authentication process
the filename is simply a VOB file path on the disc
! Note that according to my experiences, disc authentication requires root
! privileges so you must run MPlayer as root! (see section 'Problems').
NOTE about the sound:
! It seems that MPlayer sometimes fails to find the first audio stream.
! You can specify it with the '-aid 128' option, for example.
Please experience with 128,129 and similar values. See section
'Problems'.
***************
*** 55,67 ****
~~~~~~~~~~~~~~~~
dvdauth.c
! Issues DVD disc and title authentication and fills key_disc and key_title
! arraies.
dvdauth.h
header file
! These files are embeded inside an '#ifdef ... #endif' block, so if libcss
support was not requested, they do not produce any code and of course
! libcss is not linked against mplayer either.
--- 55,67 ----
~~~~~~~~~~~~~~~~
dvdauth.c
! Issues DVD disc and title authentication and fills key_disc and
! key_title arraies.
dvdauth.h
header file
! These files are embedded inside an '#ifdef ... #endif' block, so if libcss
support was not requested, they do not produce any code and of course
! libcss is not linked against MPlayer either.
***************
*** 84,89 ****
CPU usage with '-nosound'. Unfortunately with sound my machine is
not enough :( Maybe it can be improved somewhat ...
! Guess, it's not so bad ... According reports from my friends
! xine uses 80-90% CPU to play DVD on much more powerfull machines
like 1GHz Athlon systems (as far as I know, it's said that about
300MHz celeron is the minimum to watch DVDs ... using windows
--- 84,89 ----
CPU usage with '-nosound'. Unfortunately with sound my machine is
not enough :( Maybe it can be improved somewhat ...
! Guess, it's not so bad ... According to reports from my friends
! xine uses 80-90% CPU to play DVD on much more powerful machines
like 1GHz Athlon systems (as far as I know, it's said that about
300MHz celeron is the minimum to watch DVDs ... using windows
***************
*** 100,110 ****
* disc authentication (the FIBMAP ioctl) requires root privilegies.
this is strange since OMS can do it as user too.
! * sound. I'm using my only DVD disc (The Matrix) to test mplayer.
! some VOB file has English sound, some has Spanish and some has
no sound at all.
IT SEEMS that if I give '-aid 128' everything works with English sound ...
! * strange effects but only with SOME vob
! files (it looks like some interlacing effect, eg: every 2nd line
! on the screen is from the last frame).
--- 100,109 ----
* disc authentication (the FIBMAP ioctl) requires root privilegies.
this is strange since OMS can do it as user too.
! * sound. I'm using my only DVD disc (The Matrix) to test MPlayer.
! some VOB file have English sound, some have Spanish and some have
no sound at all.
IT SEEMS that if I give '-aid 128' everything works with English sound ...
! * strange effects but only with SOME vob files (it looks like some interlacing
! effect, eg: every 2nd line on the screen is from the last frame).
Index: DVD-FAQ
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/DVD-FAQ,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DVD-FAQ 2001/04/18 19:07:41 1.1
--- DVD-FAQ 2001/04/19 12:10:18 1.2
***************
*** 2,26 ****
A: Read file 'DVD' as well.
! Q: How can I actually watch DVD with mplayer?
! A: Ehh. Goes on reading this file as well as 'DVD' (hint: you must have libcss)
Q: Seems to work but no sound.
! A: Use '-aid 128' (or try: 128,129,...) mplayer command line switch
Q: I have got Spanish audio instead of English (or similar problems)
A: See the last question/answer.
! Q: mplayer complains about FIBMAP or something.
! A: Try to run mplayer as root.
! Q: some strange effect (interlace like thing) mainly when fast moving objects
! are shown in the movie
A: known problem, we try to fix it later
! Q: DVD support in mplayer is a piece of shit!
A: You're probably right :) However please contact us if you can improve it!
! Q: How can I compile mplayer to be able to watch DVDs?
! A: Read file 'DVD' (as usuall).
Q: Where can I get libcss package from?
--- 2,30 ----
A: Read file 'DVD' as well.
! Q: How can I actually watch DVD with MPlayer?
! A: Ehh. Go on reading this file as well as 'DVD' (hint: you must have libcss)
+ Q: So MPlayer can play DVDs? Then it must use DeCSS ! You are under arrest
+ under the XYZ#$ paragraph of the--
+ A: Get back asshole, there is no DeCSS code in MPlayer. It links to libcss.
+
Q: Seems to work but no sound.
! A: Use '-aid 128' (or try: 128,129,...) command line switch
Q: I have got Spanish audio instead of English (or similar problems)
A: See the last question/answer.
! Q: MPlayer complains about FIBMAP or something.
! A: Try to run MPlayer as root.
! Q: some strange effect (interlace like thing) especially when fast moving
! objects are shown in the movie
A: known problem, we try to fix it later
! Q: DVD support in MPlayer is a piece of shit!
A: You're probably right :) However please contact us if you can improve it!
! Q: How can I compile MPlayer to be able to watch DVDs?
! A: Read file 'DVD' (as usual).
Q: Where can I get libcss package from?
Index: MPlayer-FAQ
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/MPlayer-FAQ,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** MPlayer-FAQ 2001/04/18 19:10:05 1.17
--- MPlayer-FAQ 2001/04/19 12:10:18 1.18
***************
*** 15,19 ****
Q: SDL output doesn't work or compile. Problem is ....
! A: It is tested with SDL v1.1.8 (probably runs on 1.1.7 too).
It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask.
--- 15,19 ----
Q: SDL output doesn't work or compile. Problem is ....
! A: It is tested with SDL v1.2.0 (probably runs on 1.1.7+ too).
It does NOT work with 1.1.6, 1.1.5 1.1.4 1.1.3 1.0.4 etc, don't ask.
***************
*** 27,31 ****
A: It's very experimental & buggy code, and it's UNSUPPORTED by us.
Please do NOT report bugs or ask features relating to SDL.
! But you can improve it, and send us patches!
Q: It doesn't compile, and it misses uint64_t inttypes.h and similar things...
--- 27,31 ----
A: It's very experimental & buggy code, and it's UNSUPPORTED by us.
Please do NOT report bugs or ask features relating to SDL.
! If you can improve it, send us patches!
Q: It doesn't compile, and it misses uint64_t inttypes.h and similar things...
***************
*** 36,40 ****
A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer)
! Q: fullscreen option (-fs) and/or -xy doesn't work with x11 driver (-vo x11)
A: x11 driver doesn't support scaling, but XF86VidMode support is now
used: you must specify the -vm and the -fs switch, and you're done.
--- 36,40 ----
A: Only kernel versions 2.4.x supports SSE (or try latest 2.2.19 or newer)
! Q: -xy option doesn't work with x11 driver (-vo x11)
A: x11 driver doesn't support scaling, but XF86VidMode support is now
used: you must specify the -vm and the -fs switch, and you're done.
***************
*** 178,181 ****
Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play it !
! A: There were/are some known issues with asfrecorder, and the ASF format is
! a big crap itself. Please contact us, so the bug can be fixed.
--- 178,187 ----
Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play it !
! A: asfrecorder, and the ASF format itself is a big crap.
! Do not contact us, go to hell.
!
! Q: Umm, what is "IdegCounter" ?
! A: A mixture of a hungarian and an english word. In english, "Ideg" means
! "nerve", and is pronounced as something like "ydaegh" . It was first used
! to measure the nervousness of A'rpi, after some (umm) "mystic" disappearance
! of CVS code ;)
Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** README 2001/04/13 15:01:49 1.18
--- README 2001/04/19 12:10:18 1.19
***************
*** 1,4 ****
! MoviePlayer v0.11 (C) 2000-2001. by Arpad Gereoffy (A'rpi/ESP-team)
! ================= * See the file AUTHORS for the complete list! *
About:
--- 1,4 ----
! MoviePlayer v0.12 "IdegCounter" (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team)
! =============================== * See the file AUTHORS for the complete list *
About:
***************
*** 16,22 ****
- mpg12play 2nd generation (v0.5-), using dvdview by Dirk Farin
- mpg12play 3nd generation (v0.9-), using libmpeg2 (mpeg2dec) by Aaron Holtzman
! - mplayer has born, containing mpg12play 0.90pre5 and a new simple avi player
! - mplayer 0.10, mpeg and avi player in a single binary
! - mplayer 0.11: added .asf file support, and OpenDivX en/decoding
As you see, I didn't write any codecs, just some players. But I spent
--- 16,25 ----
- mpg12play 2nd generation (v0.5-), using dvdview by Dirk Farin
- mpg12play 3nd generation (v0.9-), using libmpeg2 (mpeg2dec) by Aaron Holtzman
! - MPlayer has born, containing mpg12play 0.90pre5 and a new simple avi player
! - MPlayer 0.10, mpeg and avi player in a single binary
! - MPlayer 0.11: added .asf file support, and OpenDivX en/decoding
! - MPlayer 0.12 "IdegCounter"
! The release version of the 0.11 development code. Far too many enhancements
! to fit here (A'rpi?). Try it, and be amazed.
As you see, I didn't write any codecs, just some players. But I spent
***************
*** 48,51 ****
--- 51,55 ----
- RIFF AVI file format
- ASF 1.0 file format
+ - (De)crypted VOB files from DVD (experimental!)
Supported audio & video codecs:
***************
*** 81,85 ****
- OSS driver
- ALSA driver with OSS emulation (NOT recommended, causes annoying delays)
! - ESD with the esddsp utility (not tested)
NOTE: check DOCS/SOUNDCARDS !
--- 85,89 ----
- OSS driver
- ALSA driver with OSS emulation (NOT recommended, causes annoying delays)
! - ESD with the esddsp utility (not tested, not recommended, see ALSA)
NOTE: check DOCS/SOUNDCARDS !
***************
*** 104,107 ****
--- 108,114 ----
p or SPACE pause movie (press any key to continue)
q or ^C stop playing and quit program
+ o toggle OSD : none / seek / seek+timer
+ / and * decrease/increase volume
+ m toggle using master/pcm channel for volume setting
Examples:
***************
*** 109,116 ****
mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
mplayer -vcd 2 /dev/cdrom
mplayer -alsa -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
! Note: for using Matrox YUV driver (-vo mga or xmga), you have to first
! load the driver: insmod drivers/mga_vid.o
License:
--- 116,127 ----
mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
mplayer -vcd 2 /dev/cdrom
+ mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob
mplayer -alsa -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
! Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have
! to load the driver: insmod drivers/mga_vid.o , or to make it automatic
! insert the following line at the end of /etc/modules.conf:
! alias char-major-178 mga_vid
! and run 'depmod -a' .
License:
***************
*** 181,185 ****
- if you are a user, send us a bugreport (see above), including these:
- output of ./configure
! - output of make dep and make
- config.h and all of config.mak files
Note: many users reported that SSE was not detected while running on P3.
--- 192,196 ----
- if you are a user, send us a bugreport (see above), including these:
- output of ./configure
! - output of make
- config.h and all of config.mak files
Note: many users reported that SSE was not detected while running on P3.
***************
*** 216,220 ****
7. sound-related problems:
- maybe your card doesn't support 48kHz playback and the movie requires it.
! - try player with the -noalsa option
- delayed audio with some AVI files: try with -bps or -nobps option!
- if you experienced delayed audio, try to compensate with -delay or -abs.
--- 227,232 ----
7. sound-related problems:
- maybe your card doesn't support 48kHz playback and the movie requires it.
! - try MPlayer with the -noalsa option
! - compile MPlayer with --disable-select
- delayed audio with some AVI files: try with -bps or -nobps option!
- if you experienced delayed audio, try to compensate with -delay or -abs.
***************
*** 249,258 ****
http://lists.sourceforge.net/lists/listinfo/mplayer-matrox
! - MPlayer CVS-log: (announce about _every_ CVS commits)
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
Standard Disclaimer:
~~~~~~~~~~~~~~~~~~~~
! Use only at your own risk! There may be errors and inaccuracies that could
! be damaging to your system or your eye. Proceed with caution, and although
! this is highly unlikely, I don't take any responsibility for that!
--- 261,270 ----
http://lists.sourceforge.net/lists/listinfo/mplayer-matrox
! - MPlayer CVS-log: (announce about _every_ CVS commit)
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
Standard Disclaimer:
~~~~~~~~~~~~~~~~~~~~
! Use only at your own risk! There may be errors and inaccuracies that could
! damage your system or your eye. Proceed with caution, and although this is
! highly unlikely, we don't take any responsibility for that!
Index: TODO
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/TODO,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** TODO 2001/04/04 16:47:53 1.16
--- TODO 2001/04/19 12:10:18 1.17
***************
*** 2,30 ****
~~~~~~
Urgent:
! - asterix.avi audio delays after 5-10 mins (bps mode only)
! - finish ASF seeking (find next keyframe)
! - fix DGA driver to work in 15/16 bpp (DONE??? - bpp switch workaround)
! - fix x11 driver to work without SHM (for remote playing etc)
!
! Fix compilation problems:
! - SDL version detection into ./configure - DONE (disabled :))
! Libvo features:
! - framebuffer and svgalib support (DONE)
! - real fullscreen (black bands at unused areas) support - DONE for xmga & x11
! - fix X4.0.x/DRI OpenGL (doesn't really work, at least mga & tdfx & nvidia)
! Player features:
! - libcss support
! - subtitles (.sub files) & OSD support (DONE)
! - show movie length / position in percent (no, but there is a seekbar)
- show current frame number [Gabucino]
- seek_to_frame and seek_to_index options
- fix mp3lib to avoid segfault with some damaged .avi files (workaround: -afm 4)
! - integrating the gui?
! - support for more codecs (sample .avi files and .dll needed!) - HELP!
! - support for MPEG TS (transport streams) and PES format - I need sample files!
! - verify valid range of numeric options (like '-xy 0') - new configfile code?
! (DONE)
! - audio copy/encoding capability
! - seeking support for broken avi files without index chunk
--- 2,25 ----
~~~~~~
Urgent:
! - support for more codecs (sample .avi files and .dll needed!) - HELP!
! They Have Been Around For A Long Time:
! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! High Priority:
! - integrating the gui?
! - finish ASF seeking (find next keyframe)
! - seeking support for broken avi files without index chunk
! - support for MPEG TS (transport streams) and PES format (?) - I need
! sample files!
! - audio copy/encoding capability
! Medium Priority:
! - fix x11 driver to work without SHM (for remote playing etc)
- show current frame number [Gabucino]
- seek_to_frame and seek_to_index options
- fix mp3lib to avoid segfault with some damaged .avi files (workaround: -afm 4)
!
! Low Priority:
! - SDL version detection into ./configure - DONE (disabled :))
! - asterix.avi audio delays after 5-10 mins (bps mode only)
! - fix X4.0.x/DRI OpenGL (doesn't really work, at least mga & tdfx & nvidia)
Index: example.conf
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/example.conf,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** example.conf 2001/04/19 09:17:41 1.13
--- example.conf 2001/04/19 12:10:18 1.14
***************
*** 16,31 ****
vm=no # Tries to change to a different videomode
! # Used by drivers: dga2, x11 (, sdl?)
#bpp=0 # Force changing display depth.
# Valid settings are: 0, 15, 16, 24, 32
! # NEEDS 'vm=yes' TOO ! (?)
# Used by drivers: fbdev, dga2, svga
zoom=no # Enable software scaling (powerful CPU needed)
! # Used by drivers: svga, (sdl - why not?)
! # x=800 # scale movie to <x> width
! # y=600 # scale movie to <y> height
##
--- 16,31 ----
vm=no # Tries to change to a different videomode
! # Used by drivers: dga2, x11, sdl
#bpp=0 # Force changing display depth.
# Valid settings are: 0, 15, 16, 24, 32
! # may need 'vm=yes' too.
# Used by drivers: fbdev, dga2, svga
zoom=no # Enable software scaling (powerful CPU needed)
! # Used by drivers: svga
! # x=800 # scale movie to <x> pixels width
! # y=600 # scale movie to <y> pixles height
##
***************
*** 58,61 ****
--- 58,69 ----
alsa = nem
+ ##
+ ## resample the fonts' alphamap
+ ## 0 plain white fonts
+ ## 0.75 very narrow black outline (default)
+ ## 1 narrow black outline
+ ## 10 bold black outline
+ ##
+
ffactor = 0.75
***************
*** 81,84 ****
--- 89,93 ----
##
## Specify DVD device (you need to install libcss, then recompile mplayer!)
+ ## (uncomment it _only_ if you _really_ have a DVD drive!)
##
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** mplayer.1 2001/04/19 09:17:41 1.19
--- mplayer.1 2001/04/19 12:10:18 1.20
***************
*** 1,7 ****
.\" MPlayer (C) 2000-2001 Arpad Gereoffy <arpi at esp-team.scene.hu>
.\" This manpage was/is done by Gabucino
- .\" Manpage v1.1
.\"
! .TH MPlayer 0.11
.SH NAME
mplayer \- Movie Player for Linux
--- 1,6 ----
.\" MPlayer (C) 2000-2001 Arpad Gereoffy <arpi at esp-team.scene.hu>
.\" This manpage was/is done by Gabucino
.\"
! .TH MPlayer-0.12 IdegCounter
.SH NAME
mplayer \- Movie Player for Linux
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/DOCS CDROM,NONE,1.1 AUTHORS,1.25,1.26 SOUNDCARDS,1.12,1.13 example.conf,1.12,1.13 mplayer.1,1.18,1.19
- Next message: [Mplayer-cvslog] CVS: main/DOCS AUTHORS,1.26,1.27 CODECS,1.17,1.18 ChangeLog,1.13,1.14 DVD,1.1,1.2 DVD-FAQ,1.1,1.2 MPlayer-FAQ,1.17,1.18 README,1.18,1.19 TODO,1.16,1.17 example.conf,1.13,1.14 mplayer.
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list