diff options
author | Matthias Dahl <ml_xine@mortal-soul.de> | 2008-11-07 14:00:17 +0000 |
---|---|---|
committer | Matthias Dahl <ml_xine@mortal-soul.de> | 2008-11-07 14:00:17 +0000 |
commit | f2b3546e6dd920f2bb737f270adf78e04f5c7df6 (patch) | |
tree | 78a8eb416aac7d5bd95abb3e88fe35ea95c68537 /ChangeLog | |
parent | 0b674723578edf84ba9823927c89034b0630a7f8 (diff) | |
download | xine-lib-f2b3546e6dd920f2bb737f270adf78e04f5c7df6.tar.gz xine-lib-f2b3546e6dd920f2bb737f270adf78e04f5c7df6.tar.bz2 |
aac channel ordering for multi-channel audio
Date: Sun, 28 Sep 2008 20:17:54 +0200
The channel order of aac 5.1 audio is wrong during playback. IIRC, the
internal channels order for this kind of streams is the same as dts: dts
output is reordered according to alsa specs (and ac3 5.1 also works), but
aac is not and - for instance - front center is send to front left.
The audio channels configuration table should be something like this
## ---------------------
## | Config: 5.1 Ch |
## ---- ---------------- -------------- --------------
## | Ch | AAC/DTS | ALSA | AC3 |
## ---- ---------------- --------------- --------------
## | 00 | Center front | Left front | Left front |
## | 01 | Left front | Right front | Center |
## | 02 | Right front | Left back | Right front |
## | 03 | Left back | Right back | Left back |
## | 04 | Right back | Center | Right back |
## | 05 | LFE | LFE | LFE |
## ---- ---------------- --------------- --------------
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ xine-lib (1.1.16) 2008-??-?? * Fix timing issues (broken audio) on mingw. * Add ID3 tag TDRC to replace/complement the deprecated tag TYER. * Add a new meta-tag, "Composer", and use it in the FLAC demuxer. + * Correct aac channel ordering for multi-channel audio xine-lib (1.1.15) 2008-08-14 * Security fixes: |