changeset 484:c67c6e9c1fb3

*** empty log message ***
author gabucino
date Tue, 17 Apr 2001 17:32:35 +0000
parents 92f170c8b9ba
children dfafa47d751d
files DOCS/AUTHORS DOCS/VIDEOCARDS DOCS/mplayer.1
diffstat 3 files changed, 12 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/AUTHORS	Tue Apr 17 06:22:48 2001 +0000
+++ b/DOCS/AUTHORS	Tue Apr 17 17:32:35 2001 +0000
@@ -20,8 +20,10 @@
 - 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)
--- a/DOCS/VIDEOCARDS	Tue Apr 17 06:22:48 2001 +0000
+++ b/DOCS/VIDEOCARDS	Tue Apr 17 17:32:35 2001 +0000
@@ -152,10 +152,9 @@
 
 
 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 @@
   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
 
--- a/DOCS/mplayer.1	Tue Apr 17 06:22:48 2001 +0000
+++ b/DOCS/mplayer.1	Tue Apr 17 17:32:35 2001 +0000
@@ -32,6 +32,7 @@
 .RB [ \-ffactor\ number ]
 .RB [ \-sub\ file ]
 .RB [ \-subfps\ rate ]
+.RB [ \-subdelay\ sec ]
 .I file
 .PP
 .SH DESCRIPTION
@@ -114,6 +115,9 @@
 .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 @@
 
 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