summaryrefslogtreecommitdiff
path: root/libavcodec/celp_filters.c
Commit message (Expand)AuthorAge
* 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