summaryrefslogtreecommitdiff
path: root/libavcodec/celp_filters.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/celp_filters: Avoid invalid negation in ff_celp_lp_synthesis_filter()Michael Niedermayer2020-10-10
* avcodec/celp_filters: Fix runtime error: signed integer overflow: 1892453989 ...Michael Niedermayer2017-05-23
* ff_celp_lp_synthesis_filterf: change loop end checkMichael Niedermayer2012-10-13
* ff_celp_lp_synthesis_filterf: check that filter_length is within the supporte...Michael Niedermayer2012-10-13
* 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-08-13
|\|
| * celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard2012-08-13
| * Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-22
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-05
|\|
| * celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse2012-05-04
| * Remove unused variablesMans Rullgard2011-06-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer2011-09-29
* | Fix various unused variable warningsClément Bœsch2011-05-30
|/
* Fix spelling in commentVitor Sessak2010-03-01
* Add commented-out unoptimized code to improve readabilityVitor Sessak2010-03-01
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-16
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-16
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-09
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-12
* Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan2009-08-03
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-18
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-15
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-15
* Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2009-02-23
* Add a LPC filterKenan Gillet2008-10-30
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24