]> git.sesse.net Git - ffmpeg/history - libavcodec/aac.c
Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure.
[ffmpeg] / libavcodec / aac.c
2009-12-16 Carl Eugen HoyosUndo r20874: It broke AAC decoding.
2009-12-15 Carl Eugen HoyosUse enum and constant to avoid three icc warnings.
2009-12-08 Andreas Ömanaac: Set sample rate in avctx from ADTS header (if...
2009-12-02 Alex ConverseAAC: Add a global header but output not locked output...
2009-12-02 Alex ConverseSet the SBR mode to implicit on ADTS frames occurring...
2009-11-21 Alex Converse10l: Fix inverted if-condition from r20448. Fixes issue...
2009-11-11 Alex ConverseAAC: Rename sect_len to sect_end. It marks the last...
2009-11-03 Alex ConverseDon't lock the channel output configuration based on...
2009-10-09 Robert SwainAAC: Fix regression introduced in r20067 where ADTS...
2009-10-08 David Conraddca and aac decoders use float_to_int16_interleave...
2009-09-28 Robert SwainRefactor channel element configuration and mapping...
2009-09-28 Robert SwainReindent after last commit
2009-09-28 Robert SwainAAC: Add channel layout support for channel configurati...
2009-09-23 Måns RullgårdAAC: minor simplification in PNS decoding
2009-09-22 Måns RullgårdAAC: 10l: fix PNS decoding
2009-09-22 Alex ConverseAAC: Simplify some logic from r19956. (The escape codeb...
2009-09-22 Måns RullgårdAAC: use new dsputil functions
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-08-02 Diego Biurruncosmetics: K&R coding style
2009-07-10 Alex ConverseCosmetics: reindent after last commit
2009-07-10 Alex ConverseIgnore subsequent channel configurations after the...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-06-12 Alex ConverseCosmetics: Re-indent after last commit
2009-06-12 Alex ConverseMove TNS and swb_offset tables from aacdectab.h to...
2009-05-26 Alex ConverseIn the event of a mismatch, do not follow the sample...
2009-05-16 Siarhei SiamashkaSupport for getting (i)MDCT output multiplied by a...
2009-05-13 Alex ConverseAllow parsing and decoding of ADTS AAC files with chann...
2009-04-21 Robert SwainRemove redundant assignment. err is assigned in every...
2009-04-19 Robert SwainRemove unnecessary assignment, found by CSA.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-23 Alex ConverseAAC: Ignore cc_domain for independent (time domain...
2009-03-16 Alex ConverseAAC: IEEE-754 type punning for 16-bit floating point...
2009-03-06 Alex ConverseRe-indent after last commit.
2009-03-06 Alex ConverseIf we get an error from ff_aac_parse_header() we should...
2009-03-06 Alex ConverseFix the channel allocation bug/assumption (issue 800).
2009-03-05 Alex ConverseAAC: hoist dependent gain lookup out of the loop
2009-03-01 Alex ConverseAAC: Make the CPE function more consistent with the...
2009-02-26 Alex ConverseRe-indent after last commit.
2009-02-26 Alex ConverseRefactor AAC unsigned band type decoding for a modest...
2009-02-26 Alex ConverseUse const to better allow the compiler to optimize...
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