summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
Commit message (Expand)AuthorAge
...
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-09
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-09
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
* AAC: Cosmetics after last commitRobert Swain2008-11-24
* AAC: Frequency domain prediction and hence Main profile supportAlex Converse2008-11-24
* Fix perceptual noise shaping scaling including an oversight of the offset forAlex Converse2008-11-05
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Rename variables to clarify the channel coupling element and correspondingAlex Converse2008-10-06
* Corrections to channel coupling code to attain conformance for appropriateAlex Converse2008-10-06
* Zero 'idx' for each iteration of the coupling gain loop and as it is only usedRobert Swain2008-09-18
* Cosmetics: missing bracketsRobert Swain2008-09-18
* Cast the return value of get_bits() to signed integer such that the subtractionAlex Converse2008-09-18
* Validate pulse position and error out if an invalid position is encountered.Alex Converse2008-09-16
* Reindent after last commitRobert Swain2008-09-13
* Apply pulses to unscaled coefficients rather than scaled.Alex Converse2008-09-13
* Operands of '+' are not necessarily evaluated in order so r15311 was pointless.Robert Swain2008-09-13
* Correct order of parsing for pulse scalefactor band and offset to match theAlex Converse2008-09-13
* Reindent after last commitRobert Swain2008-09-12
* Only read some of TNS bitstream data in the case that the TNS filter order isAlex Converse2008-09-12
* Correct pulse amplitude application - a negative or 0 coefficient implies theRobert Swain2008-09-11
* Multiply table by -1. This avoid doing this calculation (that was introducedVitor Sessak2008-09-04
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC deco...Vitor Sessak2008-09-04
* Fix typo in element typeRobert Swain2008-08-29
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
* Reindent after last commitRobert Swain2008-08-21
* Work around GCC variable may be used uninitialised warningRobert Swain2008-08-21
* Remove unused variableRobert Swain2008-08-21
* ReindentRobert Swain2008-08-21
* The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Ă–man2008-08-21
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
* More OKed AAC decoder code hunksRobert Swain2008-08-18
* More OKed AAC decoder hunksRobert Swain2008-08-15
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
* More OKed sections of AAC decoder codeRobert Swain2008-08-15
* Synchronise code with AAC decoder in SoCRobert Swain2008-08-11
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-11
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-05