r28950 - in trunk: Changelog DOCS/man/en/mplayer.1 Makefile configure libvo/video_out.c libvo/vo_kva.c
Author: diego Date: Sat Mar 14 19:44:58 2009 New Revision: 28950 Log: KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Added: trunk/libvo/vo_kva.c Modified: trunk/Changelog trunk/Makefile trunk/configure trunk/libvo/video_out.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Sat Mar 14 18:01:28 2009 (r28949) +++ trunk/DOCS/man/en/mplayer.1 Sat Mar 14 19:44:58 2009 (r28950) @@ -3596,6 +3596,23 @@ Try this option if you have display prob .PD 1 . .TP +.B kva (OS/2 only) +Video output driver that uses the libkva interface. +.PD 0 +.RSs +.IPs snap +Force SNAP mode. +.IPs wo +Force WarpOverlay! mode. +.IPs dive +Force DIVE mode. +.IPs (no)t23 +Enable/disable workaround for T23 laptop (default: \-not23). +Try to enable this option if your video card supports upscaling only. +.RE +.PD 1 +. +.TP .B quartz (Mac OS X only) Mac OS X Quartz video output driver. Under some circumstances, it might be more efficient to force a
Hi ^^ diego wrote:
Author: diego Date: Sat Mar 14 19:44:58 2009 New Revision: 28950
Log: KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
Modified: trunk/DOCS/man/en/mplayer.1 [...] +.IPs (no)t23 +Enable/disable workaround for T23 laptop (default: \-not23). +Try to enable this option if your video card supports upscaling only.
I dislike the `-' in front of the option name inside the default statement. AFAICT usually it is just written without it or `(default: disabled)' is used instead. I would go with the method repeating the option name and just use `(default: not23)', as in my oppinion some amount of redundancy in documentation usually helps the reader. [...] Alexander
On Thu, Sep 03, 2009 at 10:34:15PM +0200, Alexander Strasser wrote:
diego wrote:
Log: KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
Modified: trunk/DOCS/man/en/mplayer.1
[...]
+.IPs (no)t23 +Enable/disable workaround for T23 laptop (default: \-not23). +Try to enable this option if your video card supports upscaling only.
I dislike the `-' in front of the option name inside the default statement. AFAICT usually it is just written without it or `(default: disabled)' is used instead.
I settled for the latter. Diego
Diego Biurrun wrote:
On Thu, Sep 03, 2009 at 10:34:15PM +0200, Alexander Strasser wrote:
diego wrote:
Log: KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
Modified: trunk/DOCS/man/en/mplayer.1
[...]
+.IPs (no)t23 +Enable/disable workaround for T23 laptop (default: \-not23). +Try to enable this option if your video card supports upscaling only.
I dislike the `-' in front of the option name inside the default statement. AFAICT usually it is just written without it or `(default: disabled)' is used instead.
I settled for the latter.
OK, thanks! Alexander
On Sat, 14 Mar 2009 19:44:58 +0100 (CET) diego <subversion@mplayerhq.hu> wrote:
Author: diego
just replaying at this patch, but others fill in too i've noticed some 'disorder' of option and/or video/audio drivers (for instance, maybe the drivers should be ordered (alph.) by name or by operating system, and some options better ordered) PS i name kva and PARD drivers, -ausid option, vdpau stuff.... (those, i have seen) imho...
participants (4)
-
Alexander Strasser -
diego -
Diego Biurrun -
Paul TT