summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacpsy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+3
|\
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* | AAC encoder: Fixed a rounding bug in psy's channel bitrate computation.Claudio Freire2013-05-051-1/+1
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-041-1/+2
|\ \ | |/
| * silly typo fixesDiego Biurrun2013-05-031-1/+2
* | mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic2013-03-231-29/+51
* | libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic2013-03-071-3/+7
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-2/+2
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
* | aacpsy: psy_3gpp_analyze_channel() handle energy == 0Michael Niedermayer2012-09-141-1/+1
* | aacpsy: calc_reduction_3gpp() handle active_lines = 0Michael Niedermayer2012-09-141-0/+3
* | aacpsy: use exp2(f) instead of pow(f)(2,...)Michael Niedermayer2012-09-091-4/+6
* | aacenc: new default cutoffMichael Niedermayer2012-07-291-1/+1
* | aacpsy: fix "may be used uninitialized" warningMichael Niedermayer2012-05-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-4/+2
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-18/+16
|\ \ | |/
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-231-6/+5
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-231-5/+5
| * aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-231-2/+1
| * aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-231-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-301-4/+14
|\ \ | |/
| * psymodel: Remove the single channel analysis functionNathan Caldwell2011-06-291-5/+4
| * aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell2011-06-291-1/+11
| * psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-291-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-261-3/+4
|\ \ | |/
| * aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun2011-06-251-3/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-15/+313
|\ \ | |/
| * aacenc: Fix whitespace after last commit.Nathan Caldwell2011-04-231-10/+13
| * aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2011-04-231-5/+300
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell2011-03-171-1/+1
* aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2011-03-161-9/+12
* aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell2011-03-161-40/+37
* aacenc: Correct spreading calculation for high spreading.Nathan Caldwell2010-11-011-1/+1
* aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell2010-11-011-4/+4
* aacenc: Remove energy 'normalization' modification from the 3GPP psymodelNathan Caldwell2010-10-271-1/+0
* aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.Nathan Caldwell2010-10-271-5/+3
* aacenc: Fix the conditions under which 3GPP pre-echo control is run.Nathan Caldwell2010-10-271-1/+1
* aacenc: Fix bug in LAME windowing where only one channel got initalizedNathan Caldwell2010-10-251-3/+3
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-301-1/+1
* acenc: LAME-inspired window decisionNathan Caldwell2010-08-231-1/+303
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-231-25/+25
* aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.Alex Converse2010-07-141-1/+1
* aacenc: aac_psy_init(): Factorize line_to_frequency.Alex Converse2010-07-141-3/+4
* aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.Alex Converse2010-07-141-1/+1
* aacenc: psy_3gpp_init(): Calculate barks on demand.Alex Converse2010-07-141-5/+4
* aacenc: Fix window decision logic.Alex Converse2010-06-281-3/+12
OpenPOWER on IntegriCloud