From 23599b030c87c64c5c4cdb0e9a96338ef230a18b Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Mar 2009 11:36:39 +0000 Subject: DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28775 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 403e520582..4e3ef1f40a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2836,6 +2836,18 @@ Playing a file with \-v will show a list of available devices. .PD 1 . .TP +.B dart (OS/2 only) +OS/2 DART audio output driver +.PD 0 +.RSs +.IPs (no)share +Open DART in shareable or exclusive mode. +.IPs bufsize= +Set buffer size to in samples (default: 2048). +.RE +.PD 1 +. +.TP .B dxr2 (also see \-dxr2) (DXR2 only) Creative DXR2 specific output driver . -- cgit v1.2.3 From ebe16af2c74dfe2850457a05a25d1d05a8f5f7b3 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 1 Mar 2009 19:11:46 +0000 Subject: Document that -heartbeat-cmd is only for video, not audio-only (should this be changed?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28786 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 4e3ef1f40a..51f3d9c03d 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -904,6 +904,7 @@ i.e.\& using the shell. MPlayer uses this command without any checking, it is your responsibility to ensure it does not cause security problems (e.g.\& make sure to use full paths if "." is in your path like on Windows). +It also only works when playing video (i.e. not with \-novideo but works with \-vo null). .sp 1 This can be "misused" to disable screensavers that do not support the proper X API (also see \-stop\-xscreensaver). -- cgit v1.2.3 From 5eb241bebf84b87bd6dd74a6dcb60e63e78817f2 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Sun, 1 Mar 2009 20:40:38 +0000 Subject: Improve vdpau deinterlacing documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28788 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 51f3d9c03d..96bebe2468 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3448,11 +3448,12 @@ for negative values a blurring algorithm (default: 0). Apply a noise reduction algorithm to the video (default: 0, no noise reduction). .IPs deint=<0\-3> Chooses the deinterlacer (default: 0). +All modes > 0 respect \-field\-dominance. .RSss .IPs 0 No deinterlacing. .IPs 1 -Show only one field, similar to \-vf field. +Show only first field, similar to \-vf field. .IPs 2 Bob deinterlacing (current fallback for advanced deinterlacers). .IPs 3 -- cgit v1.2.3 From a88f28b4835538851d5e6c3a76ec2e96fda34175 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 4 Mar 2009 18:07:34 +0000 Subject: 10l: Fix max value for -vo vdpau:deint. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28807 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 96bebe2468..1004295cc9 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3446,7 +3446,7 @@ For positive values, apply a sharpening algorithm to the video, for negative values a blurring algorithm (default: 0). .IPs denoise=<0\-1> Apply a noise reduction algorithm to the video (default: 0, no noise reduction). -.IPs deint=<0\-3> +.IPs deint=<0\-4> Chooses the deinterlacer (default: 0). All modes > 0 respect \-field\-dominance. .RSss -- cgit v1.2.3