summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacpsy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'd316f9cefcd854071985c6f524a9a15348240264'James Almer2017-03-311-1/+1
|\
| * aac: Drop pointless castDiego Biurrun2016-11-131-1/+1
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-251-3/+3
* | aacpsy: remove dead codeRostislav Pehlivanov2016-05-311-14/+0
* | Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis2016-04-171-5/+5
|\ \ | |/
| * Move const qualifier before type nameDiego Biurrun2016-03-231-5/+5
* | AAC encoder: fix valgrind errorsClaudio Freire2016-04-051-15/+0
* | AAC encoder: fix filling of wi.clipping arrayClaudio Freire2016-04-051-3/+4
* | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-221-2/+1
* | lavc/aacpsy: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-4/+5
* | AAC encoder: improve SF range utilizationClaudio Freire2015-12-021-7/+13
* | AAC encoder: make pe.min a local minimumClaudio Freire2015-11-291-3/+10
* | AAC encoder: cosmetics from last commitClaudio Freire2015-10-111-9/+9
* | AAC encoder: Extensive improvementsClaudio Freire2015-10-111-4/+36
* | AAC encoder: tweak rate-distortion logicClaudio Freire2015-09-231-0/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | AAC Encoder: clipping avoidanceClaudio Freire2015-07-271-0/+30
* | aacpsy: use a different metric for the spread of a bandRostislav Pehlivanov2015-07-031-1/+1
* | aacpsy: Add energy spread for each bandRostislav Pehlivanov2015-06-281-0/+1
* | avcodec/aacpsy: Clear the correct pointerMichael Niedermayer2015-06-011-1/+1
* | Merge commit '074a1b37325bf6d1483fc23ebf1255e78d998339'Michael Niedermayer2015-06-011-0/+6
|\ \ | |/
| * aacpsy: Check memory allocationVittorio Giovara2015-05-311-0/+6
| * aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-05-051-1/+1
* | aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-04-221-1/+1
* | aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun2015-04-161-1/+4
* | avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations...Claudio Freire2015-03-021-1/+1
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
| * aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire2013-05-141-1/+1
* | avcodec/aacpsy: Use av_mallocz_array()Michael Niedermayer2014-06-081-1/+1
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+3
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+3
* | AAC encoder: Fixed a rounding bug in psy's channel bitrate computation.Claudio Freire2013-05-051-1/+1
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-041-1/+2
|\ \ | |/
| * silly typo fixesDiego Biurrun2013-05-031-1/+2
* | mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic2013-03-231-29/+51
* | libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic2013-03-071-3/+7
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-2/+2
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
* | aacpsy: psy_3gpp_analyze_channel() handle energy == 0Michael Niedermayer2012-09-141-1/+1
* | aacpsy: calc_reduction_3gpp() handle active_lines = 0Michael Niedermayer2012-09-141-0/+3
* | aacpsy: use exp2(f) instead of pow(f)(2,...)Michael Niedermayer2012-09-091-4/+6
* | aacenc: new default cutoffMichael Niedermayer2012-07-291-1/+1
* | aacpsy: fix "may be used uninitialized" warningMichael Niedermayer2012-05-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-4/+2
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-18/+16
|\ \ | |/
| * aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-231-6/+5
| * aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-231-5/+5
OpenPOWER on IntegriCloud