diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 16:20:13 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 16:20:13 +0200 |
commit | 57fdbd15c343a6cd3230ccb9e73e354f14731ce8 (patch) | |
tree | d3d18af9bc79b7150208a96320909e3aa38391b4 | |
parent | 704305b834586799e3f67362e52115d4180487ac (diff) | |
download | xine-lib-57fdbd15c343a6cd3230ccb9e73e354f14731ce8.tar.gz xine-lib-57fdbd15c343a6cd3230ccb9e73e354f14731ce8.tar.bz2 |
Add some ChangeLog entries for the nopadding branch.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |