summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_pitch_delay.c
Commit message (Expand)AuthorAge
* avcodec/acelp_*: Remove unnecessary headersAndreas Rheinhardt2022-08-05
* avcodec/acelp_pitch_delay: Inline small functions only used onceAndreas Rheinhardt2021-02-24
* avcodec/acelp_pitch_delay: Minor simplification by using ff_exp10()Michael Niedermayer2019-01-01
* avcodec/acelp_pitch_delay: Fix runtime error: value 4.83233e+39 is outside th...Michael Niedermayer2017-05-30
* all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde2016-03-22
* lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x)Ganesh Ajjanagadde2015-12-25
* Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-22
|\
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-23
|\|
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* | Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer2012-10-21
|\|
| * celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard2012-10-20
* | acelp_pitch_delay: add missing libm.h include for exp2()Michael Niedermayer2012-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-28
|\|
| * build: Restore dependency of acelp_filters.o on celp_math.oDiego Biurrun2012-08-27
| * celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\|
| * dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
* | Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|
| * Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun2011-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-15
* Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak2009-10-31
* Remove duplicated dot product code. Use dsputil'sAurelien Jacobs2008-12-29
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-24
* make sum_of_squares() more genericMichael Niedermayer2008-07-03
* gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov2008-06-30