summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-08-16 16:29:26 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-08-16 16:29:26 +0100
commitd3e91bb09c694dc8a71b77f098ab251755763410 (patch)
tree1e2d82197a62813e8dd0b49e112e1b0f965fc5bd /ChangeLog
parentf43c0bf92a48824ed075473e9035d4c0dfe5cf33 (diff)
parent7047d9e5acf97c91a523c99ccc4b008a35a3e094 (diff)
downloadxine-lib-d3e91bb09c694dc8a71b77f098ab251755763410.tar.gz
xine-lib-d3e91bb09c694dc8a71b77f098ab251755763410.tar.bz2
Merge all but the open()/glibc workaround from 1.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ee3ce0f3..a78a8820d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,16 @@ xine-lib (1.1.8) (Unreleased)
capable boxes it's probably worse than our own code).
* Rename endianness-reading macros so that they don't collide with Solaris
system macros. BE_/LE_ are now _X_BE_ and _X_LE_.
+ * Add an extra function to allow front ends to rename their old,
+ badly-named configuration items.
+ * Various build fixes and cleanups for Solaris, plugin dependencies etc.
+ * Fix some memory leaks in the Vorbis decoder and video overlays.
+ * Fix a problem with the goom plugin which could cause it to stop working.
+ * Clean up "%" unescaping in MRLs; correctly handle "%" in DVD MRLs.
+ * Fix a crash with "dvb:/".
+ * DVB subtitle fixes: deadlock prevention, thread leakage, spec compliance.
+ * Allow the DVB input plugin to timeout if it is receiving no signal.
+ * Fix an audio resampling problem which was causing regular clicking.
xine-lib (1.1.7)
* Support libdca (new name for libdts) by shuffling around the dts.h file.