summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodata.c
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
| | | | | | data exists in alloc_table_1 and alloc_table_3 Originally committed as revision 16745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark read-only data as constStefan Gehrer2008-06-24
| | | | Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper prefix to extern mpeg audio data tablesAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
Originally committed as revision 9060 to svn://svn.ffmpeg.org/ffmpeg/trunk