| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -4/+3 |
* | avcodec/celp_math: Disable unused function | Andreas Rheinhardt | 2021-02-24 | 1 | -0/+2 |
* | Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9' | Michael Niedermayer | 2012-10-21 | 1 | -1/+1 |
|\ |
|
| * | celp_math: rename ff_log2 to ff_log2_q15 | Mans Rullgard | 2012-10-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-28 | 1 | -103/+0 |
|\| |
|
| * | celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() | Diego Biurrun | 2012-08-27 | 1 | -11/+0 |
| * | celp_math: Move ff_cos() to the only place it is used | Diego Biurrun | 2012-08-27 | 1 | -25/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | celp_math: use av_assert | Michael Niedermayer | 2012-07-07 | 1 | -5/+5 |
* | | Optimization of AMR NB and WB decoders for MIPS | Nedeljko Babic | 2012-06-11 | 1 | -0/+8 |
* | | ff_dot_product(): change return value to int64_t | Michael Niedermayer | 2011-10-01 | 1 | -1/+1 |
* | | celp_math: cleanup ff_dot_product() | Michael Niedermayer | 2011-09-29 | 1 | -6/+6 |
* | | Add dot_product function for use by the G.723.1 decoder | Mohamed Naufal Basheer | 2011-09-29 | 1 | -0/+12 |
* | | Restore WIP g729 code that has been remvoed by diego biurrun. | Michael Niedermayer | 2011-09-24 | 1 | -0/+85 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -85/+0 |
|\| |
|
| * | Remove unused code under G729_BITEXACT #ifdef. | Diego Biurrun | 2011-07-20 | 1 | -85/+0 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Fix build. | François Revol | 2008-10-31 | 1 | -1/+1 |
* | Add ff_dot_productf() to celp_math.{c,h} | Kenan Gillet | 2008-10-30 | 1 | -0/+11 |
* | Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. | Kenan Gillet | 2008-10-24 | 1 | -0/+197 |