summaryrefslogtreecommitdiff
path: root/libavcodec/truespeech.c
Commit message (Collapse)AuthorAge
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence warnings, these came when some tables got declared as const.Benjamin Larsson2006-01-20
| | | | Originally committed as revision 4873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk