aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-2/+2
* AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård2010-01-081-1/+1
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-161-3/+2
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-151-2/+3
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-081-0/+2
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-021-1/+1
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-021-0/+2
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-211-1/+1
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-111-7/+7
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-031-7/+12
* AAC: Fix regression introduced in r20067 where ADTS files would always beRobert Swain2009-10-091-1/+1
* dca and aac decoders use float_to_int16_interleave, so check forDavid Conrad2009-10-081-1/+1
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-281-23/+39
* Reindent after last commitRobert Swain2009-09-281-21/+21
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-281-5/+23
* AAC: minor simplification in PNS decodingMåns Rullgård2009-09-231-4/+4
* AAC: 10l: fix PNS decodingMåns Rullgård2009-09-221-1/+1
* AAC: Simplify some logic from r19956. (The escape codebook is unsigned.)Alex Converse2009-09-221-1/+1
* AAC: use new dsputil functionsMåns Rullgård2009-09-221-32/+27
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* cosmetics: K&R coding styleDiego Biurrun2009-08-021-314/+391
* Cosmetics: reindent after last commitAlex Converse2009-07-101-1/+1
* Ignore subsequent channel configurations after the first in an AAC file. TheAlex Converse2009-07-101-7/+14
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-291-5/+5
* Cosmetics: Re-indent after last commitAlex Converse2009-06-121-4/+4
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-121-4/+4
* In the event of a mismatch, do not follow the sample rate index in an AAC PCE.Alex Converse2009-05-261-6/+3
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-2/+2
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-131-6/+0
* Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain2009-04-211-1/+0
* Remove unnecessary assignment, found by CSA.Robert Swain2009-04-191-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* AAC: Ignore cc_domain for independent (time domain) coupling.Alex Converse2009-03-231-8/+1
* AAC: IEEE-754 type punning for 16-bit floating point rounding.Alex Converse2009-03-161-12/+14
* Re-indent after last commit.Alex Converse2009-03-061-7/+7
* If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse2009-03-061-1/+1
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-061-17/+69
* AAC: hoist dependent gain lookup out of the loopAlex Converse2009-03-051-1/+2
* AAC: Make the CPE function more consistent with the functions for other chann...Alex Converse2009-03-011-4/+2
* Re-indent after last commit.Alex Converse2009-02-261-24/+24
* Refactor AAC unsigned band type decoding for a modest speedup.Alex Converse2009-02-261-8/+8
* Use const to better allow the compiler to optimize AAC independent coupling.Alex Converse2009-02-261-1/+6
* Re-indent after last commit.Alex Converse2009-02-131-14/+14
* Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a independently...Alex Converse2009-02-131-0/+4
* AAC: Cosmetic alterations after the last commitRobert Swain2009-02-121-6/+3
* Give an error message when returning due to an unallocated channel elementAlex Converse2009-02-121-0/+3
* Add support for sample rate index 12, 7350 HzAlex Converse2009-02-121-3/+3
* Remove bogus coupling_point assignment for non-CCE as this value is not checkedAlex Converse2009-02-121-2/+0
* Check sampling index validity for AAC decodingJai Menon2009-02-101-0/+4