aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/g729.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix comments about implemented codecsVladimir Voroshilov2011-09-241-1/+1
|
* Revert "g729: Merge g729.h into g729dec.c."Michael Niedermayer2011-09-241-0/+29
| | | | This reverts commit a2077b85da5bf71167b11925aabbb738558a134d.
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-191-29/+0
| | | | The header contains just a single define that is only used in g729dec.c.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-141-2/+2
| | | | | | since subframe length is the same in all G.729 modes. Originally committed as revision 19187 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
* Remove unnecessary header inclusion from g729.hVladimir Voroshilov2008-08-231-2/+0
| | | | Originally committed as revision 14916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move from g729.h all definitions which are used only in g729dec.cVladimir Voroshilov2008-08-231-21/+0
| | | | Originally committed as revision 14915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* G.729 decoder main codeVladimir Voroshilov2008-08-171-0/+52
(just skeleton, contains only parts, explicitly ok'ed by Michael) Originally committed as revision 14800 to svn://svn.ffmpeg.org/ffmpeg/trunk