From 59cb101e45b0c21ac9e8be8bd59d16a6241951fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 10 Nov 2010 09:56:30 +0100 Subject: Update ChangeLog. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7af5d260b..cac31c748 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ xine-lib (1.1.??) 2010-??-?? * Allow use of GraphicsMagick instead of ImageMagick. * Fix build on Debian GNU/kFreeBSD (broken in 1.1.19). * Add a Japanese translation from Takeshi Hamasaki. + * Czech translation update. + * New MinGW-w64 port, various portability fixes. + * MinGW port updates. + * Possibility to disable HW acceleration in directx video output. xine-lib (1.1.19) 2010-07-25 * Handle odd widths properly (for ffmpeg-decoded video). -- cgit v1.2.3 From a643b3afeb34ef53e7aa4d583453c6b0a8fb025c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 28 Nov 2010 15:12:02 +0100 Subject: Header stripping support in matroska demuxer. Reserved space on the start of block_data for the headers during reading to avoid temporary memory buffers and memcpy()'s. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cac31c748..a3c371f0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ xine-lib (1.1.??) 2010-??-?? * New MinGW-w64 port, various portability fixes. * MinGW port updates. * Possibility to disable HW acceleration in directx video output. + * Header stripping support in Matroska demuxer. xine-lib (1.1.19) 2010-07-25 * Handle odd widths properly (for ffmpeg-decoded video). -- cgit v1.2.3 From 344ae5270df7c64c0c02a3bcbfc65951d8c24f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 1 Dec 2010 00:08:25 +0100 Subject: Update nosefart to 2.7-mls, fixes xine bug #84. There was added memory limits checks, which will improve stability when playing corrupted NSF files. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3c371f0b..3bd15ffb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ xine-lib (1.1.??) 2010-??-?? * MinGW port updates. * Possibility to disable HW acceleration in directx video output. * Header stripping support in Matroska demuxer. + * Update nosefart to 2.7-mls (stability with corrupted NSF files). xine-lib (1.1.19) 2010-07-25 * Handle odd widths properly (for ffmpeg-decoded video). -- cgit v1.2.3 From 56007cdc8b390ebe647bcb0c62cd521c61a6b223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 12 Dec 2010 12:38:19 +0100 Subject: Add .ass extension to be recognized as subtitle file. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3bd15ffb2..16cb1d6af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ xine-lib (1.1.??) 2010-??-?? * Possibility to disable HW acceleration in directx video output. * Header stripping support in Matroska demuxer. * Update nosefart to 2.7-mls (stability with corrupted NSF files). + * Add .ass extension to be recognized as subtitle file. [Bug #123] xine-lib (1.1.19) 2010-07-25 * Handle odd widths properly (for ffmpeg-decoded video). -- cgit v1.2.3