From 640f93d0183419c1d7894fa09ef7cafac416ab9f Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 30 Nov 2003 16:36:10 +0000 Subject: runtime 'stay-on-top' functionality git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 7 +++++++ DOCS/tech/libvo.txt | 6 +++++- DOCS/tech/slave.txt | 4 ++++ DOCS/xml/en/ports.xml | 3 +-- DOCS/xml/en/usage.xml | 5 +++++ 5 files changed, 22 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 47700df114..befb7300db 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -278,6 +278,9 @@ decrease/\:increase volume mute sound .IPs f\ \ \ \ toggle fullscreen +.IPs T\ \ \ \ +toggle stay-on-top. +Supported by drivers which use X11, except SDL, as well as directx and gl2 under Windows. .IPs "w and e" decrease/\:increase panscan range .IPs o\ \ \ \ @@ -1809,6 +1812,10 @@ window aspect hints.). .B \-noxv (SDL only) Disables XVideo SDL driver. .TP +.B \-ontop +Makes the player window stay on top other windows. +Supported by drivers which use X11, except SDL, as well as directx and gl2 under Windows. +.TP .B \-panscan <0.0\-1.0> Enables Pan & Scan functionality, i.e.\& in order to display a 16:9 movie on a 4:3 display, the sides of the movie are cropped to get a 4:3 image diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt index b1ee6811fa..e188b5853d 100644 --- a/DOCS/tech/libvo.txt +++ b/DOCS/tech/libvo.txt @@ -57,8 +57,12 @@ Each vo driver _has_ to implement these: VOCTRL_GET_EQUALIZER get the current video equalizer values two arguments are provided: item and value - item is a string, the possible values are (currenlty): + item is a string, the possible values are (currently): brightness, contrast, saturation, hue + VOCTRL_ONTOP + Makes the player window stay-on-top. Only supported (currently) + by drivers which use X11, except SDL, as well as directx and + gl2 under Windows. config(): Set up the video system. You get the dimensions and flags. diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 72165fc1f8..70a47084db 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -86,6 +86,10 @@ vo_fullscreen get_vo_fullscreen Print out fullscreen status (1 == fullscreened, 0 == windowed). +vo_ontop + Toggle stay-on-top. Supported by drivers which use X11, except SDL, + as well as directx and gl2 under Windows. + panscan [value2] ??? diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 6b807dc3f4..37de7e3132 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -283,8 +283,7 @@ since QNX has only X emulation which is VERY slow. Use SDL. Best results are achieved with the native DirectX video output driver () and the native Windows waveout audio driver () as OpenGL does not work and SDL is known to - distort sound and image or crash on some systems. You can make the movie - window stay on top with . If the image is + distort sound and image or crash on some systems. If the image is distorted, try turning off hardware acceleration with . Download DirectX 7 header files diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index a0699a63c4..9a950fb660 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -295,6 +295,11 @@ You can have a full list of known commands by running Switch fullscreen mode. +vo_ontop + + Toggle stay-on-top. Supported by drivers which use X11, except SDL, + as well as directx and gl2 under Windows. + tv_step_channel (int) dir Select next/previous tv channel. -- cgit v1.2.3