summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c1d2ecc..e6c84c4c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+xine-lib-nopadding branch
+ * 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).
+
xine-lib (1.1.5) (Unreleased)
* Security fixes:
- Fix heap overflow in DMO loader. (CVE-2007-1246) [bug #1676925]