Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments about implemented codecs | Vladimir Voroshilov | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | Add G.729D decoder | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+28 |
| | |||||
* | Gain pitch and gain code for G729D | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+30 |
| | |||||
* | Fixed- and adaptive-codebook gains | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+7 |
| | |||||
* | Doxy for LSF erasure case | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+9 |
| | |||||
* | doxy comments for LSF array | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+25 |
| | |||||
* | Frame erasure support for LSF decoding | Vladimir Voroshilov | 2011-09-24 | 1 | -0/+5 |
| | |||||
* | Restore WIP g729 code that has been remvoed by diego biurrun. | Michael Niedermayer | 2011-09-24 | 1 | -0/+278 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Remove unused and non-compiling vestigial g729 decoder | Diego Biurrun | 2011-07-20 | 1 | -278/+0 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | LSF (Line Spectral Frequencies) decoding routine. | Vladimir Voroshilov | 2009-06-24 | 1 | -0/+5 |
| | | | | Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Convertion of LSF values to coefficients of linear prediction filter | Vladimir Voroshilov | 2009-06-20 | 1 | -0/+8 |
| | | | | Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | K&R formatting of already submitted G.729 code | Vladimir Voroshilov | 2009-06-06 | 1 | -10/+5 |
| | | | | Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | cosmetics: Change comment style for consistency. | Diego Biurrun | 2008-10-02 | 1 | -1/+1 |
| | | | | Originally committed as revision 15513 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Second-stage gain and Moving Average Predictor codebooks. | Vladimir Voroshilov | 2008-09-17 | 1 | -0/+42 |
| | | | | Originally committed as revision 15342 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | gain codebook (first stage), 8k mode for G.729 | Vladimir Voroshilov | 2008-09-03 | 1 | -0/+14 |
| | | | | Originally committed as revision 15171 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
| | | | | | | | | | 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 Voroshilov | 2008-08-26 | 1 | -2/+1 |
| | | | | Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Another set of definitions for G.729 | Vladimir Voroshilov | 2008-08-26 | 1 | -0/+9 |
| | | | | Originally committed as revision 14973 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move from g729.h all definitions which are used only in g729dec.c | Vladimir Voroshilov | 2008-08-23 | 1 | -1/+3 |
| | | | | Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | first and second stage LSP codebooks for G.729 | Vladimir Voroshilov | 2008-08-21 | 1 | -0/+204 |
Originally committed as revision 14883 to svn://svn.ffmpeg.org/ffmpeg/trunk |