]> git.sesse.net Git - ffmpeg/history - libavcodec/aac.c
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
[ffmpeg] / libavcodec / aac.c
2008-12-10 Måns RullgårdAAC: move scratch array to context to ensure 16-byte...
2008-12-09 Alex ConverseAAC: Use a sign LUT rather than 1-2*get_bits1()
2008-12-09 Alex ConverseAAC: Unroll code within decode_spectrum_and_dequant...
2008-12-09 Alex ConverseAAC: Remove unnecessary fabsf()
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-11-24 Robert SwainAAC: Cosmetics after last commit
2008-11-24 Alex ConverseAAC: Frequency domain prediction and hence Main profile...
2008-11-05 Alex ConverseFix perceptual noise shaping scaling including an overs...
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-06 Alex ConverseRename variables to clarify the channel coupling elemen...
2008-10-06 Alex ConverseCorrections to channel coupling code to attain conforma...
2008-09-18 Robert SwainZero 'idx' for each iteration of the coupling gain...
2008-09-18 Robert SwainCosmetics: missing brackets
2008-09-18 Alex ConverseCast the return value of get_bits() to signed integer...
2008-09-16 Alex ConverseValidate pulse position and error out if an invalid...
2008-09-13 Robert SwainReindent after last commit
2008-09-13 Alex ConverseApply pulses to unscaled coefficients rather than scaled.
2008-09-13 Robert SwainOperands of '+' are not necessarily evaluated in order...
2008-09-13 Alex ConverseCorrect order of parsing for pulse scalefactor band...
2008-09-12 Robert SwainReindent after last commit
2008-09-12 Alex ConverseOnly read some of TNS bitstream data in the case that...
2008-09-11 Robert SwainCorrect pulse amplitude application - a negative or...
2008-09-04 Vitor SessakMultiply table by -1. This avoid doing this calculation...
2008-09-04 Vitor SessakAvoid duplicating compute_lpc_coefs() function in both...
2008-08-29 Robert SwainFix typo in element type
2008-08-29 Robert SwainRemove unnecessary portion of a condition. This fixes...
2008-08-22 Robert SwainUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-22 Robert SwainWhitespace cosmetics after the last commit
2008-08-22 Robert SwainSeparate code in imdct_and_windowing() into distinct...
2008-08-21 Robert SwainReindent after last commit
2008-08-21 Robert SwainWork around GCC variable may be used uninitialised...
2008-08-21 Robert SwainRemove unused variable
2008-08-21 Robert SwainReindent
2008-08-21 Andreas ÖmanThe comment about channel order for AAC 5.1 audio was...
2008-08-21 Robert SwainLast hunk of the AAC decoder code to be OKed and build...
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-15 Robert SwainMore OKed AAC decoder hunks
2008-08-15 Robert SwainSynchronise AAC decoder code with that from SoC
2008-08-15 Robert SwainMore OKed sections of AAC decoder code
2008-08-11 Robert SwainSynchronise code with AAC decoder in SoC
2008-08-11 Robert SwainMore OKed hunks of the AAC decoder from SoC
2008-08-09 Robert SwainSync already committed code with that in SoC and commit...
2008-08-05 Robert SwainOKed sections of code from the SoC AAC decoder