summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in element typeRobert Swain2008-08-291-1/+1
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-291-1/+1
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-221-24/+22
* Whitespace cosmetics after the last commitRobert Swain2008-08-221-12/+14
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-221-19/+24
* Reindent after last commitRobert Swain2008-08-211-16/+16
* Work around GCC variable may be used uninitialised warningRobert Swain2008-08-211-3/+2
* Remove unused variableRobert Swain2008-08-211-1/+1
* ReindentRobert Swain2008-08-211-9/+9
* The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Ă–man2008-08-211-1/+1
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-211-1/+37
* More OKed AAC decoder code hunksRobert Swain2008-08-181-0/+57
* More OKed AAC decoder hunksRobert Swain2008-08-151-5/+264
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-151-55/+16
* More OKed sections of AAC decoder codeRobert Swain2008-08-151-0/+301
* Synchronise code with AAC decoder in SoCRobert Swain2008-08-111-13/+7
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-111-1/+407
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-091-13/+209
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-051-0/+241