diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-24 04:57:26 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-24 04:57:26 +0000 |
commit | 36b6f72e271737a87464c34e5a123d22f1ed09be (patch) | |
tree | 38171e87d42bffe00ecba1e6d003b3e83771f36f /ChangeLog | |
parent | 5b037e760306c6f4c90aa133a083cacbcd38c2d5 (diff) | |
download | xine-lib-36b6f72e271737a87464c34e5a123d22f1ed09be.tar.gz xine-lib-36b6f72e271737a87464c34e5a123d22f1ed09be.tar.bz2 |
Create a new wavpack plugin with both the old demuxer and a new decoder. To simplify categorising, I've created a new combined directory to put plugins like wavpack (or libflac) that carries both a demuxer and a decoder in a single bundle -- I expect it being used more in the future.
CVS patchset: 8551
CVS date: 2007/01/24 04:57:26
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,6 @@ xine-lib (1.1.4) support is always built-in through the audio demuxer plugin and the FFmpeg decoder plugin, the option only controls the extra FLAC plugin that uses libFLAC both for demuxing and decoding. - * Implement a WavPack files demuxer, using WavPack library (only for demuxing - as the decoding is left entirely to FFmpeg); it's still in its infancy, but - it should be possible to remove WavPack dependency entirely in the future. * Implement a True Audio files demuxer. [bug #1586381] * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine). * Fix demuxing of uncompressed VobSub subtitles in Matroska files @@ -60,6 +57,9 @@ xine-lib (1.1.4) * Allow using external libmpcdec for MusePack decoding rather than the internal copy of an old libmusepack, through a ./configure parameter (--with-external-libmpcdec). + * Add support for WavPack files, with both a demuxer and a decoder using + WavPack library. As an alternative, FFmpeg's audio decoder can be used + to decode WavPack files. xine-lib (1.1.3) * Security fixes: |