summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-17 17:32:35 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-17 17:32:35 +0000
commit2015b2bb2706aefcef8c670f9d5acc762c2fdbb1 (patch)
tree49ce524bfc11ca5163430440c5653423f73fccc8 /DOCS
parenta4aa5874f4b8c619fe6d11dc8635930e9e250f89 (diff)
downloadmpv-2015b2bb2706aefcef8c670f9d5acc762c2fdbb1.tar.bz2
mpv-2015b2bb2706aefcef8c670f9d5acc762c2fdbb1.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@485 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/AUTHORS2
-rw-r--r--DOCS/VIDEOCARDS10
-rw-r--r--DOCS/mplayer.16
3 files changed, 12 insertions, 6 deletions
diff --git a/DOCS/AUTHORS b/DOCS/AUTHORS
index bae4f71d91..ada7c625cc 100644
--- a/DOCS/AUTHORS
+++ b/DOCS/AUTHORS
@@ -20,8 +20,10 @@ Zoltán Ponekker (Pontscho/Fresh!): <pontscho@makacs.poliod.hu>
- configure script and Makefiles for easy compile
- GUI system (coming soon!)
- 3DNow! support into mp3lib
+- 3DNow! support into fastmemcpy.h
- various X11 driver changes (keyboard handling, fullscreen, bpp detect, etc)
- libvo: adding xmga driver (similar to Xv but works under X3.3.x)
+- mixer support
Gábor Lénárt (LGB): <lgb@supervisor.hu>
- testing and some improvements in mpeg player's user interface (options)
diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS
index 3d81a94195..44db8bca8a 100644
--- a/DOCS/VIDEOCARDS
+++ b/DOCS/VIDEOCARDS
@@ -152,10 +152,9 @@ a, If you don't have X...
b, You want to use framebuffer...
- ... Use --enable-fbdev switch of ./configure and the FBdev target will be
- built (don't forget to 'make distclean' first!). Yet another "don't forget" :
- read the framebuffer documentation in the kernel sources
- (Documentation/fb/*) !
+ ... Whether to build the FBdev target is autodetected during ./configure .
+ Read the framebuffer documentation in the kernel sources
+ (Documentation/fb/*) for info on how to enable it, etc.. !
... but your card doesn't support VBE 2.0 standard (older ISA/PCI
cards, such as S3 Trio64) :
@@ -163,7 +162,8 @@ b, You want to use framebuffer...
Doctor (formerly UniVBE) before booting Linux. Use a DOS boot disk or
whatever. And don't forget to register your UniVBE ;))
-
+ NOTE : FBdev video mode changing _does not work_ with the VESA framebuffer,
+ and don't ask for it, since it's not an MPlayer limitation.
Gabucino & A'rpi
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 3ff170e9c2..6c25eb0abd 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -32,6 +32,7 @@ mplayer \- Movie Player for Linux
.RB [ \-ffactor\ number ]
.RB [ \-sub\ file ]
.RB [ \-subfps\ rate ]
+.RB [ \-subdelay\ sec ]
.I file
.PP
.SH DESCRIPTION
@@ -114,6 +115,9 @@ use/display this subtitle file
.B \-subfps\ rate
specify frame/sec rate of subtitle file
(default: the same as the movie)
+.TP
+.B \-subdelay\ sec
+delays subtitles by <sec> seconds. Can be negative.
.IP
.SH "ADVANCED OPTIONS"
.TP
@@ -195,7 +199,7 @@ q or ESC stop playing and quit program
o toggle OSD: none / seek / seek+timer
-m or c use mixer master or pcm channel
+m toggle using master/pcm volume
.IP
.SH FILES AND DIRECTORIES
.TP