From 7714a8a7a76f51d219fa4a737b8f32889d7455ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20Ni=C3=9Fl?= Date: Sun, 11 Jan 2009 21:36:01 +0100 Subject: Add new event for vdr-xine-0.9.0. --- include/xine.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xine.h.in b/include/xine.h.in index 8417932f5..1b4ddbd64 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1789,6 +1789,7 @@ void xine_config_reset (xine_t *self) XINE_PROTECTED; #define XINE_EVENT_VDR_SELECTAUDIO 352 #define XINE_EVENT_VDR_TRICKSPEEDMODE 353 #define XINE_EVENT_VDR_PLUGINSTARTED 354 +#define XINE_EVENT_VDR_DISCONTINUITY 355 /* events generated from post plugins */ #define XINE_EVENT_POST_TVTIME_FILMMODE_CHANGE 400 -- cgit v1.2.3 From aea2c9dcfea4e2bff0fdd578ab11b0d9bc62557b Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 22:22:11 +0000 Subject: Add a section about Xv textured video. --- doc/faq/faq.sgml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 01305c87e..69770003c 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1707,6 +1707,39 @@ + + How do I get Xv working with compiz? + + Tell xine to prefer textured video. There should be a line like: +    video.device.xv_preferred_method:Any + in your ~/.xine/config file where you can change the preferred method + used by xine for the video overlay. + + + It may be that your graphics card or driver doesn't have the necessary + support for textured video, or the video is rendered too slowly. + + + + ATI: you are likely to need xf86-video-ati later than 6.8.0; 6.9.0.91 + or newer is recommended for slower/older hardware (< X1300) because + the rendering speed has been improved a lot. + + + Intel: 945 and later, at least, should be fine with xf86-video-intel + 2.0 or later. Certainly with 2.2 or later. + + + nVidia: will probably be fine. (FIXME) + + + + If you find that textured video is significantly slower or isn't + supported, you should either not use compiz or tell xine to use the + xshm video output driver. + + + The aspect ratio of the video is wrong! -- cgit v1.2.3 From f8325d26b0f0eea8cf22f0d3a8127d39e3c93b71 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 22:23:39 +0000 Subject: Correct a config file key name. --- doc/faq/faq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 69770003c..5a713e306 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1701,7 +1701,7 @@ Looks like some colours on your GUI match the colour key which Xv uses. You can change the colour key value to avoid this. There should be a line like: -    video.XV_COLORKEY:2110 +    video.device.xv_colorkey:2110 in your ~/.xine/config file where you can change the colour that's used by xine for the video overlay. -- cgit v1.2.3 From b63e8ade0bf9804bd0ccf1dcbc831622a7e30ad2 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 22:24:42 +0000 Subject: Changelog update. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index fdea0eb67..8de949b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ xine-lib (1.1.17) 2009-??-?? * Fix build with older ffmpeg, both internal and in Debian 5.0. * Add version check for CACA library and disable CACA plugin if needed + * Fix playback of some H.264 files (broken in 1.1.16). + * Various other build & bug fixes. + * Some FAQ list updates. xine-lib (1.1.16) 2009-01-07 * Security fixes: -- cgit v1.2.3 From dad06b2068c94f1af545582ce54446c3cfece30d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 23:59:05 +0000 Subject: xine-lib 1.1.16.1. --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8de949b7e..9d5d08b65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -xine-lib (1.1.17) 2009-??-?? +xine-lib (1.1.16.1) 2009-01-11 * Fix build with older ffmpeg, both internal and in Debian 5.0. * Add version check for CACA library and disable CACA plugin if needed * Fix playback of some H.264 files (broken in 1.1.16). diff --git a/configure.ac b/configure.ac index 167312e56..f23a97b0b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=16 dnl XINE_PATCH should be left empty or set to ".1" or ".2" or something similar -XINE_PATCH= +XINE_PATCH=.1 dnl Release series number (usually $XINE_MAJOR.$XINE_MINOR) XINE_SERIES=1.1 -- cgit v1.2.3 From 9b5de45cf7d56439a3f7b94c2936e2c4f2aa8a3e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 11 Jan 2009 23:59:18 +0000 Subject: Added tag xine-lib-1_1_16_1-release for changeset 01fac0a01558 --- .hgtags | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgtags b/.hgtags index c52b565fd..896d963bc 100644 --- a/.hgtags +++ b/.hgtags @@ -73,3 +73,4 @@ b6be674453e922114b55d4613cb197c77d19f094 xine-lib-1_1_9-release 9b383441a18fb49ccd5a07465d3e3db8821cccf6 xine-lib-1_1_14-release 17f8ed16524ba779af42913e51667e89b83a1887 xine-lib-1_1_15-release e33280bcaa3b1f3f5b93e633e2225e2440ecfd7c xine-lib-1_1_16-release +01fac0a015581bbdf7e38561ad2a95405e2ca785 xine-lib-1_1_16_1-release -- cgit v1.2.3