summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 18:29:00 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 18:29:00 +0200
commita8bb7140826c99ee2448695058146ec265b6e4e6 (patch)
tree84c514d4da77eb5f02b5959ccbd76a407900ad70 /ChangeLog
parent99a966ff01671a2724359c79fab7b3c7fb394d3a (diff)
downloadxine-lib-a8bb7140826c99ee2448695058146ec265b6e4e6.tar.gz
xine-lib-a8bb7140826c99ee2448695058146ec265b6e4e6.tar.bz2
Move modplug demuxing on its own plugin.
This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 448894166..f6785d60d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@ xine-lib (1.1.90) (Unreleased)
not possible to distinguish between 401 Authentication Requried and 403
Forbidden.
* Merge the demuxer and the decoder for NSF files in a combined plugin.
+ * Move modplug demuxing on its own plugin, this way binary distributions
+ can make it optional, as it requires quite a bit of CPU time during
+ initialisation, even for audio files that nothing have to do with modplug.
xine-lib (1.1.7) (unreleased)
* Support libdca (new name for libdts) by shuffling around the dts.h file.