summaryrefslogtreecommitdiff
path: root/libavcodec/celp_filters.c
Commit message (Expand)AuthorAge
* celp_filters: don't use filter lenght as loop boundVittorio Giovara2014-11-03
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* 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
* 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
* 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