| Commit message (Expand) | Author | Age | Files | Lines |
* | aacpsy: psy_3gpp_analyze_channel() handle energy == 0 | Michael Niedermayer | 2012-09-14 | 1 | -1/+1 |
* | aacpsy: calc_reduction_3gpp() handle active_lines = 0 | Michael Niedermayer | 2012-09-14 | 1 | -0/+3 |
* | aacpsy: use exp2(f) instead of pow(f)(2,...) | Michael Niedermayer | 2012-09-09 | 1 | -4/+6 |
* | aacenc: new default cutoff | Michael Niedermayer | 2012-07-29 | 1 | -1/+1 |
* | aacpsy: fix "may be used uninitialized" warning | Michael Niedermayer | 2012-05-26 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -4/+2 |
|\ |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-24 | 1 | -18/+16 |
|\| |
|
| * | aacenc: Deinterleave input samples before processing. | Nathan Caldwell | 2012-01-23 | 1 | -6/+5 |
| * | aacenc: Request normalized float samples instead of converting s16 samples to... | Nathan Caldwell | 2012-01-23 | 1 | -5/+5 |
| * | aacpsy: Replace an if with FFMAX in LAME windowing. | Nathan Caldwell | 2012-01-23 | 1 | -2/+1 |
| * | aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons | Nathan Caldwell | 2012-01-23 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -1/+1 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-30 | 1 | -4/+14 |
|\| |
|
| * | psymodel: Remove the single channel analysis function | Nathan Caldwell | 2011-06-29 | 1 | -5/+4 |
| * | aacenc: Implement dummy channel group analysis that just calls the single cha... | Nathan Caldwell | 2011-06-29 | 1 | -1/+11 |
| * | psymodel: Add channels and channel groups to the psymodel. | Nathan Caldwell | 2011-06-29 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-26 | 1 | -3/+4 |
|\| |
|
| * | aacenc: Mark psy_3gpp_window() as av_unused. | Diego Biurrun | 2011-06-25 | 1 | -3/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -15/+313 |
|\| |
|
| * | aacenc: Fix whitespace after last commit. | Nathan Caldwell | 2011-04-23 | 1 | -10/+13 |
| * | aacenc: Finish 3GPP psymodel analysis for non mid/side cases. | Nathan Caldwell | 2011-04-23 | 1 | -5/+300 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | aacenc: 10l, missed a reference when refactoring the psymodel. | Nathan Caldwell | 2011-03-17 | 1 | -1/+1 |
* | aacenc: cosmetics, indentation, and comment clarification | Nathan Caldwell | 2011-03-16 | 1 | -9/+12 |
* | aacenc: Refactor the parts of the AAC psymodel. | Nathan Caldwell | 2011-03-16 | 1 | -40/+37 |
* | aacenc: Correct spreading calculation for high spreading. | Nathan Caldwell | 2010-11-01 | 1 | -1/+1 |
* | aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec. | Nathan Caldwell | 2010-11-01 | 1 | -4/+4 |
* | aacenc: Remove energy 'normalization' modification from the 3GPP psymodel | Nathan Caldwell | 2010-10-27 | 1 | -1/+0 |
* | aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel. | Nathan Caldwell | 2010-10-27 | 1 | -5/+3 |
* | aacenc: Fix the conditions under which 3GPP pre-echo control is run. | Nathan Caldwell | 2010-10-27 | 1 | -1/+1 |
* | aacenc: Fix bug in LAME windowing where only one channel got initalized | Nathan Caldwell | 2010-10-25 | 1 | -3/+3 |
* | psymodel: Const correct FFPsyWindowInfo. | Alex Converse | 2010-08-30 | 1 | -1/+1 |
* | acenc: LAME-inspired window decision | Nathan Caldwell | 2010-08-23 | 1 | -1/+303 |
* | aacenc: Rename Psy3gpp* structs to AacPsy* | Nathan Caldwell | 2010-08-23 | 1 | -25/+25 |
* | aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows. | Alex Converse | 2010-07-14 | 1 | -1/+1 |
* | aacenc: aac_psy_init(): Factorize line_to_frequency. | Alex Converse | 2010-07-14 | 1 | -3/+4 |
* | aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb. | Alex Converse | 2010-07-14 | 1 | -1/+1 |
* | aacenc: psy_3gpp_init(): Calculate barks on demand. | Alex Converse | 2010-07-14 | 1 | -5/+4 |
* | aacenc: Fix window decision logic. | Alex Converse | 2010-06-28 | 1 | -3/+12 |
* | aacenc: Fix psy logic. | Alex Converse | 2010-05-14 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems. | Alex Converse | 2009-07-09 | 1 | -3/+3 |
* | cosmetics: Remove unnecessary {} around if/for blocks; | Diego Biurrun | 2009-07-08 | 1 | -8/+4 |
* | cosmetics: prettyprinting, K&R style, break overly long lines | Diego Biurrun | 2009-07-08 | 1 | -14/+14 |
* | Cosmetics: Pretty print the AAC encoder. | Alex Converse | 2009-07-08 | 1 | -27/+27 |
* | Merge the AAC encoder from SoC svn. It is still considered experimental. | Alex Converse | 2009-07-08 | 1 | -34/+252 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add okayed chunks of AAC encoder psychoacoustic model | Kostya Shishkov | 2008-08-18 | 1 | -0/+104 |