Mercurial > libavcodec.hg
log mpeg4audio.c @ 10961:34a65026fa06 libavcodec
age | author | description |
---|---|---|
Mon, 16 Nov 2009 17:42:43 +0000 | rbultje | Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec |
Wed, 11 Nov 2009 22:16:54 +0000 | alexc | Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann libavcodec |
Wed, 11 Nov 2009 20:24:23 +0000 | alexc | Add a channels field to MPEG4AudioConfig. libavcodec |
Mon, 17 Aug 2009 00:17:58 +0000 | alexc | Use the AOT enum instead of integer literals for setting and comparing audio libavcodec |
Mon, 03 Aug 2009 02:09:23 +0000 | jbr | Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. libavcodec |
Wed, 13 May 2009 22:57:30 +0000 | alexc | Subroutine to copy an AAC Program Config Element (PCE) libavcodec |
Tue, 21 Apr 2009 17:52:52 +0000 | jai_menon | Read extended channel configuration when extended AOT is BSAC. libavcodec |