| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Drop some silly commented-out av_log() invocations | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | aacenc: Fix issues with huge values of bit_rate. | Reimar Döffinger | 2012-04-17 | 1 | -0/+3 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | aacenc: Move Q^3/4 calculation to it's own table | Nathan Caldwell | 2012-01-23 | 1 | -3/+4 |
* | aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ... | Nathan Caldwell | 2012-01-23 | 1 | -14/+14 |
* | Add libavutil/mathematics.h #includes for INFINITY | Mans Rullgard | 2011-11-22 | 1 | -0/+1 |
* | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -7/+7 |
* | aacenc: Fix codebook trellising for zeroed bands. | Alex Converse | 2011-06-27 | 1 | -4/+20 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -6/+3 |
* | aac: workaround for compilation on cygwin | Reinhard Tartler | 2011-05-11 | 1 | -1/+2 |
* | Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead | Alex Converse | 2011-04-27 | 1 | -4/+4 |
* | aac: add headers needed for log2f() | Michael Niedermayer | 2011-04-26 | 1 | -0/+1 |
* | aacenc: reduce the number of loop index variables | Young Han Lee | 2011-04-04 | 1 | -8/+8 |
* | aacenc: indentation | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
* | aacenc: fix the side calculation in search_for_ms | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | aacenc: cosmetics, indentation, and comment clarification | Nathan Caldwell | 2011-03-16 | 1 | -25/+25 |
* | aaccoder: Change FFMAX for allzero flag to OR bit operation | Young Han Lee | 2011-03-16 | 1 | -1/+1 |
* | aacenc: TLS: Save maximum values for each swb in a table. | Alex Converse | 2010-07-24 | 1 | -6/+14 |
* | 10l: Remove some commented out code that slipped in. | Alex Converse | 2010-07-24 | 1 | -1/+0 |
* | aacenc: TLS: Try to preserve some energy in each non-zero band. | Alex Converse | 2010-07-24 | 1 | -1/+6 |
* | aacenc: Prevent premature termination of the two loop search. | Alex Converse | 2010-07-24 | 1 | -3/+1 |
* | aacenc: Favor log2f() and sqrtf() over log2() and sqrt(). | Alex Converse | 2010-07-24 | 1 | -7/+7 |
* | aacenc: Factorize some scalefactor utilities. | Alex Converse | 2010-07-23 | 1 | -4/+14 |
* | aacenc: Convert if () abort() to assert(). | Alex Converse | 2010-07-19 | 1 | -1/+1 |
* | Cosmetics: Whitespace | Alex Converse | 2010-07-19 | 1 | -13/+13 |
* | 10l: Add a missing const. | Alex Converse | 2010-07-16 | 1 | -1/+1 |
* | aacenc: Template quantize_and_encode_band_cost(). | Alex Converse | 2010-07-16 | 1 | -10/+60 |
* | aacenc: Fill in the estimated codebook for the final computed scalefactor in ... | Alex Converse | 2010-06-28 | 1 | -1/+3 |
* | aacenc: Remove an unnecessary division from the TLS. | Alex Converse | 2010-05-28 | 1 | -2/+2 |
* | Cosmetics: whitespace | Alex Converse | 2010-05-28 | 1 | -17/+17 |
* | aacenc: Remove unnecessary variables and scopes in the TLS. | Alex Converse | 2010-05-28 | 1 | -11/+3 |
* | Fix declaration after statement | Alex Converse | 2010-05-25 | 1 | -1/+2 |
* | aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear... | Alex Converse | 2010-05-25 | 1 | -6/+12 |
* | Remove useless costly inf checks from the trellis scalefactor search. | Alex Converse | 2010-05-25 | 1 | -15/+0 |
* | aacenc: Trellis over scalefactors using an estimated codebook rather than eve... | Alex Converse | 2010-05-25 | 1 | -8/+3 |
* | aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). | Alex Converse | 2010-05-25 | 1 | -26/+52 |
* | aacenc: Factor out find_min_book so it can be used by multiple coefficient co... | Alex Converse | 2010-05-25 | 1 | -17/+22 |
* | fmaxf -> FFMAX to fix pre-C99 systems | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | aacenc: Add a rate only trellis for codebook selection for the TLS. | Alex Converse | 2010-05-14 | 1 | -1/+110 |
* | aacenc: Use exact values when quantizing, not fuzzy values. | Alex Converse | 2010-05-14 | 1 | -64/+22 |
* | aacenc: Use an estimated codebook for the TLS (two loop search). | Alex Converse | 2010-05-14 | 1 | -3/+18 |
* | 10l: store the result of clipping added in r23035 | Alex Converse | 2010-05-06 | 1 | -1/+1 |
* | Make the faac inspired quantizer search make sense for a slightly narrower de... | Alex Converse | 2010-05-06 | 1 | -7/+9 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). | Alex Converse | 2010-03-24 | 1 | -114/+30 |
* | aacenc: Use preprocessor constants for trellis states and stages. | Alex Converse | 2009-09-21 | 1 | -9/+12 |
* | aacenc: Split paths in the scalefactor selection trellis into a 2-D array. | Alex Converse | 2009-09-21 | 1 | -46/+49 |
* | aacenc: Replace cbrt() with cbrtf() when the result is destined for float | Alex Converse | 2009-09-21 | 1 | -2/+2 |
* | aacenc: Multiple distortion by lambda after it's summed and not each individual | Alex Converse | 2009-09-21 | 1 | -12/+12 |