Author: ulion Date: Mon Dec 10 17:53:30 2007 New Revision: 25343 Log: Fix all current known multi-channel wrong order problems by adding common functions for channel reordering. This fixes these modules by adding channel reordering code for 5.0/5.1 audio: ao: pcm ad: dmo, faad, ffmpeg(ac3, dca, libfaad, liba52), pcm ae: faac, lavc(ac3, libfaac), pcm
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Added: trunk/libaf/reorder_ch.c trunk/libaf/reorder_ch.h Modified: trunk/libaf/Makefile trunk/libao2/ao_pcm.c trunk/libmpcodecs/ad_dmo.c trunk/libmpcodecs/ad_faad.c trunk/libmpcodecs/ad_ffmpeg.c trunk/libmpcodecs/ad_pcm.c trunk/libmpcodecs/ae_faac.c trunk/libmpcodecs/ae_lavc.c trunk/libmpcodecs/ae_pcm.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Mon Dec 10 17:53:30 2007 @@ -4817,8 +4817,6 @@ Observe that if media containing two cha Would change the number of channels to 6 and set up 4 routes that copy channel 0 to channels 0 to 3. Channel 4 and 5 will contain silence. -.IPs "mplayer \-af channels=6:6:0:4:1:0:2:1:3:2:4:3:5:5 media.avi" -Should make the 6-channel ffdca (DTS) output work correctly with ALSA. .RE .PD 1 . _______________________________________________ MPlayer-DOCS mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
