]> git.sesse.net Git - ffmpeg/history - libavcodec/aaccoder.c
Add stereo rematrixing support to the AC-3 encoders.
[ffmpeg] / libavcodec / aaccoder.c
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...