summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-05-09 20:17:29 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2003-05-09 20:17:29 +0000
commitbb13e90ba1a8f76d835b191f12867fffe8e9a611 (patch)
treea4fb2b05db92db01e69c68e505d8eee605ab169b /ChangeLog
parent855690dec40407a66b732ad6c0f68ddeedbd5102 (diff)
downloadxine-lib-bb13e90ba1a8f76d835b191f12867fffe8e9a611.tar.gz
xine-lib-bb13e90ba1a8f76d835b191f12867fffe8e9a611.tar.bz2
Support A52 .WAV files that think they are PCM, but in fact the content is A52.
Works for software A52 decode. Does not work for A52 Passthru, due to the lack of re-sync code in li ba52 passthru mode code. Re-Sync code just needs implementing. CVS patchset: 4807 CVS date: 2003/05/09 20:17:29
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11236e5b3..b04e2d96f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
xine-lib (1-beta12)
* playback of theorastreams added
* updated nvtv support, and bug fixes
+ * ac3 pcm-audiotype .wav files now supported via software decode.
+ Passthru not implemented yet due to lack of re-sync code in liba52 passthru mode.
* playback of cd/dvd over the network (see README.network_dvd)
* use variable block program stream demuxer for mpeg2 files
* cdda improvements (error handling, device on mrl)