From eb48b09c6b86980ddc72b98dece6ae68e49ecc06 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 19 Aug 2007 16:17:22 +0100 Subject: Changelog update for Chistophe Thommeret's recent changes. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 547dce588..b2d8f1f31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ xine-lib (1.1.8) (Unreleased) * Allow the DVB input plugin to timeout if it is receiving no signal. * Fix an audio resampling problem which was causing regular clicking. * Fix build with recent glibc and a debugging #define. [Bug 1773769] + * Fix handling of multiple MPEG TS audio streams & subtitle languages. + * Add colouring for bold & italic in text subtitles. xine-lib (1.1.7) * Support libdca (new name for libdts) by shuffling around the dts.h file. -- cgit v1.2.3 From dd015b7aa558a0b6b203fc4233ab7468a54adf38 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 20 Aug 2007 21:27:10 +0100 Subject: Changelog update for Christophe Thommeret's recent changes. (Again.) --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2d8f1f31..ecb242749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,8 @@ xine-lib (1.1.8) (Unreleased) * Fix build with recent glibc and a debugging #define. [Bug 1773769] * Fix handling of multiple MPEG TS audio streams & subtitle languages. * Add colouring for bold & italic in text subtitles. + * Simple scaling of subtitles to fit the frame width (intended to cope + with common DVB resolutions such as 544x576). xine-lib (1.1.7) * Support libdca (new name for libdts) by shuffling around the dts.h file. -- cgit v1.2.3 From b7fd78c6a875b25cf273f0a25ad410f5d997a3bf Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 20 Aug 2007 22:25:44 +0100 Subject: Handle % escaping and variable numbers of /s in VCD MRLs. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ecb242749..9df073f17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ xine-lib (1.1.8) (Unreleased) * Various build fixes and cleanups for Solaris, plugin dependencies etc. * Fix some memory leaks in the Vorbis decoder and video overlays. * Fix a problem with the goom plugin which could cause it to stop working. - * Clean up "%" unescaping in MRLs; correctly handle "%" in DVD MRLs. + * Clean up "%" unescaping in MRLs; correctly handle "%" in DVD and VCD MRLs. * Fix a crash with "dvb:/". * DVB subtitle fixes: deadlock prevention, thread leakage, spec compliance. * Allow the DVB input plugin to timeout if it is receiving no signal. -- cgit v1.2.3