summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 16:55:55 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-05-31 16:55:55 +0200
commitb82a1365fcbfb32c4e24dfdc607b685d09c4d520 (patch)
treea9c26f45af65fc4eec77ac8176a45ffd63b8e6f8 /ChangeLog
parentd67f284ec89bf3252e9d2830115ced391727f1e4 (diff)
downloadxine-lib-b82a1365fcbfb32c4e24dfdc607b685d09c4d520.tar.gz
xine-lib-b82a1365fcbfb32c4e24dfdc607b685d09c4d520.tar.bz2
Create a single NSF plugin that includes both the demuxer (previously in the audio group) and the decoder. One of the two plugins without the other would be useless.
--HG-- rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f7aa3e2b..448894166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@ xine-lib (1.1.90) (Unreleased)
* Add another message code to allow for auth prompts. Previously, it was
not possible to distinguish between 401 Authentication Requried and 403
Forbidden.
+ * Merge the demuxer and the decoder for NSF files in a combined plugin.
xine-lib (1.1.7) (unreleased)
* Support libdca (new name for libdts) by shuffling around the dts.h file.