Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-24Fix comments about implemented codecsVladimir Voroshilov
2011-09-24Add G.729D decoderVladimir Voroshilov
2011-09-24Gain pitch and gain code for G729DVladimir Voroshilov
2011-09-24Fixed- and adaptive-codebook gainsVladimir Voroshilov
2011-09-24Doxy for LSF erasure caseVladimir Voroshilov
2011-09-24doxy comments for LSF arrayVladimir Voroshilov
2011-09-24Frame erasure support for LSF decodingVladimir Voroshilov
2011-09-24Restore WIP g729 code that has been remvoed by diego biurrun.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-07-20Remove unused and non-compiling vestigial g729 decoderDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2009-06-24LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov
Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-20Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov
Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-06K&R formatting of already submitted G.729 codeVladimir Voroshilov
Originally committed as revision 19127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-02cosmetics: Change comment style for consistency.Diego Biurrun
Originally committed as revision 15513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-17Second-stage gain and Moving Average Predictor codebooks.Vladimir Voroshilov
Originally committed as revision 15342 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03gain codebook (first stage), 8k mode for G.729Vladimir Voroshilov
Originally committed as revision 15171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
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
2008-08-26(cosmetics) Align comments consistently.Vladimir Voroshilov
Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-26Another set of definitions for G.729Vladimir Voroshilov
Originally committed as revision 14973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov
Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-21first and second stage LSP codebooks for G.729Vladimir Voroshilov
Originally committed as revision 14883 to svn://svn.ffmpeg.org/ffmpeg/trunk