summaryrefslogtreecommitdiffstats
path: root/libavcodec/celp_filters.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/celp_filters: Fix runtime error: signed integer overflow: 1892453989 ...Michael Niedermayer2017-05-231-1/+1
* ff_celp_lp_synthesis_filterf: change loop end checkMichael Niedermayer2012-10-131-1/+1
* ff_celp_lp_synthesis_filterf: check that filter_length is within the supporte...Michael Niedermayer2012-10-131-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-131-8/+7
|\ \ | |/
| * celp: optimise ff_celp_lp_synthesis_filter()Mans Rullgard2012-08-131-8/+7
| * Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-221-2/+2
* | Optimization of AMR NB and WB decoders for MIPSNedeljko Babic2012-06-111-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-051-3/+1
|\ \ | |/
| * celp filters: Do not read earlier than the start of the 'out' vector.Alex Converse2012-05-041-3/+1
| * Remove unused variablesMans Rullgard2011-06-021-2/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer2011-09-291-2/+2
* | Fix various unused variable warningsClément Bœsch2011-05-301-2/+1
|/
* Fix spelling in commentVitor Sessak2010-03-011-1/+1
* Add commented-out unoptimized code to improve readabilityVitor Sessak2010-03-011-0/+8
* Cosmetics: make celp_filters.* formatting more consistent with the rest ofVitor Sessak2009-12-161-18/+9
* Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.Vitor Sessak2009-12-161-1/+96
* And on the sixth day, God gave us the <= operand, which makes the loopRonald S. Bultje2009-11-091-12/+3
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-121-0/+10
* Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf()Colin McQuillan2009-08-031-1/+1
* cosmetics: K&R coding styleDiego Biurrun2009-08-021-43/+33
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-181-0/+20
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-151-2/+2
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-151-6/+4
* Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2009-02-231-1/+1
* Add a LPC filterKenan Gillet2008-10-301-0/+21
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-241-0/+86
OpenPOWER on IntegriCloud