summaryrefslogtreecommitdiff
path: root/libavcodec/g729dec.c
Commit message (Collapse)AuthorAge
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-24
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of approved changes for G.729: includes, formats structure,Vladimir Voroshilov2008-09-17
| | | | | | several parts of main decoding routine and initialization code. Originally committed as revision 15341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove not approved parts.Vladimir Voroshilov2008-09-06
| | | | Originally committed as revision 15224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another set of approved G.729 chunks (from decoder core)Vladimir Voroshilov2008-09-03
| | | | Originally committed as revision 15168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parity bit calculation routine for G.729Vladimir Voroshilov2008-09-02
| | | | Originally committed as revision 15154 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
* G.729 decoder main codeVladimir Voroshilov2008-08-17
(just skeleton, contains only parts, explicitly ok'ed by Michael) Originally committed as revision 14800 to svn://svn.ffmpeg.org/ffmpeg/trunk