summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_vectors.h
Commit message (Collapse)AuthorAge
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make equation in doxy of ff_acelp_weighted_vector_sum() more readable byMichael Niedermayer2008-08-21
| | | | | | adding spaces. Originally committed as revision 14902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygen consistencyMichael Niedermayer2008-08-21
| | | | Originally committed as revision 14901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make comments doxygen compatible.Michael Niedermayer2008-08-21
| | | | Originally committed as revision 14900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct a couple of typosRobert Swain2008-07-12
| | | | Originally committed as revision 14176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2008-06-16
| | | | Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-26
| | | | Originally committed as revision 13446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
| | | | Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-26
| | | | Originally committed as revision 13442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov2008-05-23
Originally committed as revision 13244 to svn://svn.ffmpeg.org/ffmpeg/trunk