summaryrefslogtreecommitdiff
path: root/libavcodec/aacpsy.c
Commit message (Expand)AuthorAge
* Move const qualifier before type nameDiego Biurrun2016-03-23
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* aacpsy: Check memory allocationVittorio Giovara2015-05-31
* aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-05-05
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire2013-05-14
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* miscellaneous typo fixesDiego Biurrun2012-12-21
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* 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
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* 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
* aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun2011-06-25
* 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
* aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.Nathan Caldwell2010-10-27
* aacenc: Fix the conditions under which 3GPP pre-echo control is run.Nathan Caldwell2010-10-27
* aacenc: Fix bug in LAME windowing where only one channel got initalizedNathan Caldwell2010-10-25
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-30
* acenc: LAME-inspired window decisionNathan Caldwell2010-08-23
* aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2010-08-23
* aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.Alex Converse2010-07-14
* aacenc: aac_psy_init(): Factorize line_to_frequency.Alex Converse2010-07-14
* aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.Alex Converse2010-07-14
* aacenc: psy_3gpp_init(): Calculate barks on demand.Alex Converse2010-07-14
* aacenc: Fix window decision logic.Alex Converse2010-06-28
* aacenc: Fix psy logic.Alex Converse2010-05-14
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse2009-07-09
* cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun2009-07-08
* cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun2009-07-08
* Cosmetics: Pretty print the AAC encoder.Alex Converse2009-07-08
* Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse2009-07-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov2008-08-18