summaryrefslogtreecommitdiffstats
path: root/TOOLS/alaw-gen.c
Commit message (Collapse)AuthorAgeFilesLines
* Add standard license header to C tools missing them.diego2010-01-301-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30458 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.diego2008-02-241-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26089 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add multiple inclusion guards to generated header file.diego2008-01-271-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25893 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change format string so that the table is nicely aligned.diego2008-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25892 b3059339-0415-0410-9bf9-f77b7e298cf2
* The alaw tables should be const.diego2008-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark main() function as a function that takes no parameters.diego2007-06-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "control reaches end of non-void function" warnings.diego2007-06-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23679 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing semicolon fixedarpi_esp2001-05-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@881 b3059339-0415-0410-9bf9-f77b7e298cf2
* alaw and ulaw table generatorarpi_esp2001-05-251-0/+47
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@880 b3059339-0415-0410-9bf9-f77b7e298cf2