From 4edc2d3b758cb4348cfe2115707be54d71f5fce8 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 8 Jun 2012 15:01:17 +0100 Subject: Changelog update. --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06c35fdb5..dda6b1ee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,15 @@ xine-lib (1.1.21) ????-??-?? - * mpeg-ts fixes and enhancements + * Fix matroska header compression. + * MPEG-TS fixes and enhancements * Improved syncing of DVB subtitles * BluRay support (requires libbluray) * Fix full range YUV (with ffmpeg codecs) * Fix multithreading with recent ffmpeg versions * Fix cropping with ffmpeg codecs * Fix OSD when using OpenGL video output - -xine-lib (1.1.20.2) ????-??-?? + * xine-list no longer causes catalog.cache to be written. + * Windows-related (cygwin, mingw) build fixes. * Various bug fixes. - * Fix matroska header compression. xine-lib (1.1.20.1) 2012-01-01 * Various bug fixes. -- cgit v1.2.3 From 7d997a77166b94aea43afbbc252f1aa0af00a7fa Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 9 Jun 2012 17:09:49 +0100 Subject: Double-free with some AAC files (missing check). --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dda6b1ee3..16ba11b74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ xine-lib (1.1.21) ????-??-?? + * Fix a potential double-free (goom) when playing AAC files. * Fix matroska header compression. * MPEG-TS fixes and enhancements * Improved syncing of DVB subtitles -- cgit v1.2.3 From 8eae9306239d6683d7cd06bf92be02bbd1c43865 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 9 Jun 2012 15:38:03 +0100 Subject: Fix a possible NULL dereference when cleaning up in the FFT vis plugin code. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16ba11b74..9e765ed92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ xine-lib (1.1.21) ????-??-?? * Fix a potential double-free (goom) when playing AAC files. + * Fix a possible clean-up crash in the goom FFT code. * Fix matroska header compression. * MPEG-TS fixes and enhancements * Improved syncing of DVB subtitles -- cgit v1.2.3 From 9f1eb4a63fc25a5f46c64d2c374d005eb692e2ee Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 9 Jun 2012 18:17:31 +0100 Subject: Bump shlib version (compatible); release. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e765ed92..f60e0f43f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -xine-lib (1.1.21) ????-??-?? +xine-lib (1.1.21) 2012-06-09 * Fix a potential double-free (goom) when playing AAC files. * Fix a possible clean-up crash in the goom FFT code. * Fix matroska header compression. -- cgit v1.2.3