Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-14aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03silly typo fixesDiego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell
2012-01-23aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell
2012-01-23aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-06-30psymodel: Remove the single channel analysis functionNathan Caldwell
2011-06-30aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell
2011-06-30psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell
2011-06-25aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun
2011-04-23aacenc: Fix whitespace after last commit.Nathan Caldwell
2011-04-23aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-18aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell
2011-03-17aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell
2011-03-17aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell
2010-11-01aacenc: Correct spreading calculation for high spreading.Nathan Caldwell
2010-11-01aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell
2010-10-27aacenc: Remove energy 'normalization' modification from the 3GPP psymodelNathan Caldwell
2010-10-27aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.Nathan Caldwell
2010-10-27aacenc: Fix the conditions under which 3GPP pre-echo control is run.Nathan Caldwell
2010-10-25aacenc: Fix bug in LAME windowing where only one channel got initalizedNathan Caldwell
2010-08-31psymodel: Const correct FFPsyWindowInfo.Alex Converse
2010-08-24acenc: LAME-inspired window decisionNathan Caldwell
2010-08-23aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell
2010-07-14aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.Alex Converse
2010-07-14aacenc: aac_psy_init(): Factorize line_to_frequency.Alex Converse
2010-07-14aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.Alex Converse
2010-07-14aacenc: psy_3gpp_init(): Calculate barks on demand.Alex Converse
2010-06-29aacenc: Fix window decision logic.Alex Converse
2010-05-14aacenc: Fix psy logic.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-07-09Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.Alex Converse
2009-07-09cosmetics: Remove unnecessary {} around if/for blocks;Diego Biurrun
2009-07-09cosmetics: prettyprinting, K&R style, break overly long linesDiego Biurrun
2009-07-09Cosmetics: Pretty print the AAC encoder.Alex Converse
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-18Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov