summaryrefslogtreecommitdiffstats
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Support ADTS AAC files in the ffaac decoder (limited to streams containing oneRobert Swain2009-01-071-3/+46
* Revert r16375: It broke aac decoding.Carl Eugen Hoyos2008-12-281-2/+1
* Reduce number of warnings when compiling with icc by two.Carl Eugen Hoyos2008-12-281-1/+2
* AAC: Reindent after last commitRobert Swain2008-12-211-1/+1
* AAC: Fix AAC prediction when used in conjunction with the CPEAlex Converse2008-12-211-8/+14
* AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfigAlex Converse2008-12-211-3/+4
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-101-1/+1
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-091-4/+5
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-091-9/+26
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-091-1/+1
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-081-4/+5
* AAC: Cosmetics after last commitRobert Swain2008-11-241-3/+3
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-241-2/+128
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-051-4/+10
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Rename variables to clarify the channel coupling element and correspondingAlex Converse2008-10-061-9/+9
* Corrections to channel coupling code to attain conformance for appropriateAlex Converse2008-10-061-29/+35
* Zero 'idx' for each iteration of the coupling gain loop and as it is only usedRobert Swain2008-09-181-1/+2
* Cosmetics: missing bracketsRobert Swain2008-09-181-2/+4
* Cast the return value of get_bits() to signed integer such that the subtractionAlex Converse2008-09-181-1/+1
* Validate pulse position and error out if an invalid position is encountered.Alex Converse2008-09-161-4/+15
* Reindent after last commitRobert Swain2008-09-131-6/+6
* Apply pulses to unscaled coefficients rather than scaled.Alex Converse2008-09-131-2/+9
* Operands of '+' are not necessarily evaluated in order so r15311 was pointless.Robert Swain2008-09-131-1/+2
* Correct order of parsing for pulse scalefactor band and offset to match theAlex Converse2008-09-131-1/+1
* Reindent after last commitRobert Swain2008-09-121-6/+6
* Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse2008-09-121-0/+2
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-111-1/+3
* Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak2008-09-041-1/+1
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-041-15/+4
OpenPOWER on IntegriCloud