]> git.sesse.net Git - ffmpeg/history - libavcodec/aaccoder.c
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / aaccoder.c
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-04-17 Reimar Döffingeraacenc: Fix issues with huge values of bit_rate.
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-01-23 Nathan Caldwellaacenc: Move Q^3/4 calculation to it's own table
2012-01-23 Nathan Caldwellaacenc: cosmetics, replace 'rd' with 'bits' in codebook...
2011-11-22 Mans RullgardAdd libavutil/mathematics.h #includes for INFINITY
2011-06-29 Nathan Caldwellpsymodel: Add channels and channel groups to the psymodel.
2011-06-28 Alex Converseaacenc: Fix codebook trellising for zeroed bands.
2011-06-02 Mans RullgardRemove unused variables
2011-05-11 Reinhard Tartleraac: workaround for compilation on cygwin
2011-04-27 Alex ConverseDefine POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_...
2011-04-26 Michael Niedermayeraac: add headers needed for log2f()
2011-04-04 Young Han Leeaacenc: reduce the number of loop index variables
2011-03-25 Young Han Leeaacenc: indentation
2011-03-25 Young Han Leeaacenc: fix the side calculation in search_for_ms
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Nathan Caldwellaacenc: cosmetics, indentation, and comment clarification
2011-03-17 Young Han Leeaaccoder: Change FFMAX for allzero flag to OR bit operation
2010-07-24 Alex Converseaacenc: TLS: Save maximum values for each swb in a...
2010-07-24 Alex Converse10l: Remove some commented out code that slipped in.
2010-07-24 Alex Converseaacenc: TLS: Try to preserve some energy in each non...
2010-07-24 Alex Converseaacenc: Prevent premature termination of the two loop...
2010-07-24 Alex Converseaacenc: Favor log2f() and sqrtf() over log2() and sqrt().
2010-07-23 Alex Converseaacenc: Factorize some scalefactor utilities.
2010-07-19 Alex Converseaacenc: Convert if () abort() to assert().
2010-07-19 Alex ConverseCosmetics: Whitespace
2010-07-16 Alex Converse10l: Add a missing const.
2010-07-16 Alex Converseaacenc: Template quantize_and_encode_band_cost().
2010-06-28 Alex Converseaacenc: Fill in the estimated codebook for the final...
2010-05-28 Alex Converseaacenc: Remove an unnecessary division from the TLS.
2010-05-28 Alex ConverseCosmetics: whitespace
2010-05-28 Alex Converseaacenc: Remove unnecessary variables and scopes in...
2010-05-25 Alex ConverseFix declaration after statement
2010-05-25 Alex Converseaacenc: Split find_max_val() from find_min_book() to...
2010-05-25 Alex ConverseRemove useless costly inf checks from the trellis scale...
2010-05-25 Alex Converseaacenc: Trellis over scalefactors using an estimated...
2010-05-25 Alex Converseaacenc: Only trellis over a column of 61 scalefactors...
2010-05-25 Alex Converseaacenc: Factor out find_min_book so it can be used...
2010-05-14 Alex Conversefmaxf -> FFMAX to fix pre-C99 systems
2010-05-14 Alex Converseaacenc: Add a rate only trellis for codebook selection...
2010-05-14 Alex Converseaacenc: Use exact values when quantizing, not fuzzy...
2010-05-14 Alex Converseaacenc: Use an estimated codebook for the TLS (two...
2010-05-06 Alex Converse10l: store the result of clipping added in r23035
2010-05-06 Alex ConverseMake the faac inspired quantizer search make sense...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-24 Alex Converseaacenc: Merge quantize_band_cost() with quantize_and_en...
2009-09-21 Alex Converseaacenc: Use preprocessor constants for trellis states...
2009-09-21 Alex Converseaacenc: Split paths in the scalefactor selection trelli...
2009-09-21 Alex Converseaacenc: Replace cbrt() with cbrtf() when the result...
2009-09-21 Alex Converseaacenc: Multiple distortion by lambda after it's summed...
2009-09-21 Alex ConverseCosmetics: Reindent after r19943.
2009-09-21 Alex Converseaacenc: Don't make unnecessary compares to the escape...
2009-08-27 Alex ConverseRe-add search_for_ms to the coefficients encoders to...
2009-07-22 Alex ConverseBe sure to increment our position in the coefficient...
2009-07-20 Alex ConverseRemove an unused field from the BandCodingPath struct.
2009-07-20 Alex ConverseActually use all the codebooks we are iterating over...
2009-07-20 Alex ConverseFix an integer overflow in the AAC encoder.
2009-07-17 Alex ConverseReplace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a...
2009-07-17 Alex ConverseDead code removal in the AAC encoder.
2009-07-16 Alex ConverseWhen calculating AAC quantized band cost, don't leave...
2009-07-09 Alex ConverseChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-08 Alex ConverseTurn on AAC rate control.
2009-07-08 Diego Biurruncosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 Diego Biurruncosmetics: prettyprinting, K&R style, break overly...
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...