From 3027b1d5c75d20c38af0d7df33a0d3cd514f93dc Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Mon, 4 Jun 2007 23:32:48 +0200 Subject: Changelog entry for the unplug code --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30512e72f..d7c039d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,8 @@ xine-lib (1.1.7) (unreleased) * Fix an mmap problem with huge files on 32-bit systems. * Improved MPEG PES stream handling: specifically, misdetection of data streams as PES streams. + * Handle unplugged ALSA device (fixes crashes) and if the frontend does not + handle the event continue playback to the none output. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. -- cgit v1.2.3 From f29569da381605fa75dd7dfc780de0c8a2c44740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 5 Jun 2007 20:37:47 +0200 Subject: Disable aRTs output plugin by default, it's deprecated and will be removed in 1.2 series. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7c039d4b..5f9b47ecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,8 @@ xine-lib (1.1.7) (unreleased) streams as PES streams. * Handle unplugged ALSA device (fixes crashes) and if the frontend does not handle the event continue playback to the none output. + * Disable aRTs output plugin by default, it's deprecated and will be removed + in 1.2 series. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. -- cgit v1.2.3 From 5af2d92e19f0f67482972c5ae9f29405dbb67142 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 6 Jun 2007 00:41:08 +0100 Subject: Changelog entry for the fb colour conversion crash fix. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f9b47ecd..f5d60ead8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ xine-lib (1.1.7) (unreleased) handle the event continue playback to the none output. * Disable aRTs output plugin by default, it's deprecated and will be removed in 1.2 series. + * Fix a colour format conversion crash in the fb video output driver. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. -- cgit v1.2.3 From 063bcadd4c7f3802489f103eb753d375eb8c51df Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 7 Jun 2007 03:26:06 +0100 Subject: 1.1.7. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5d60ead8..367d78939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -xine-lib (1.1.7) (unreleased) +xine-lib (1.1.7) * Support libdca (new name for libdts) by shuffling around the dts.h file. * Add support for MDHD version 1 atom in demux_qt. [bug #1679398] * Handle single-quoted attribute values in XML. -- cgit v1.2.3