]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/aac.c
Allow parsing and decoding of ADTS AAC files with channel config = 0
[frescor/ffmpeg.git] / libavcodec / aac.c
2009-05-13 alexcAllow parsing and decoding of ADTS AAC files with chann...
2009-04-21 superdumpRemove redundant assignment. err is assigned in every...
2009-04-19 superdumpRemove unnecessary assignment, found by CSA.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-23 alexcAAC: Ignore cc_domain for independent (time domain...
2009-03-16 alexcAAC: IEEE-754 type punning for 16-bit floating point...
2009-03-06 alexcRe-indent after last commit.
2009-03-06 alexcIf we get an error from ff_aac_parse_header() we should...
2009-03-06 alexcFix the channel allocation bug/assumption (issue 800).
2009-03-05 alexcAAC: hoist dependent gain lookup out of the loop
2009-03-01 alexcAAC: Make the CPE function more consistent with the...
2009-02-26 alexcRe-indent after last commit.
2009-02-26 alexcRefactor AAC unsigned band type decoding for a modest...
2009-02-26 alexcUse const to better allow the compiler to optimize...
2009-02-13 alexcRe-indent after last commit.
2009-02-13 alexcMake set coup.gain[c][0] aand only coup.gain[c][0]...
2009-02-12 superdumpAAC: Cosmetic alterations after the last commit
2009-02-12 superdumpGive an error message when returning due to an unalloca...
2009-02-12 superdumpAdd support for sample rate index 12, 7350 Hz
2009-02-12 superdumpRemove bogus coupling_point assignment for non-CCE...
2009-02-10 superdumpCheck sampling index validity for AAC decoding
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 superdumpSupport ADTS AAC files in the ffaac decoder (limited...
2008-12-28 cehoyosRevert r16375: It broke aac decoding.
2008-12-28 cehoyosReduce number of warnings when compiling with icc by...
2008-12-21 superdumpAAC: Reindent after last commit
2008-12-21 superdumpAAC: Fix AAC prediction when used in conjunction with...
2008-12-21 superdumpAAC: Don't write an illegal sampling_index in a PCE...
2008-12-10 mruAAC: move scratch array to context to ensure 16-byte...
2008-12-09 superdumpAAC: Use a sign LUT rather than 1-2*get_bits1()
2008-12-09 superdumpAAC: Unroll code within decode_spectrum_and_dequant...
2008-12-09 superdumpAAC: Remove unnecessary fabsf()
2008-12-08 stefanoMake av_log_missing_feature an internal function, and...
2008-11-24 superdumpAAC: Cosmetics after last commit
2008-11-24 superdumpAAC: Frequency domain prediction and hence Main profile...
2008-11-05 superdumpFix perceptual noise shaping scaling including an overs...
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-06 superdumpRename variables to clarify the channel coupling elemen...
2008-10-06 superdumpCorrections to channel coupling code to attain conforma...
2008-09-18 superdumpZero 'idx' for each iteration of the coupling gain...
2008-09-18 superdumpCosmetics: missing brackets
2008-09-18 superdumpCast the return value of get_bits() to signed integer...
2008-09-16 superdumpValidate pulse position and error out if an invalid...
2008-09-13 superdumpReindent after last commit
2008-09-13 superdumpApply pulses to unscaled coefficients rather than scaled.
2008-09-13 superdumpOperands of '+' are not necessarily evaluated in order...
2008-09-13 superdumpCorrect order of parsing for pulse scalefactor band...
2008-09-12 superdumpReindent after last commit
2008-09-12 superdumpOnly read some of TNS bitstream data in the case that...
2008-09-11 superdumpCorrect pulse amplitude application - a negative or...
2008-09-04 vitorMultiply table by -1. This avoid doing this calculation...
2008-09-04 vitorAvoid duplicating compute_lpc_coefs() function in both...
2008-08-29 superdumpFix typo in element type
2008-08-29 superdumpRemove unnecessary portion of a condition. This fixes...
2008-08-22 superdumpUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-22 superdumpWhitespace cosmetics after the last commit
2008-08-22 superdumpSeparate code in imdct_and_windowing() into distinct...
2008-08-21 superdumpReindent after last commit
2008-08-21 superdumpWork around GCC variable may be used uninitialised...
2008-08-21 superdumpRemove unused variable
2008-08-21 superdumpReindent
2008-08-21 andomaThe comment about channel order for AAC 5.1 audio was...
2008-08-21 superdumpLast hunk of the AAC decoder code to be OKed and build...
2008-08-18 superdumpMore OKed AAC decoder code hunks
2008-08-15 superdumpMore OKed AAC decoder hunks
2008-08-15 superdumpSynchronise AAC decoder code with that from SoC
2008-08-15 superdumpMore OKed sections of AAC decoder code
2008-08-11 superdumpSynchronise code with AAC decoder in SoC
2008-08-11 superdumpMore OKed hunks of the AAC decoder from SoC
2008-08-09 superdumpSync already committed code with that in SoC and commit...
2008-08-05 superdumpOKed sections of code from the SoC AAC decoder