summaryrefslogtreecommitdiff
path: root/libavcodec/lsp.c
Commit message (Collapse)AuthorAge
* (cosmetics) Remove incorrect comment.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation error.Vladimir Voroshilov2008-05-11
| | | | | | | It was introduced after changing input parameter and overlooked during review process. Originally committed as revision 13112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
| | | | | | This will allow to reuse the code in the SIPR decoder. Originally committed as revision 13108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-26
Originally committed as revision 12978 to svn://svn.ffmpeg.org/ffmpeg/trunk