summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4data.c
Commit message (Expand)AuthorAge
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19
* msmpeg4data: K&R formatting cosmeticsDiego Biurrun2016-02-19
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* msmpeg4: Split encoding backend code off from general backend code.Diego Biurrun2012-03-01
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Align table for better readability.Diego Biurrun2008-11-24
* spelling cosmeticsDiego Biurrun2008-10-02
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* remove duplicate tablesStefan Gehrer2008-06-25
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-07
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-13
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10