From b800951399e9ea2d83dabac78e554cf196d4cfc5 Mon Sep 17 00:00:00 2001 From: Bram Verweij Date: Fri, 1 Jun 2007 09:05:56 +0200 Subject: Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can misfire and report a good file as unplayable. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f439b880..a827947c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,8 @@ xine-lib (1.1.7) (unreleased) * Use the integer versions of Speex decoding functions, this avoids an iteration over the decoded frames to transform them to integers, and also avoids an improper saturation. + * Prioritize the musepack demuxer over mpgaudio, as sometimes the latter can + misfire and report a good file as unplayable. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. -- cgit v1.2.3 From f398c68b695ee3dad829d95a724573ca42926205 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 3 Jun 2007 03:01:31 +0100 Subject: Add a comment & changelog entry for the mmap bug fix. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a827947c7..ff67ebc56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ xine-lib (1.1.7) (unreleased) also avoids an improper saturation. * Prioritize the musepack demuxer over mpgaudio, as sometimes the latter can misfire and report a good file as unplayable. + * Fix an mmap problem with huge files on 32-bit systems. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. -- cgit v1.2.3 From f022bad42861429cac5c56c575b54819ba092b98 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 3 Jun 2007 18:06:50 +0100 Subject: Changelog entry for the MPEG PES change. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff67ebc56..30512e72f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ xine-lib (1.1.7) (unreleased) * Prioritize the musepack demuxer over mpgaudio, as sometimes the latter can misfire and report a good file as unplayable. * Fix an mmap problem with huge files on 32-bit systems. + * Improved MPEG PES stream handling: specifically, misdetection of data + streams as PES streams. xine-lib (1.1.6) * Split the DirectFB plugin into X11 and non-X versions. -- cgit v1.2.3 From b002c484a3d9a3288dc812252d17f9bb2d0e6b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 3 Jun 2007 22:47:51 +0200 Subject: Update libmpcdec code to 1.2.6 version. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af103b697..3a1395109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ xine-lib (1.1.90) (Unreleased) * Use FFmpeg's own buildsystem, rather than wrapping automake around its sources; this allows to enable/disable FFmpeg features easily, and allow to properly support --disable-ffmpeg-(uncommon|popular)-codecs. - * Update libmpcdec (formerly libmusepack) to version 1.2.5 (newer than the + * Update libmpcdec (formerly libmusepack) to version 1.2.6 (newer than the previous Subversion snapshot) and contestually move it to contrib/libmpcdec to separate from xine's own code. * Save plugins' cache in the defined cache home directory as per XDG Base -- cgit v1.2.3 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 7f249d1dde1e0c4f7023926ce96a87bb7734c57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 6 Jun 2007 21:40:50 +0200 Subject: Remove aRTs output plugin. ALSA's DMix can allow to run both xine and aRTs at the same time for Linux, and if other operating systems lacks a proper software mixing facility you can consider alternative daemons. Note: aRTs will not be present in KDE 4. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 685d79a1f..c3cc1399e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,10 @@ xine-lib (1.1.90) (Unreleased) initialisation, even for audio files that nothing have to do with modplug. * Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the same 'xiph' plugin. + * Remove aRTs output plugin; ALSA's DMix can allow to run both xine and aRTs + at the same time for Linux, and if other operating systems lacks a proper + software mixing facility you can consider alternative daemons. Note: aRTs + will not be present in KDE 4. xine-lib (1.1.7) (unreleased) * Support libdca (new name for libdts) by shuffling around the dts.h file. -- 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