| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -17/+18 |
|\ |
|
| * | 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 |
* | | aacenc: add AAC_CODER_NB | Michael Niedermayer | 2011-11-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -1/+1 |
|\| |
|
| * | Add libavutil/mathematics.h #includes for INFINITY | Mans Rullgard | 2011-11-22 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-30 | 1 | -7/+7 |
|\| |
|
| * | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -4/+20 |
|\| |
|
| * | aacenc: Fix codebook trellising for zeroed bands. | Alex Converse | 2011-06-27 | 1 | -4/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -6/+3 |
|\| |
|
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -6/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-12 | 1 | -1/+2 |
|\| |
|
| * | aac: workaround for compilation on cygwin | Reinhard Tartler | 2011-05-11 | 1 | -1/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-28 | 1 | -4/+4 |
|\| |
|
| * | Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead | Alex Converse | 2011-04-27 | 1 | -4/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -0/+1 |
|\| |
|
| * | aac: add headers needed for log2f() | Michael Niedermayer | 2011-04-26 | 1 | -0/+1 |
* | | aac: add math.h needed for log2f() | Michael Niedermayer | 2011-04-23 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 1 | -8/+8 |
|\| |
|
| * | aacenc: reduce the number of loop index variables | Young Han Lee | 2011-04-04 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-26 | 1 | -2/+2 |
|\| |
|
| * | 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 |