summaryrefslogtreecommitdiff
path: root/libavcodec/celp_filters.c
Commit message (Collapse)AuthorAge
* Add LP zero synthesis filter. Patch by Kenan Gillet.Kenan Gillet2009-04-18
| | | | Originally committed as revision 18616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [COSMETIC] Correct a minor nit. Should be clearer now.Reynaldo H. Verdejo Pinochet2009-04-15
| | | | Originally committed as revision 18529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possibly harmful outbound addressing. Patch by Kenan Gillet.Kenan Gillet2009-04-15
| | | | Originally committed as revision 18528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change sign in ff_celp_lp_synthesis_filterf(). This makes this functionKenan Gillet2009-02-23
| | | | | | | | useful for AMR and RA144. Patch by Kenan Gillet Originally committed as revision 17546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a LPC filterKenan Gillet2008-10-30
| | | | | | Part of the QCELP patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15680 to svn://svn.ffmpeg.org/ffmpeg/trunk