| Commit message (Expand) | Author | Age | Files | Lines |
* | aac_latm: Allow unaligned AudioSpecificConfig | Alex Converse | 2017-02-13 | 1 | -34/+42 |
* | avcodec/mpeg4audio: correctly propagate meaningful error values | James Almer | 2016-11-25 | 1 | -4/+5 |
* | mpeg4audio: validate sample_rate | Andreas Cadhalpun | 2016-11-07 | 1 | -0/+5 |
* | Merge commit '7e4e010b80e76862e83afbd41c25d50e72f0b44c' | Michael Niedermayer | 2015-01-09 | 1 | -2/+7 |
|\ |
|
| * | mpeg4audio: check the init_get_bits() return value | Anton Khirnov | 2015-01-09 | 1 | -2/+4 |
* | | avpriv_mpeg4audio_get_config: check init_get_bits() return code. | Michael Niedermayer | 2013-01-27 | 1 | -3/+1 |
* | | lavc/aac: fix shared build failures with MSVC. | Clément Bœsch | 2012-11-12 | 1 | -0/+2 |
* | | mpeg4audio: dont take the SBR flag too serious. | Michael Niedermayer | 2012-08-23 | 1 | -1/+4 |
* | | aacdec: Fix null pointer crash | Michael Niedermayer | 2011-12-17 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -3/+4 |
|\| |
|
| * | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -5/+5 |
|\| |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
| * | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add HE-AAC v2 support to the AAC decoder. | Alex Converse | 2010-06-19 | 1 | -0/+8 |
* | Add support for PS sync extensions. | Alex Converse | 2010-04-08 | 1 | -0/+5 |
* | Use get_bits_left() in the sync extension check. | Alex Converse | 2010-04-08 | 1 | -2/+1 |
* | Fix ext_object_type. | Alex Converse | 2010-04-08 | 1 | -1/+1 |
* | Add support for non-backwards compatible signaled parametric stereo. | Alex Converse | 2010-03-07 | 1 | -1/+3 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -1/+1 |
* | Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificCo... | Thilo Borgmann | 2009-11-11 | 1 | -1/+40 |
* | Add a channels field to MPEG4AudioConfig. | Alex Converse | 2009-11-11 | 1 | -0/+2 |
* | Use the AOT enum instead of integer literals for setting and comparing audio | Alex Converse | 2009-08-17 | 1 | -2/+2 |
* | Replace 5 with AOT_SBR when referring to the MPEG-4 audio object type. | Justin Ruggles | 2009-08-03 | 1 | -3/+3 |
* | Subroutine to copy an AAC Program Config Element (PCE) | Alex Converse | 2009-05-13 | 1 | -0/+42 |
* | Read extended channel configuration when extended AOT is BSAC. | Jai Menon | 2009-04-21 | 1 | -0/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | init ext sample rate to 0 if not present | Baptiste Coudurier | 2009-03-22 | 1 | -2/+3 |
* | mpeg4audio common code | Baptiste Coudurier | 2008-04-01 | 1 | -0/+83 |