aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4data.c
Commit message (Collapse)AuthorAgeFilesLines
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-071-47/+41
| | | | | | 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-131-0/+1957
| | | | Originally committed as revision 10107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
| | | | 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-101-0/+54
Originally committed as revision 8969 to svn://svn.ffmpeg.org/ffmpeg/trunk