summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-09 20:43:48 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-09 20:43:48 +0200
commit1671f33e8d667cda130a00ee129389a780dc6c15 (patch)
tree00cb5b232694a0ca6935dcac45a9001bfcef04c1
parentc67b94e5e6be4ed2588fa9aacac960d7afc184a3 (diff)
downloadxine-lib-1671f33e8d667cda130a00ee129389a780dc6c15.tar.gz
xine-lib-1671f33e8d667cda130a00ee129389a780dc6c15.tar.bz2
Update ChangeLog for the merge, and start tracking changes for 1.2 series.
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e6c84c4c9..5e3ace07b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,13 @@
-xine-lib-nopadding branch
+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.
+
xine-lib (1.1.5) (Unreleased)
* Security fixes:
- Fix heap overflow in DMO loader. (CVE-2007-1246) [bug #1676925]