From 8c0b202a58fbce2a96ce3d02eea24b0e1e786e7a Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 10 Mar 2010 19:14:22 +0000 Subject: Handle odd widths properly (for ffmpeg-decoded video). --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 275af29fb..9eaa7df37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ xine-lib (1.1.18.1) 2010-03-06 * Fix up V4L/V4L2 compilation. Some non-Linux have V4L2 but not V4L. * Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c. * Fix build with the old, outdated and deprecated internal ffmpeg. + * Handle odd widths properly (for ffmpeg-decoded video). xine-lib (1.1.18) 2010-02-23 * Bump the FLAC decoder's priority above ffmpegaudio. This should fix -- cgit v1.2.3 From 393039dbf092579847f43821fb694ac5789c56fb Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 10 Mar 2010 21:14:14 +0000 Subject: Make buildable with current (external) libdvdnav & libdvdread. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9eaa7df37..4ceef5fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ xine-lib (1.1.18.1) 2010-03-06 * Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c. * Fix build with the old, outdated and deprecated internal ffmpeg. * Handle odd widths properly (for ffmpeg-decoded video). + * Make buildable with current (external) libdvdnav & libdvdread. xine-lib (1.1.18) 2010-02-23 * Bump the FLAC decoder's priority above ffmpegaudio. This should fix -- cgit v1.2.3 From 8313b038cb6668c6cac06781e20da61f87a25360 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 13 Mar 2010 00:53:52 +0000 Subject: Correct changelog. --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ceef5fed..c39782b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,12 @@ +xine-lib (1.1.19) 2010-??-?? + * Handle odd widths properly (for ffmpeg-decoded video). + * Make buildable with current (external) libdvdnav & libdvdread. + xine-lib (1.1.18.1) 2010-03-06 * Oops. compat.c (for DXR3 support) was omitted. * Fix up V4L/V4L2 compilation. Some non-Linux have V4L2 but not V4L. * Fix a size check (wrong variable, causing int/ptr comparison) in rmff.c. * Fix build with the old, outdated and deprecated internal ffmpeg. - * Handle odd widths properly (for ffmpeg-decoded video). - * Make buildable with current (external) libdvdnav & libdvdread. xine-lib (1.1.18) 2010-02-23 * Bump the FLAC decoder's priority above ffmpegaudio. This should fix -- cgit v1.2.3 From b243c8ddeb10a19f65ac46a07f8ae2a414fa3e8d Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 13 Mar 2010 00:54:19 +0000 Subject: Fix V4L2 check. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c39782b06..7a7c3656e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ xine-lib (1.1.19) 2010-??-?? * Handle odd widths properly (for ffmpeg-decoded video). * Make buildable with current (external) libdvdnav & libdvdread. + * Fix V4L2 check. xine-lib (1.1.18.1) 2010-03-06 * Oops. compat.c (for DXR3 support) was omitted. -- cgit v1.2.3