| 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/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -2/+3 |
* | avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter() | Michael Niedermayer | 2020-10-10 | 1 | -3/+3 |
* | avcodec/celp_filters: Fix runtime error: signed integer overflow: 1892453989 ... | Michael Niedermayer | 2017-05-23 | 1 | -1/+1 |
* | ff_celp_lp_synthesis_filterf: change loop end check | Michael Niedermayer | 2012-10-13 | 1 | -1/+1 |
* | ff_celp_lp_synthesis_filterf: check that filter_length is within the supporte... | Michael Niedermayer | 2012-10-13 | 1 | -0/+3 |
* | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-13 | 1 | -8/+7 |
|\| |
|
| * | celp: optimise ff_celp_lp_synthesis_filter() | Mans Rullgard | 2012-08-13 | 1 | -8/+7 |
| * | Add a shift parameter to celp_lp_synthesis_filter() | Mohamed Naufal Basheer | 2012-07-22 | 1 | -2/+2 |
* | | Optimization of AMR NB and WB decoders for MIPS | Nedeljko Babic | 2012-06-11 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-05 | 1 | -3/+1 |
|\| |
|
| * | celp filters: Do not read earlier than the start of the 'out' vector. | Alex Converse | 2012-05-04 | 1 | -3/+1 |
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -2/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de... | Mohamed Naufal Basheer | 2011-09-29 | 1 | -2/+2 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -2/+1 |
|/ |
|
* | Fix spelling in comment | Vitor Sessak | 2010-03-01 | 1 | -1/+1 |
* | Add commented-out unoptimized code to improve readability | Vitor Sessak | 2010-03-01 | 1 | -0/+8 |
* | Cosmetics: make celp_filters.* formatting more consistent with the rest of | Vitor Sessak | 2009-12-16 | 1 | -18/+9 |
* | Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests. | Vitor Sessak | 2009-12-16 | 1 | -1/+96 |
* | And on the sixth day, God gave us the <= operand, which makes the loop | Ronald S. Bultje | 2009-11-09 | 1 | -12/+3 |
* | Add ff_celp_circ_addf() function to be used for sparse vector circular | Colin McQuillan | 2009-08-12 | 1 | -0/+10 |
* | Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() | Colin McQuillan | 2009-08-03 | 1 | -1/+1 |
* | cosmetics: K&R coding style | Diego Biurrun | 2009-08-02 | 1 | -43/+33 |
* | Add LP zero synthesis filter. Patch by Kenan Gillet. | Kenan Gillet | 2009-04-18 | 1 | -0/+20 |
* | [COSMETIC] Correct a minor nit. Should be clearer now. | Reynaldo H. Verdejo Pinochet | 2009-04-15 | 1 | -2/+2 |
* | Fix possibly harmful outbound addressing. Patch by Kenan Gillet. | Kenan Gillet | 2009-04-15 | 1 | -6/+4 |
* | Change sign in ff_celp_lp_synthesis_filterf(). This makes this function | Kenan Gillet | 2009-02-23 | 1 | -1/+1 |
* | Add a LPC filter | Kenan Gillet | 2008-10-30 | 1 | -0/+21 |
* | Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. | Kenan Gillet | 2008-10-24 | 1 | -0/+86 |