]> git.sesse.net Git - ffmpeg/history - libavcodec/aac.c
parse aac extradata to fetch channels and sample rate, patch from Netgem
[ffmpeg] / libavcodec / aac.c
2009-02-13 Alex ConverseRe-indent after last commit.
2009-02-13 Alex ConverseMake set coup.gain[c][0] aand only coup.gain[c][0]...
2009-02-12 Robert SwainAAC: Cosmetic alterations after the last commit
2009-02-12 Alex ConverseGive an error message when returning due to an unalloca...
2009-02-12 Alex ConverseAdd support for sample rate index 12, 7350 Hz
2009-02-12 Alex ConverseRemove bogus coupling_point assignment for non-CCE...
2009-02-10 Jai MenonCheck sampling index validity for AAC decoding
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 Robert SwainSupport ADTS AAC files in the ffaac decoder (limited...
2008-12-28 Carl Eugen HoyosRevert r16375: It broke aac decoding.
2008-12-28 Carl Eugen HoyosReduce number of warnings when compiling with icc by...
2008-12-21 Robert SwainAAC: Reindent after last commit
2008-12-21 Alex ConverseAAC: Fix AAC prediction when used in conjunction with...
2008-12-21 Alex ConverseAAC: Don't write an illegal sampling_index in a PCE...
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