summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAge
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-09
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-08
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-28
* Reindent after last commitRobert Swain2009-09-28
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-28
* AAC: minor simplification in PNS decodingMåns Rullgård2009-09-23
* AAC: 10l: fix PNS decodingMåns Rullgård2009-09-22
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-22
* AAC: use new dsputil functionsMåns Rullgård2009-09-22
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* Cosmetics: reindent after last commitAlex Converse2009-07-10
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-10
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Cosmetics: Re-indent after last commitAlex Converse2009-06-12
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-26
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain2009-04-21
* Remove unnecessary assignment, found by CSA.Robert Swain2009-04-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse2009-03-23
* AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse2009-03-16
* Re-indent after last commit.Alex Converse2009-03-06
* If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse2009-03-06
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-06
* AAC: hoist dependent gain lookup out of the loopAlex Converse2009-03-05
* AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse2009-03-01
* Re-indent after last commit.Alex Converse2009-02-26
* Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse2009-02-26
* Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse2009-02-26
* Re-indent after last commit.Alex Converse2009-02-13
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse2009-02-13
* AAC: Cosmetic alterations after the last commitRobert Swain2009-02-12
* Give an error message when returning due to an unallocated channel elementAlex Converse2009-02-12
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-12
* Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse2009-02-12
* Check sampling index validity for AAC decodingJai Menon2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-07
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-28
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-28
* AAC: Reindent after last commitRobert Swain2008-12-21
* AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse2008-12-21
* AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfigAlex Converse2008-12-21
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-10
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-09