summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-01 21:05:12 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-01 21:05:12 +0200
commitf209e8b8ef44998a5ea20544bbb39aaeefa28086 (patch)
tree94f304d31e4c4bf3c1f7b0bee11cf8cceb05c15e /ChangeLog
parent0f8f38c36c4a2c038b11c6c00a477695e0e1908a (diff)
downloadxine-lib-f209e8b8ef44998a5ea20544bbb39aaeefa28086.tar.gz
xine-lib-f209e8b8ef44998a5ea20544bbb39aaeefa28086.tar.bz2
Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the same 'xiph' plugin.
As the three decoders requires Ogg support, and requires an Ogg demuxer to play, enabling any one of them will then enable the ogg demuxer. The Ogg demuxer, on its own, needs to know which of the three formats are enabled, or it will not be able to properly decode them. With this change, only one plugin will need to load and know about Xiph formats and libraries. --HG-- rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c rename : src/libxineadec/xine_speex_decoder.c => src/combined/xine_speex_decoder.c rename : src/libxinevdec/xine_theora_decoder.c => src/combined/xine_theora_decoder.c rename : src/libxineadec/xine_vorbis_decoder.c => src/combined/xine_vorbis_decoder.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6785d60d..e7d334612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,8 @@ xine-lib (1.1.90) (Unreleased)
* 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.
+ * Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the
+ same 'xiph' plugin.
xine-lib (1.1.7) (unreleased)
* Support libdca (new name for libdts) by shuffling around the dts.h file.