]> git.sesse.net Git - vlc/commit
Add support for MPEG-4 ALS to the MP4 demuxer and FFmpeg wrapper.
authorAlex Converse <alex.converse@gmail.com>
Wed, 24 Mar 2010 04:08:53 +0000 (00:08 -0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 26 Mar 2010 10:31:09 +0000 (11:31 +0100)
commitdf7e8cf916417f2c609571c4aa8e2bbb1b92ea07
treecfa1c76673c15e9b07aa5911db2c2c5976de77a0
parent9f72dd7fb32138e18aa46bf6cf9946b431aef270
Add support for MPEG-4 ALS to the MP4 demuxer and FFmpeg wrapper.

MPEG-4 ALS is a pure losses audio codec from MPEG. Like other MPEG-4
Audio variants it's muxed into the MP4 container with Object Type
Indication 0x40 followed by its Audio Object Type (36).

Sample:
http://streams.videolan.org/Mpeg_Conformance/ftp.iis.fhg.de/mpeg4audio-conformance/compressedMp4/als_00_2ch48k16b.mp4

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_fourcc.h
modules/codec/avcodec/fourcc.c
modules/demux/mp4/mp4.c
src/misc/fourcc.c