From 3bd7a49bfcd82b129333b9433c3b9e21400b6d3c Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 20 Jun 2008 02:25:33 +0100 Subject: Read the MIME type from the plugin & use it for demuxer selection (if by extn). text/plain is specifically filtered out because it could cause lots of false positives, at least with http; web servers tend to default to text/plain for unknown types. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 411fb112a..d7109650a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ xine-lib (1.1.14) 2008-??-?? - Allow the GUI to be disabled. - Allow configuration of the location of channels.conf. * V4L: allow TV standard selection. + * Allow input plugins to report MIME type information. + This is used for demuxer plugin selection immediately before testing the + filename extension (so it won't work when demuxer selection is done by + stream content only). [Bug #120] xine-lib (1.1.13) 2008-06-15 * Security fixes: -- cgit v1.2.3 From e8d0ebf629763d195cdc6675f952f479bcedb6c7 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 20 Jun 2008 02:25:34 +0100 Subject: Ask the input plugin which demuxer to use. This overrides the normal content/extension detection, but can be overridden by the user. This is an input plugin API extension; ABI is unchanged. The version is not bumped (we can't bump it due to 1.2). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7109650a..c873d9e26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ xine-lib (1.1.14) 2008-??-?? This is used for demuxer plugin selection immediately before testing the filename extension (so it won't work when demuxer selection is done by stream content only). [Bug #120] + * Allow input plugins to ask for a specific demuxer, overriding the normal + demuxer selection methods. (Most won't need this.) xine-lib (1.1.13) 2008-06-15 * Security fixes: -- cgit v1.2.3