summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4data.c
Commit message (Collapse)AuthorAge
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-07
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-13
| | | | Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10
Originally committed as revision 8969 to svn://svn.ffmpeg.org/ffmpeg/trunk