summaryrefslogtreecommitdiff
path: root/libavcodec/g729data.h
Commit message (Collapse)AuthorAge
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-24
| | | | Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-20
| | | | Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-06
| | | | Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Change comment style for consistency.Diego Biurrun2008-10-02
| | | | Originally committed as revision 15513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Second-stage gain and Moving Average Predictor codebooks.Vladimir Voroshilov2008-09-17
| | | | Originally committed as revision 15342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov2008-09-03
| | | | Originally committed as revision 15171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* (cosmetics) Align comments consistently.Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of definitions for G.729Vladimir Voroshilov2008-08-26
| | | | Originally committed as revision 14973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-23
| | | | Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first and second stage LSP codebooks for G.729Vladimir Voroshilov2008-08-21
Originally committed as revision 14883 to svn://svn.ffmpeg.org/ffmpeg/trunk