summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f4d61774..1b58378fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+xine-lib (1.1.90) (Unreleased)
+ * Reorder and modify public structures to reduce the holes caused by padding
+ especially on 64-bit architectures.
+ * Remove the buttons array from video_overlay, as the feature linked to that
+ was never implemented. This change reduces by 10MB the memory usage of
+ xine-lib during playback (1/3 of the memory used while playing an mp3).
+ * Use FFmpeg's own buildsystem, rather than wrapping automake around its
+ sources; this allows to enable/disable FFmpeg features easily, and allow
+ to properly support --disable-ffmpeg-(uncommon|popular)-codecs.
+ * Update libmpcdec (formerly libmusepack) to version 1.2.5 (newer than the
+ previous Subversion snapshot) and contestually move it to contrib/libmpcdec
+ to separate from xine's own code.
+ * Save plugins' cache in the defined cache home directory as per XDG Base
+ Directory Specification.
+
xine-lib (1.1.6) [UNRELEASED]
* Split the DirectFB plugin into X11 and non-X versions.
* Improve the Mac OS X video output plugin. Thanks to Matt Messier.