From 04b9c745d4e4c379724df14a422e35ad81c7bce6 Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Fri, 14 Dec 2007 20:00:52 +0100 Subject: Fixed a crash that happened when a video output was closed img->stream->video_fifo can be 0 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c89b74b3d..5212cf99b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,7 @@ xine-lib (1.1.9) (unreleased) * DXR3 encoding with external ffmpeg should be fixed now. (This was broken by ffmpeg revision 9283). * Enabled the WMV VC1 (ffmpeg) codec. + * Fixed a crash that happened when a video output was closed xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC -- cgit v1.2.3 From 6bbfd480d0d173887305db527b641f832b6c4310 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 14 Dec 2007 21:44:43 +0000 Subject: Convert XML to UTF-8 for parsing if a BOM is detected. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5212cf99b..2102e3db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ xine-lib (1.1.9) (unreleased) * Build fix for when using Linux 2.6.23 headers. [Bug 1820958] * Implemented decoding of XML character entities with codes >= 256. This requires conversion to UTF-8 of entities with codes >= 128. + * Handle initial Unicde BOMs in XML; convert other UTF encodings to UTF-8. * Fixed ATSC support. [Bug 1749508] * Fixed a possible DVB plugin crash when switching channels. * Fixed a crash closing the frontend. [Bug FS#3] -- cgit v1.2.3