summaryrefslogtreecommitdiff
path: root/libavcodec/celp_filters.h
Commit message (Expand)AuthorAge
* Add a shift parameter to celp_lp_synthesis_filter()Mohamed Naufal Basheer2012-07-22
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
* 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
* Add ff_celp_circ_addf() function to be used for sparse vector circularColin McQuillan2009-08-12
* cosmetics: K&R coding styleDiego Biurrun2009-08-02
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-18
* Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com.Kenan Gillet2008-10-30
* Remove nonsense @return Doxygen comment for void function.Diego Biurrun2008-10-30
* Add a LPC filterKenan Gillet2008-10-30
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24