summaryrefslogtreecommitdiff
path: root/libavcodec/aacpsy.c
Commit message (Expand)AuthorAge
* avcodec/aacpsy: Clear the correct pointerMichael Niedermayer2015-06-01
* Merge commit '074a1b37325bf6d1483fc23ebf1255e78d998339'Michael Niedermayer2015-06-01
|\
| * aacpsy: Check memory allocationVittorio Giovara2015-05-31
| * aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-05-05
* | aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-04-22
* | aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun2015-04-16
* | avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations...Claudio Freire2015-03-02
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
| * aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire2013-05-14
* | avcodec/aacpsy: Use av_mallocz_array()Michael Niedermayer2014-06-08
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | AAC encoder: Fixed a rounding bug in psy's channel bitrate computation.Claudio Freire2013-05-05
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03
* | mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic2013-03-23
* | libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic2013-03-07
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | aacpsy: psy_3gpp_analyze_channel() handle energy == 0Michael Niedermayer2012-09-14
* | aacpsy: calc_reduction_3gpp() handle active_lines = 0Michael Niedermayer2012-09-14
* | aacpsy: use exp2(f) instead of pow(f)(2,...)Michael Niedermayer2012-09-09
* | aacenc: new default cutoffMichael Niedermayer2012-07-29
* | aacpsy: fix "may be used uninitialized" warningMichael Niedermayer2012-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|\|
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-23
| * aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-23
| * aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-13
|\|
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-30
|\|
| * psymodel: Remove the single channel analysis functionNathan Caldwell2011-06-29
| * aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell2011-06-29
| * psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell2011-06-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-26
|\|
| * aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun2011-06-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * aacenc: Fix whitespace after last commit.Nathan Caldwell2011-04-23
| * aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2011-04-23
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell2011-03-17
* aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2011-03-16
* aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell2011-03-16
* aacenc: Correct spreading calculation for high spreading.Nathan Caldwell2010-11-01
* aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell2010-11-01
* aacenc: Remove energy 'normalization' modification from the 3GPP psymodelNathan Caldwell2010-10-27