summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_pitch_delay.c
Commit message (Expand)AuthorAge
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* celp_math: rename ff_log2 to ff_log2_q15Mans Rullgard2012-10-20
* 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
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
* Remove unused code under G729_BITEXACT #ifdef.Diego Biurrun2011-07-20
* 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