summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4audio.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for PS sync extensions.Alex Converse2010-04-081-0/+5
* Use get_bits_left() in the sync extension check.Alex Converse2010-04-081-2/+1
* Fix ext_object_type.Alex Converse2010-04-081-1/+1
* Add support for non-backwards compatible signaled parametric stereo.Alex Converse2010-03-071-1/+3
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-1/+1
* Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo...Thilo Borgmann2009-11-111-1/+40
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-111-0/+2
* Use the AOT enum instead of integer literals for setting and comparing audioAlex Converse2009-08-171-2/+2
* Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type.Justin Ruggles2009-08-031-3/+3
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-131-0/+42
* Read extended channel configuration when extended AOT is BSAC.Jai Menon2009-04-211-0/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* init ext sample rate to 0 if not presentBaptiste Coudurier2009-03-221-2/+3
* mpeg4audio common codeBaptiste Coudurier2008-04-011-0/+83