diff options
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: |
