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
2009-06-26Pitch delay decodingVladimir Voroshilov
Originally committed as revision 19281 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-26Replace pitch_delay_int array with single variable.Vladimir Voroshilov
Originally committed as revision 19280 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-18G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov
Originally committed as revision 19218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-14G.729 decoder initialization routine (skeleton)Vladimir Voroshilov
Originally committed as revision 19188 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-14Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov
since subframe length is the same in all G.729 modes. Originally committed as revision 19187 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
2009-06-06Convert structure names to FFmpeg styleVladimir Voroshilov
Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-06Internal routine should not use name of standard function.Vladimir Voroshilov
Use g729_prng instead. Originally committed as revision 19120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-06-05Remove ff_g729_ and g729_ prefixes from static routines.Vladimir Voroshilov
Originally committed as revision 19118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-25Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet
patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-17Another set of approved changes for G.729: includes, formats structure,Vladimir Voroshilov
several parts of main decoding routine and initialization code. Originally committed as revision 15341 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-06Remove not approved parts.Vladimir Voroshilov
Originally committed as revision 15224 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03Another set of approved G.729 chunks (from decoder core)Vladimir Voroshilov
Originally committed as revision 15168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-02Parity bit calculation routine for G.729Vladimir Voroshilov
Originally committed as revision 15154 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-17G.729 decoder main codeVladimir Voroshilov
(just skeleton, contains only parts, explicitly ok'ed by Michael) Originally committed as revision 14800 to svn://svn.ffmpeg.org/ffmpeg/trunk