diff options
author | phintuka <phintuka> | 2013-08-20 09:09:33 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-08-20 09:09:33 +0000 |
commit | 528bb2c9bc179d29696a902a0319bb106e0c757e (patch) | |
tree | 91274f6c2a229481a90b5b5edeb73be0eab74678 | |
parent | 26a5b1aaa80039efdb2675810e3f352a651e2c48 (diff) | |
download | xineliboutput-528bb2c9bc179d29696a902a0319bb106e0c757e.tar.gz xineliboutput-528bb2c9bc179d29696a902a0319bb106e0c757e.tar.bz2 |
1.1.0
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | xineliboutput.c | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ VDR Plugin 'xineliboutput' Revision History ------------------------------------------- -????-??-??: Version 1.1.0 +2013-08-20: Version 1.1.0 +- Added simple touchscreen remote controller to vdr-sxfe - Added XShape support for HUD OSD: opaque HUD OSD when no compositing manager (Thanks to grueni75) - Added support for background image streams (display images or videos while playing music) diff --git a/xineliboutput.c b/xineliboutput.c index fc93b90a..45ddea38 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.57 2013-08-20 09:05:38 phintuka Exp $ + * $Id: xineliboutput.c,v 1.58 2013-08-20 09:09:33 phintuka Exp $ * */ @@ -43,7 +43,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.90-cvs"; +static const char *VERSION = "1.1.0"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |