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
2017-03-31Merge commit 'd316f9cefcd854071985c6f524a9a15348240264'James Almer
2017-03-26avcodec: stop using deprecated codec flagsJames Almer
2016-11-13aac: Drop pointless castDiego Biurrun
2016-05-31aacpsy: remove dead codeRostislav Pehlivanov
2016-04-17Merge commit '8dead2aaca4aa8b84b77b05745755afb56b7d37a'Derek Buitenhuis
2016-04-06AAC encoder: fix valgrind errorsClaudio Freire
2016-04-05AAC encoder: fix filling of wi.clipping arrayClaudio Freire
2016-03-23Move const qualifier before type nameDiego Biurrun
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2015-12-25lavc/aacpsy: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde
2015-12-02AAC encoder: improve SF range utilizationClaudio Freire
2015-11-29AAC encoder: make pe.min a local minimumClaudio Freire
2015-10-12AAC encoder: cosmetics from last commitClaudio Freire
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-09-23AAC encoder: tweak rate-distortion logicClaudio Freire
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27AAC Encoder: clipping avoidanceClaudio Freire
2015-07-03aacpsy: use a different metric for the spread of a bandRostislav Pehlivanov
2015-06-28aacpsy: Add energy spread for each bandRostislav Pehlivanov
2015-06-01avcodec/aacpsy: Clear the correct pointerMichael Niedermayer
2015-06-01Merge commit '074a1b37325bf6d1483fc23ebf1255e78d998339'Michael Niedermayer
2015-05-31aacpsy: Check memory allocationVittorio Giovara
2015-05-05aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun
2015-04-22aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun
2015-04-16aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun
2015-03-02avcodec/aacpsy: Fix AAC Psy PE reduction calculation when multiple iterations...Claudio Freire
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-06-08avcodec/aacpsy: Use av_mallocz_array()Michael Niedermayer
2013-05-14aacenc: Fix a rounding bug in aacpsy channel bitrate computationClaudio Freire
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-05AAC encoder: Fixed a rounding bug in psy's channel bitrate computation.Claudio Freire
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-03-23mips: Optimization of AAC psychoacoustic model functionsBojan Zivkovic
2013-03-07libavcodec: changed mathematical functions in aacpsy.cBojan Zivkovic
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-09-14aacpsy: psy_3gpp_analyze_channel() handle energy == 0Michael Niedermayer
2012-09-14aacpsy: calc_reduction_3gpp() handle active_lines = 0Michael Niedermayer
2012-09-09aacpsy: use exp2(f) instead of pow(f)(2,...)Michael Niedermayer
2012-07-30aacenc: new default cutoffMichael Niedermayer
2012-05-26aacpsy: fix "may be used uninitialized" warningMichael Niedermayer
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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