]> git.sesse.net Git - ffmpeg/history - libavcodec/aacpsy.c
doxygen: misc consistency, spelling and wording fixes
[ffmpeg] / libavcodec / aacpsy.c
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-06-29 Nathan Caldwellpsymodel: Remove the single channel analysis function
2011-06-29 Nathan Caldwellaacenc: Implement dummy channel group analysis that...
2011-06-29 Nathan Caldwellpsymodel: Add channels and channel groups to the psymodel.
2011-06-25 Diego Biurrunaacenc: Mark psy_3gpp_window() as av_unused.
2011-04-23 Nathan Caldwellaacenc: Fix whitespace after last commit.
2011-04-23 Nathan Caldwellaacenc: Finish 3GPP psymodel analysis for non mid/side...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-18 Nathan Caldwellaacenc: 10l, missed a reference when refactoring the...
2011-03-17 Nathan Caldwellaacenc: cosmetics, indentation, and comment clarification
2011-03-17 Nathan Caldwellaacenc: Refactor the parts of the AAC psymodel.
2010-11-01 Nathan Caldwellaacenc: Correct spreading calculation for high spreading.
2010-11-01 Nathan Caldwellaacenc: cosmetics: Swap spreading_hi/low name to match...
2010-10-27 Nathan Caldwellaacenc: Remove energy 'normalization' modification...
2010-10-27 Nathan Caldwellaacenc: Fix threshold-in-quiet calculation in the 3GPP...
2010-10-27 Nathan Caldwellaacenc: Fix the conditions under which 3GPP pre-echo...
2010-10-25 Nathan Caldwellaacenc: Fix bug in LAME windowing where only one channe...
2010-08-30 Alex Conversepsymodel: Const correct FFPsyWindowInfo.
2010-08-23 Nathan Caldwellacenc: LAME-inspired window decision
2010-08-23 Nathan Caldwellaacenc: Rename Psy3gpp* structs to AacPsy*
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Fix line_to_frequency for...
2010-07-14 Alex Converseaacenc: aac_psy_init(): Factorize line_to_frequency.
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Fix ath for the first line...
2010-07-14 Alex Converseaacenc: psy_3gpp_init(): Calculate barks on demand.
2010-06-28 Alex Converseaacenc: Fix window decision logic.
2010-05-14 Alex Converseaacenc: Fix psy logic.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-07-09 Alex ConverseChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-08 Diego Biurruncosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 Diego Biurruncosmetics: prettyprinting, K&R style, break overly...
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-18 Kostya ShishkovAdd okayed chunks of AAC encoder psychoacoustic model