[MPlayer-DOCS] r20739 - in trunk: DOCS/man/en/mplayer.1 DOCS/xml/en/video.xml Gui/cfg.c Gui/cfg.h Gui/interface.c Gui/mplayer/gtk/opts.c Makefile configure help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-dk.h help/help_mp-el.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-ja.h help/help_mp-ko.h help/help_mp-mk.h help/help_mp-nl.h help/help_mp-pl.h help/help_mp-pt_BR.h help/help_mp-ro.h help/help_mp-ru.h help/help_mp-sk.h help/help_mp-sv.h help/help_mp-tr.h help/help_mp-uk.h help/help_mp-zh_CN.h help/help_mp-zh_TW.h libmpcodecs/Makefile libmpcodecs/vf.c libmpcodecs/vf_fame.c

diego subversion at mplayerhq.hu
Mon Nov 6 23:57:15 CET 2006


Author: diego
Date: Mon Nov  6 23:57:14 2006
New Revision: 20739

Modified:
   trunk/DOCS/man/en/mplayer.1
   trunk/DOCS/xml/en/video.xml

Changes in other areas also in this revision:
Removed:
   trunk/libmpcodecs/vf_fame.c
Modified:
   trunk/Gui/cfg.c
   trunk/Gui/cfg.h
   trunk/Gui/interface.c
   trunk/Gui/mplayer/gtk/opts.c
   trunk/Makefile
   trunk/configure
   trunk/help/help_mp-bg.h
   trunk/help/help_mp-cs.h
   trunk/help/help_mp-de.h
   trunk/help/help_mp-dk.h
   trunk/help/help_mp-el.h
   trunk/help/help_mp-en.h
   trunk/help/help_mp-es.h
   trunk/help/help_mp-fr.h
   trunk/help/help_mp-hu.h
   trunk/help/help_mp-it.h
   trunk/help/help_mp-ja.h
   trunk/help/help_mp-ko.h
   trunk/help/help_mp-mk.h
   trunk/help/help_mp-nl.h
   trunk/help/help_mp-pl.h
   trunk/help/help_mp-pt_BR.h
   trunk/help/help_mp-ro.h
   trunk/help/help_mp-ru.h
   trunk/help/help_mp-sk.h
   trunk/help/help_mp-sv.h
   trunk/help/help_mp-tr.h
   trunk/help/help_mp-uk.h
   trunk/help/help_mp-zh_CN.h
   trunk/help/help_mp-zh_TW.h
   trunk/libmpcodecs/Makefile
   trunk/libmpcodecs/vf.c

Log:
Remove remnants of long-gone libfame.


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Mon Nov  6 23:57:14 2006
@@ -5483,7 +5483,6 @@
 .TP
 .B lavc[=quality:fps]
 Fast software YV12 to MPEG-1 conversion with libavcodec for use with DVB/\:DXR3/\:IVTV.
-Faster and of better quality than \-vf fame.
 .RSs
 .IPs <quality>
 .RSss
@@ -5496,10 +5495,6 @@
 .RE
 .
 .TP
-.B "fame\ \ \ "
-Fast software YV12 to MPEG-1 conversion with libfame for use with DVB/\:DXR3/\:IVTV.
-.
-.TP
 .B dvbscale[=aspect]
 Set up optimal scaling for DVB cards, scaling the x axis in hardware and
 calculating the y axis scaling in software to keep aspect.

Modified: trunk/DOCS/xml/en/video.xml
==============================================================================
--- trunk/DOCS/xml/en/video.xml	(original)
+++ trunk/DOCS/xml/en/video.xml	Mon Nov  6 23:57:14 2006
@@ -2000,16 +2000,13 @@
 </varlistentry>
 
 <varlistentry>
-<term><option>-vf lavc/fame</option></term>
+<term><option>-vf lavc</option></term>
 <listitem><para>
 To watch non-MPEG content on the em8300 (i.e. MPEG-4 (DivX) or RealVideo)
 you have to specify an MPEG-1 video filter such as
-<systemitem class="library">libavcodec</systemitem> (lavc) or
-<systemitem class="library">libfame</systemitem> (fame). At
-the moment lavc is both faster and gives better image quality, it is suggested
-that you use that unless you have problems with it. See the man page for further
-info about <option>-vf lavc/fame</option>.
-Using lavc is highly recommended. Currently there is no way of setting the fps
+<systemitem class="library">libavcodec</systemitem> (lavc).
+See the man page for further info about <option>-vf lavc</option>.
+Currently there is no way of setting the fps
 of the em8300 which means that it is fixed to 30000/1001 fps. Because of this it is
 highly recommended that you use <option>-vf lavc=<replaceable>quality</replaceable>:25</option>
 especially if you are using prebuffering. Then why 25 and not 30000/1001? Well, the



More information about the MPlayer-DOCS mailing list