]> git.sesse.net Git - ffmpeg/history - libavcodec/aacpsy.c
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / aacpsy.c
2016-11-13 Diego Biurrunaac: Drop pointless cast
2016-03-23 Diego BiurrunMove const qualifier before type name
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2015-05-31 Vittorio Giovaraaacpsy: Check memory allocation
2015-05-05 Andreas Cadhalpunaacpsy: correct calculation of minath in psy_3gpp_init
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-05-14 Claudio Freireaacenc: Fix a rounding bug in aacpsy channel bitrate...
2013-05-04 Diego Biurrunavcodec: Add av_cold attributes to init functions missi...
2013-05-03 Diego Biurrunsilly typo fixes
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-01-23 Nathan Caldwellaacenc: Deinterleave input samples before processing.
2012-01-23 Nathan Caldwellaacenc: Request normalized float samples instead of...
2012-01-23 Nathan Caldwellaacpsy: Replace an if with FFMAX in LAME windowing.
2012-01-23 Nathan Caldwellaacpsy: cosmetics, change a FIXME to a NOTE about subsh...
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