summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-14 15:12:25 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-14 15:12:25 +0000
commitabd0a463dca3cdc98d11c7ff811a9be3099d01cc (patch)
tree3dee9564a8e7ba68c21c16844af327727b36ce0a /ChangeLog
parent09e2ba368cb0b68e9b91d4b78709c8efa044c538 (diff)
parent841473467fd19e4fa4e255d9e17af526ecee5ac8 (diff)
downloadxine-lib-abd0a463dca3cdc98d11c7ff811a9be3099d01cc.tar.gz
xine-lib-abd0a463dca3cdc98d11c7ff811a9be3099d01cc.tar.bz2
Merge from 1.1.
--HG-- rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spu.c => src/spu_dec/spudec.c rename : src/libspudec/spu.h => src/spu_dec/spudec.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b2808aba..e544bf6d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,11 @@ xine-lib (1.1.90) (Unreleased)
* Report more video output capabilities via (port)->get_capabilities():
colour controls, zooming, colour keying.
+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.
* Fix up V4L/V4L2 compilation. Some non-Linux have V4L2 but not V4L.