summaryrefslogtreecommitdiff
path: root/libavcodec/g729data.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments about implemented codecsVladimir Voroshilov2011-09-241-1/+1
|
* Add G.729D decoderVladimir Voroshilov2011-09-241-0/+28
|
* Gain pitch and gain code for G729DVladimir Voroshilov2011-09-241-0/+30
|
* Fixed- and adaptive-codebook gainsVladimir Voroshilov2011-09-241-0/+7
|
* Doxy for LSF erasure caseVladimir Voroshilov2011-09-241-0/+9
|
* doxy comments for LSF arrayVladimir Voroshilov2011-09-241-0/+25
|
* Frame erasure support for LSF decodingVladimir Voroshilov2011-09-241-0/+5
|
* Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer2011-09-241-0/+278
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Remove unused and non-compiling vestigial g729 decoderDiego Biurrun2011-07-201-278/+0
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-241-0/+5
| | | | Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-201-0/+8
| | | | Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* K&R formatting of already submitted G.729 codeVladimir Voroshilov2009-06-061-10/+5
| | | | Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Change comment style for consistency.Diego Biurrun2008-10-021-1/+1
| | | | Originally committed as revision 15513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Second-stage gain and Moving Average Predictor codebooks.Vladimir Voroshilov2008-09-171-0/+42
| | | | Originally committed as revision 15342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov2008-09-031-0/+14
| | | | Originally committed as revision 15171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-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 Voroshilov2008-08-261-2/+1
| | | | Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of definitions for G.729Vladimir Voroshilov2008-08-261-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.cVladimir Voroshilov2008-08-231-1/+3
| | | | Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first and second stage LSP codebooks for G.729Vladimir Voroshilov2008-08-211-0/+204
Originally committed as revision 14883 to svn://svn.ffmpeg.org/ffmpeg/trunk