summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.h
Commit message (Collapse)AuthorAge
* Typo and grammar fixRobert Swain2008-07-12
| | | | Originally committed as revision 14177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter ↵Vitor Sessak2008-06-29
| | | | | | coefficients and not the pointer minus one Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak2008-06-29
| | | | Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-24
| | | | | | and convert it to a generic interpolation routine. Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun2008-05-15
| | | | Originally committed as revision 13174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* acelp_filters.h needs stdint.hMåns Rullgård2008-05-13
| | | | Originally committed as revision 13150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
| | | | | | | fix missing period (not latest revision of patch was wrongly committed). Originally committed as revision 13113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11
Originally committed as revision 13110 to svn://svn.ffmpeg.org/ffmpeg/trunk