summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAge
* Add some AAC buffer overread checks.Alex Converse2010-02-18
* AAC: Mark che_configure() as av_cold.Alex Converse2010-02-15
* AAC: Mark functions that are only called when the output configuration is not...Alex Converse2010-02-15
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-10
* AAC: optimise bitstream reading in decode_spectrum_and_dequant()Måns Rullgård2010-01-15
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-15
* AAC: Reduce depth of vlc_spectral tables to 2Måns Rullgård2010-01-13
* AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()Måns Rullgård2010-01-13
* AAC: simplify some calculations in decode_spectrum_and_dequant()Måns Rullgård2010-01-13
* AAC: Compress codebook tables and optimise sign bit handlingMåns Rullgård2010-01-13
* AAC: use table for cbrtf(n)*nMåns Rullgård2010-01-11
* AAC: escape_sequence is 21 bits maxMåns Rullgård2010-01-11
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* AAC: add a const to decode_spectrum_and_dequant() argsMåns Rullgård2010-01-08
* Undo r20874: It broke AAC decoding.Carl Eugen Hoyos2009-12-16
* Use enum and constant to avoid three icc warnings.Carl Eugen Hoyos2009-12-15
* aac: Set sample rate in avctx from ADTS header (if not already set by someAndreas Öman2009-12-08
* AAC: Add a global header but output not locked output configuration status.Alex Converse2009-12-02
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-02
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
* AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not theAlex Converse2009-11-11
* Don't lock the channel output configuration based on the first value seen forAlex Converse2009-11-03
* 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