summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04AAC encoder: Fixed a rounding bug in psy's channel bitrate computation.Claudio Freire1-1/+1
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer13-19/+20
2013-05-03silly typo fixesDiego Biurrun14-20/+21
2013-03-23mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic3-29/+282
2013-03-07libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic1-3/+7
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer35-40/+41
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-09-14aacpsy: psy_3gpp_analyze_channel() handle energy == 0Michael Niedermayer1-1/+1
2012-09-14aacpsy: calc_reduction_3gpp() handle active_lines = 0Michael Niedermayer1-0/+3
2012-09-09aacpsy: use exp2(f) instead of pow(f)(2,...)Michael Niedermayer1-4/+6
2012-07-29aacenc: new default cutoffMichael Niedermayer3-1/+6
2012-05-26aacpsy: fix "may be used uninitialized" warningMichael Niedermayer1-1/+1
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun39-144/+66
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-586/+1271
2012-01-23aacenc: Deinterleave input samples before processing.Nathan Caldwell5-62/+80
2012-01-23aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell5-20/+18
2012-01-23aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell1-2/+1
2012-01-23aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell1-6/+6
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-459/+601
2011-12-12doxygen: misc consistency, spelling and wording fixesDiego Biurrun51-179/+179
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-202/+272
2011-06-29psymodel: Remove the single channel analysis functionNathan Caldwell3-17/+6
2011-06-29aacenc: Implement dummy channel group analysis that just calls the single cha...Nathan Caldwell2-2/+15
2011-06-29psymodel: Add channels and channel groups to the psymodel.Nathan Caldwell5-25/+91
2011-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-25/+7
2011-06-25aacenc: Mark psy_3gpp_window() as av_unused.Diego Biurrun1-3/+4
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer45-139/+818
2011-04-23aacenc: Fix whitespace after last commit.Nathan Caldwell1-10/+13
2011-04-23aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2-6/+303
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-18aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell1-1/+1
2011-03-17aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell2-34/+37
2011-03-17aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell1-40/+37
2010-11-01aacenc: Correct spreading calculation for high spreading.Nathan Caldwell1-1/+1
2010-11-01aacenc: cosmetics: Swap spreading_hi/low name to match the 3GPP spec.Nathan Caldwell1-4/+4
2010-10-27aacenc: Remove energy 'normalization' modification from the 3GPP psymodelNathan Caldwell1-1/+0
2010-10-27aacenc: Fix threshold-in-quiet calculation in the 3GPP psymodel.Nathan Caldwell1-5/+3
2010-10-27aacenc: Fix the conditions under which 3GPP pre-echo control is run.Nathan Caldwell1-1/+1
2010-10-25aacenc: Fix bug in LAME windowing where only one channel got initalizedNathan Caldwell1-3/+3
2010-08-30psymodel: Const correct FFPsyWindowInfo.Alex Converse3-4/+4
2010-08-23acenc: LAME-inspired window decisionNathan Caldwell1-1/+303
2010-08-23aacenc: Rename Psy3gpp* structs to AacPsy*Nathan Caldwell2-26/+26
2010-07-14aacenc: psy_3gpp_init(): Fix line_to_frequency for short windows.Alex Converse1-1/+1
2010-07-14aacenc: aac_psy_init(): Factorize line_to_frequency.Alex Converse1-3/+4
2010-07-14aacenc: psy_3gpp_init(): Fix ath for the first line in each sfb.Alex Converse1-1/+1
2010-07-14aacenc: psy_3gpp_init(): Calculate barks on demand.Alex Converse1-5/+4
[next]